> 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/features.md).

# FEATURES

- [Chat Format](https://chat.advancedplugins.net/features/chat-format.md): Learn how to configure chat formats.
- [AI Chat Moderation](https://chat.advancedplugins.net/features/ai-chat-moderation.md): Learn more about AI powered moderation designed to ease your day!
- [Chat Text Customizer](https://chat.advancedplugins.net/features/chat-text-customizer.md): Learn how to modify any impossible to edit message!
- [Auto Moderation](https://chat.advancedplugins.net/features/auto-moderation.md): Automatically moderate and punish players for their violations.
- [Chat Games](https://chat.advancedplugins.net/features/chat-games.md): Entertain your players endlessly.
- [Custom Commands](https://chat.advancedplugins.net/features/custom-commands.md): Create custom commands easily.
- [Community-Submitted Filter](https://chat.advancedplugins.net/features/community-submitted-filter.md): Constant increase of chat protection without an effort from you.
- [Channels](https://chat.advancedplugins.net/features/channels.md): Create and use chat channels.
- [Chat Rules](https://chat.advancedplugins.net/features/chat-rules.md): Your chat. Your Rules.
- [Auto Announcements](https://chat.advancedplugins.net/features/auto-announcements.md): Announce important messages in chat automatically
- [Chat Tags GUI](https://chat.advancedplugins.net/features/chat-tags-gui.md): Excellent Eula friendly perk!
- [Chat Color GUI](https://chat.advancedplugins.net/features/chat-color-gui.md): Let players pick their chat color!
- [Custom Variables](https://chat.advancedplugins.net/features/custom-variables.md): Ultimate control of variables.


---

# 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:

```
GET https://chat.advancedplugins.net/features.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.
