> For the complete documentation index, see [llms.txt](https://academy.balltime.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.balltime.com/getting-started/full-length-demos.md).

# Full-Length Demos

If you're brand new and want to see a complete overview of the platform see the appropriate video below.

If you're looking for something more specific, feel free to navigate the different chapters on the left side of your screen to find the various guides that we've created!  &#x20;

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Player / Parent Demo Video</strong></td><td><a href="https://www.loom.com/share/2d0d10c5df3943d29909ae45a7ede768?t=0">https://www.loom.com/share/2d0d10c5df3943d29909ae45a7ede768?t=0</a></td><td><a href="/files/LZk1nG95mMDonbQwwkNA">/files/LZk1nG95mMDonbQwwkNA</a></td></tr><tr><td><strong>Video Parent Guidelines Demo</strong></td><td><a href="https://www.loom.com/share/51a63d90b08040c6a264ab96a795ab08">https://www.loom.com/share/51a63d90b08040c6a264ab96a795ab08</a></td><td><a href="/files/5d17Liu05OADxfb74EUo">/files/5d17Liu05OADxfb74EUo</a></td></tr><tr><td><strong>Coach / Club Director Full Length Demo Video</strong><br></td><td><a href="https://www.loom.com/share/9db9d93a3c3748938eed87cadcc234bc?t=0">https://www.loom.com/share/9db9d93a3c3748938eed87cadcc234bc?t=0</a></td><td><a href="/files/r0hgISk0aOjtfBnykOmp">/files/r0hgISk0aOjtfBnykOmp</a></td></tr></tbody></table>


---

# 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://academy.balltime.com/getting-started/full-length-demos.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.
