> For the complete documentation index, see [llms.txt](https://boton-organization.gitbook.io/boton-organization-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boton-organization.gitbook.io/boton-organization-docs/getting-started.md).

# Getting Started

- [1. Features](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/1.-features.md)
- [Detailed breakdown of BrainBox functionalities](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/1.-features/detailed-breakdown-of-brainbox-functionalities.md)
- [Benefits of Using BrainBox 🎉🔥](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/1.-features/benefits-of-using-brainbox.md)
- [2. Getting Started](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/2.-getting-started.md)
- [Step-by-Step Setup Guide 🛠️🚀](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/2.-getting-started/step-by-step-setup-guide.md): Welcome aboard! Let’s get your BrainBox up and running in no time. Just follow these steps:
- [3. Roadmap 🗺️🚀](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/3.-roadmap.md): Here’s the master plan to take over the meme coin universe with BrainBox:
- [4. Functionality Guides](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/4.-functionality-guides.md)
- [Detailed guides for each BrainBox functionality](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/4.-functionality-guides/detailed-guides-for-each-brainbox-functionality.md)
- [5. Best Practices](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/5.-best-practices.md): 🌟
- [Tips for optimizing BrainBox 💡🔥](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/5.-best-practices/tips-for-optimizing-brainbox.md)
- [6. Tokenomics](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/6.-tokenomics.md): BOTON’s tokenomics ensures sustainable growth by strategically allocating tokens and applying a trading tax, building a robust ecosystem that benefits the entire community.
- [FAQ](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/faq.md)
- [7. Support 🆘🤝](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/7.-support.md): BOTON Roadmap: Comprehensive Development & Bot Utilities Focus 🚀
- [Links 🔗](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/links.md)
- [Quickstart](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/quickstart.md)
- [Publish your docs](https://boton-organization.gitbook.io/boton-organization-docs/getting-started/publish-your-docs.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://boton-organization.gitbook.io/boton-organization-docs/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.
