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

# Main

- [Commands & Permissions](https://chat.advancedplugins.net/main/commands-and-permissions.md)
- [Languages](https://chat.advancedplugins.net/main/languages.md): AdvancedModels has translations for many languages out of the box! If your language is not here, you can submit it on our Discord server for it to be added!
- [Gradients, Toasts & more](https://chat.advancedplugins.net/main/gradients-toasts-and-more.md)
- [PlaceholderAPI Placeholders](https://chat.advancedplugins.net/main/placeholderapi-placeholders.md)
- [Using With Networks](https://chat.advancedplugins.net/main/using-with-networks.md): Learn how to use AdvancedChat with networks, e.g. BungeeCord, Velocity & more!
- [Common Issues](https://chat.advancedplugins.net/main/common-issues.md): Here we explain few common issues new users may come across and how to fix them.
- [Plugin Integrations](https://chat.advancedplugins.net/main/plugin-integrations.md)
- [ItemsAdder](https://chat.advancedplugins.net/main/plugin-integrations/itemsadder.md)
- [Oraxen](https://chat.advancedplugins.net/main/plugin-integrations/oraxen.md)
- [Factions](https://chat.advancedplugins.net/main/plugin-integrations/factions.md)
- [Towny](https://chat.advancedplugins.net/main/plugin-integrations/towny.md)
- [TownyChat](https://chat.advancedplugins.net/main/plugin-integrations/townychat.md)
- [DiscordSRV](https://chat.advancedplugins.net/main/plugin-integrations/discordsrv.md): How to support DiscordSRV


---

# 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://chat.advancedplugins.net/main.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.
