# Features

- [Rosters](https://docs.clashperk.com/features/rosters.md): The roster management feature provides a comprehensive solution for efficient and organized management of CWL/War events.
- [Create, Edit, Delete and Clone Rosters](https://docs.clashperk.com/features/rosters/create-edit-delete-and-clone-rosters.md): detailed explanation of the /roster create, /roster edit, /roster delete and /roster clone
- [Button](https://docs.clashperk.com/features/rosters/button.md): Manage roster buttons and actions visually.
- [Roster Ping](https://docs.clashperk.com/features/rosters/roster-ping.md): Ping members in the roster
- [List Rosters and Groups](https://docs.clashperk.com/features/rosters/list-rosters-and-groups.md): A detailed explanation of how to list rosters and groups
- [Managing Groups](https://docs.clashperk.com/features/rosters/managing-groups.md): A detailed explanation of how to manage Groups. Players will be able to sign up with a group. This is used to separate players into different groups in a roster. For example Confirmed and Substitute.
- [Exporting Rosters](https://docs.clashperk.com/features/rosters/exporting-rosters.md): A detailed explanation of how to export rosters to spreadsheets.
- [Bot Personalizer](https://docs.clashperk.com/features/bot-personalizer.md): Customize the identity of your bot on your Discord server.
- [Flags (Ban/Strike)](https://docs.clashperk.com/features/flags-ban-strike.md): A flag serves as a warning for breaking rules, alerting users to potential consequences like bans or strikes. It is a mechanism to maintain order and uphold community standards.
- [Auto Role](https://docs.clashperk.com/features/auto-role.md): Automatically add Roles in Discord based on the in-game Roles, Leagues, Town Halls, etc.
- [Logs](https://docs.clashperk.com/features/logs.md): A detailed explanation of all Logs
- [Reminders](https://docs.clashperk.com/features/reminders.md): Automatically ping members when time is running out for Clan Wars, Capital Raids, or Clan Games.
- [Nickname](https://docs.clashperk.com/features/nickname.md): Automatically format Discord nicknames using in-game data.
- [Discord Events](https://docs.clashperk.com/features/discord-events.md): Automatically create Discord scheduled events for Clash of Clans game events.
- [Clan Categories](https://docs.clashperk.com/features/clan-categories.md): Organize your clans into named groups for easier navigation.
- [Clan Alias](https://docs.clashperk.com/features/clan-alias.md): Assign short, custom names to your clans. With aliases, you can quickly reference clans in commands, saving time and ensuring smooth management.


---

# 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://docs.clashperk.com/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.
