# Usage Guide

- [Choosing a Phase](https://docs.echobase.app/tb-platoon-assigner/usage-guide/choosing-a-phase.md): This is a simple page that allows you to choose which phase you want to run assignments for.
- [Manual Entry](https://docs.echobase.app/tb-platoon-assigner/usage-guide/manual-entry.md)
- [Using a mouse or touchscreen](https://docs.echobase.app/tb-platoon-assigner/usage-guide/manual-entry/using-a-mouse-or-touchscreen.md)
- [Using a keyboard](https://docs.echobase.app/tb-platoon-assigner/usage-guide/manual-entry/using-a-keyboard.md): You can use keyboard shortcuts to quickly modify platoon requirements.
- [Preview](https://docs.echobase.app/tb-platoon-assigner/usage-guide/preview.md)
- [Clearing Requirements](https://docs.echobase.app/tb-platoon-assigner/usage-guide/clearing-requirements.md): Sometimes you need or want to clear out some requirements.
- [Ignoring Platoons](https://docs.echobase.app/tb-platoon-assigner/usage-guide/ignoring-platoons.md)
- [Pre-Assignments](https://docs.echobase.app/tb-platoon-assigner/usage-guide/pre-assignments.md)
- [Clearing Player Assignments](https://docs.echobase.app/tb-platoon-assigner/usage-guide/clearing-player-assignments.md): This will explain the different ways to clear player assignments.


---

# Agent Instructions: 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:

```
GET https://docs.echobase.app/tb-platoon-assigner/usage-guide.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.

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.
