# Tournament Builder

- [Overview](https://dev.ada-anvil.io/tournament-builder/overview.md): Overview of the Tournament Builder system for Forge Digital Ventures
- [Integration Flow](https://dev.ada-anvil.io/tournament-builder/integration-flow.md): Step-by-step guide for integrating with the Tournament Builder for Forge Digital Ventures
- [Tournament](https://dev.ada-anvil.io/tournament-builder/tournament.md): API endpoints for creating and managing tournaments for Forge Digital Ventures
- [Registration](https://dev.ada-anvil.io/tournament-builder/registration.md): API endpoints for managing Tournament registrations for Forge Digital Ventures
- [Submit](https://dev.ada-anvil.io/tournament-builder/submit.md): Submit signed transactions to the blockchain for Tournament operations for Forge Digital Ventures
- [Fee Structure](https://dev.ada-anvil.io/tournament-builder/fee-structure.md): Details of fees and pricing for Tournament Builder operations for Forge Digital Ventures


---

# 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://dev.ada-anvil.io/tournament-builder.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.
