# HelpChat Plugins

- [ChatChat](https://wiki.helpch.at/helpchat-plugins/chatchat.md)
- [Commands](https://wiki.helpch.at/helpchat-plugins/chatchat/commands.md): List of all commands and the required permission that ChatChat has.
- [Permissions](https://wiki.helpch.at/helpchat-plugins/chatchat/permissions.md): A list of all permissions used by the plugin and a simple description.
- [Formats](https://wiki.helpch.at/helpchat-plugins/chatchat/formats.md): Everything about formats, how they work, permissions they require, etc.
- [Channels](https://wiki.helpch.at/helpchat-plugins/chatchat/channels.md): Everything about channels, how they work, permissions they require, etc.
- [Mentions](https://wiki.helpch.at/helpchat-plugins/chatchat/mentions.md): Everything you need to know about mentions.
- [Placeholders](https://wiki.helpch.at/helpchat-plugins/chatchat/placeholders.md): A list of internal and PlaceholderAPI placeholders provided by ChatChat.
- [API](https://wiki.helpch.at/helpchat-plugins/chatchat/api.md): All the documentation required to start using the API provided by ChatChat.
- [Getting Started](https://wiki.helpch.at/helpchat-plugins/chatchat/api/getting-started.md): Get started using the ChatChat API.
- [ChatChatAPI](https://wiki.helpch.at/helpchat-plugins/chatchat/api/chatchatapi.md): The main way to interact with the plugin
- [Events](https://wiki.helpch.at/helpchat-plugins/chatchat/api/events.md): ChatChat triggers a few events. You can find a list with all the events on this page.
- [Files](https://wiki.helpch.at/helpchat-plugins/chatchat/files.md): List of the default files the plugin contains.
- [DeluxeMenus](https://wiki.helpch.at/helpchat-plugins/deluxemenus.md): The all in one GUI menu plugin!
- [Commands & Permissions](https://wiki.helpch.at/helpchat-plugins/deluxemenus/commands-and-permissions.md): List of commands and permissions for the plugin
- [Options & Configurations](https://wiki.helpch.at/helpchat-plugins/deluxemenus/options-and-configurations.md): About the plugin's options and configurations
- [GUI](https://wiki.helpch.at/helpchat-plugins/deluxemenus/options-and-configurations/gui.md): All GUI menu related options & configurations
- [Item](https://wiki.helpch.at/helpchat-plugins/deluxemenus/options-and-configurations/item.md): All item related options & configurations
- [Actions](https://wiki.helpch.at/helpchat-plugins/deluxemenus/options-and-configurations/actions.md): Actions, also known as commands are the muscles of menus. They are used as interactions for clicks, requirement denies and requirement successes.
- [Requirements](https://wiki.helpch.at/helpchat-plugins/deluxemenus/options-and-configurations/requirements.md): Everything about DeluxeMenus requirements!
- [Meta (Metadata)](https://wiki.helpch.at/helpchat-plugins/deluxemenus/options-and-configurations/metadata.md): Starting with Spigot (and forks such as PaperMC) 1.14, a new feature called Persistent Data Container (PDC) was added. This is a small document explaining what it is and how DeluxeMenus uses it.
- [Command Registration](https://wiki.helpch.at/helpchat-plugins/deluxemenus/options-and-configurations/command-registration.md): More information about registering menu commands
- [External menus](https://wiki.helpch.at/helpchat-plugins/deluxemenus/external-menus.md): Modify each menu in its own file!
- [Example GUI menus](https://wiki.helpch.at/helpchat-plugins/deluxemenus/example-gui-menus.md): Few examples to help you make your own!
- [Plugin's files](https://wiki.helpch.at/helpchat-plugins/deluxemenus/files.md): The plugin's configuration files
- [DeluxeTags](https://wiki.helpch.at/helpchat-plugins/deluxetags.md): Allow players to select chat tags that can be awarded by permission!
- [Commands & Permissions](https://wiki.helpch.at/helpchat-plugins/deluxetags/commands-and-permissions.md): List of commands and permissions for the plugin
- [Placeholders](https://wiki.helpch.at/helpchat-plugins/deluxetags/placeholders.md): Plugin's placeholders
- [Plugin's files](https://wiki.helpch.at/helpchat-plugins/deluxetags/files.md): The plugin's configuration files


---

# Agent Instructions: 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://wiki.helpch.at/helpchat-plugins.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.
