# OcelotBOT

## OcelotBOT

- [Introduction](https://docs.ocelotbot.xyz/master.md): These docs are for OcelotBOT, for custom commands and for interacting with the dashboard API.
- [Message Object](https://docs.ocelotbot.xyz/custom-commands/message-object.md)
- [Discord module](https://docs.ocelotbot.xyz/custom-commands/discord-module.md)
- [Command Settings](https://docs.ocelotbot.xyz/custom-commands/discord-module/command-settings.md)
- [HTTP Module](https://docs.ocelotbot.xyz/custom-commands/http-module.md)
- [JSON Module](https://docs.ocelotbot.xyz/custom-commands/json-module.md)
- [Store Module](https://docs.ocelotbot.xyz/custom-commands/store-module.md)
- [Built-in Modules](https://docs.ocelotbot.xyz/custom-commands/built-in-modules.md)
- [Making a simple custom command](https://docs.ocelotbot.xyz/tutorials/making-a-simple-custom-command.md): This guide will take you through making a simple custom command that responds with a fixed message


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ocelotbot.xyz/master.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.
