> 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/getting-started.md).

# Getting started

- [What division is right for me?](https://recruiting.balltime.com/getting-started/what-division-is-right-for-me.md): If you want to play college volleyball, there is a place for you to do it! You just need to find the right program level for you!
- [NCAA recruiting timeline](https://recruiting.balltime.com/getting-started/ncaa-recruiting-timeline.md): Key dates and guidelines on how to navigate the NCAA Volleyball recruiting timeline
- [Finding the right FIT](https://recruiting.balltime.com/getting-started/finding-the-right-fit.md): Whether you are just beginning your recruiting journey or wanting to take more control of your process, below is a great place to start!
- [Creating your list of schools](https://recruiting.balltime.com/getting-started/creating-your-list-of-schools.md): Now that you have identified what is important to you, it is time to create your list of schools to reach out to!
- [Emailing College Coaches](https://recruiting.balltime.com/getting-started/emailing-college-coaches.md): Once you are ready to email schools, there are a few things to keep in mind to get the most out of your communication!
- [Sample letter to coaches](https://recruiting.balltime.com/getting-started/sample-letter-to-coaches.md)


---

# 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/getting-started.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.
