# Page Not Found

The URL `files/dl7bshyvD4bAqjj2CrP8` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Attack Tendencies & Rotation Charts](https://academy.balltime.com/stats/attack-tendencies-and-rotation-charts.md)
- [Ball Trajectories](https://academy.balltime.com/video-breakdowns/ball-trajectories.md)
- [Keyboard Shortcuts & Drawing on Video](https://academy.balltime.com/video-breakdowns/keyboard-shortcuts-and-drawing-on-video.md)
- [Glossary of Volleyball Terms](https://academy.balltime.com/the-highlight-builder/highlight-video-tips/glossary-of-volleyball-terms.md)
- [Troubleshoot Upload/Processing Video Page](https://academy.balltime.com/getting-started/troubleshoot-upload-processing-video-page.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://academy.balltime.com/stats/attack-tendencies-and-rotation-charts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://academy.balltime.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://academy.balltime.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/stats/attack-tendencies-and-rotation-charts.md`).

You may also use `Accept: text/markdown` header for content negotiation.
