> For the complete documentation index, see [llms.txt](https://sentinel-bot-ai-documentation.gitbook.io/sentinel-bot-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sentinel-bot-ai-documentation.gitbook.io/sentinel-bot-ai-docs/utility-information/custom-bots-and-training.md).

# Custom Bots & Training

## Custom Bot Training and Premium Bot with Custom Branding

### Custom Trained Bot

We offer a custom-trained bot that contains all the information about your project or business. The benefits of this feature include:

* **24/7 Availability**: If your moderators are not online, newcomers to your community can ask questions, and the bot will provide accurate answers based on the training information.
* **Manual Training**: We provide custom manual training to ensure the bot understands and can respond to your specific needs.

### White Label Premium Bot

In addition to the custom-trained bot, we also offer a white-label premium bot that can be tailored to your branding. Features include:

* **Custom Username**: Choose a unique username for your bot.
* **Custom Display Name and Picture**: The bot can have your desired display name and picture, making it truly yours.

### Inquiries and Pricing

For more information, inquiries about pricing, and to get started, please contact us. Our team is ready to assist you with all your custom bot needs.


---

# 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://sentinel-bot-ai-documentation.gitbook.io/sentinel-bot-ai-docs/utility-information/custom-bots-and-training.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.
