> For the complete documentation index, see [llms.txt](https://community.bboost.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.bboost.ai/options.md).

# options

- [Parrainage](https://community.bboost.ai/options/parrainage.md): Bienvenue dans le programme de parrainage de BBOOST.AI ! Ici, vous pouvez accéder à votre lien de parrainage unique et commencer à inviter d'autres personnes à rejoindre notre plateforme.
- [Leaderboard](https://community.bboost.ai/options/publish-your-docs.md): Bienvenue dans la section Leaderboard & Brain Points de BBOOST.AI ! Ici, tu peux suivre le classement de ta communauté en temps réel et découvrir comment tu progresses vers des récompenses excitantes.
- [Tâche](https://community.bboost.ai/options/tache.md): Bienvenue dans la section Tâches de BBOOST.AI ! Ici, vous pouvez accomplir des tâches individuelles et communautaires pour gagner des Brain Points et contribuer à la croissance du projet.
- [Chat with BBOOST](https://community.bboost.ai/options/chat-with-bboost.md): Voici le Chat avec BBOOST.AI - votre assistant marketing personnel, disponible directement sur la plateforme ! Similaire au ChatGPT, cette fonctionnalité vous permet d'engager des conversations.


---

# 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://community.bboost.ai/options.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.
