> For the complete documentation index, see [llms.txt](https://recruiting.balltime.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recruiting.balltime.com/reaching-out-to-coaches/your-athlete-profile.md).

# Your Athlete Profile

You can now create your athlete profile on Balltime!🎉This profile is the perfect place for college's to learn more about you and view your highlights. Check out the list below to see just a handful of things you'll be able to put on your profile!🏐

* Name, Year, Position,&#x20;
* Club Team, High School, Jersey#
* Phone number, Email
* Height, Approach Touch
* GPA
* Your coach's contact information
* Highlight videos
* Full match videos

## Where and how can I edit my profile?

All you need to do is login to your Balltime account and navigate to you the 'My Profile' tab. Click 'Edit Profile' and enter in any information you would like!

Watch this loom video for additional guidance on how to set your profile up!

{% embed url="<https://www.loom.com/share/eeca2cb9f80143b98ac405aca711a11f?sid=4b9fedf9-eed0-470d-9d25-998b1d59db70>" %}

Athletes can now add full game video to their profiles. Coaches and guests can filter and see all of the athlete's actions!

1. Navigate to **My Profile**
2. Click **Add Videos**
3. Select **Full Videos**

<figure><img src="/files/eKJ3FUM4iQPQx28VFrPS" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://recruiting.balltime.com/reaching-out-to-coaches/your-athlete-profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
