> For the complete documentation index, see [llms.txt](https://docs.clashperk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clashperk.com/developer/commands/autorole.md).

# /autorole

- [/autorole builder-hall](https://docs.clashperk.com/developer/commands/autorole/builder-hall.md): Manage automatic Builder Hall roles.
- [/autorole builder-leagues](https://docs.clashperk.com/developer/commands/autorole/builder-leagues.md): Set builder base league roles.
- [/autorole clan-roles](https://docs.clashperk.com/developer/commands/autorole/clan-roles.md): Manage automatic role management for clan roles.
- [/autorole config](https://docs.clashperk.com/developer/commands/autorole/config.md): Manage automatic roles settings.
- [/autorole disable](https://docs.clashperk.com/developer/commands/autorole/disable.md): Disable automatic clan roles.
- [/autorole eos-push](https://docs.clashperk.com/developer/commands/autorole/eos-push.md): Set end of season push roles.
- [/autorole family](https://docs.clashperk.com/developer/commands/autorole/family.md): Set family roles.
- [/autorole leagues](https://docs.clashperk.com/developer/commands/autorole/leagues.md): Manage automatic role management for leagues.
- [/autorole list](https://docs.clashperk.com/developer/commands/autorole/list.md): List all auto roles and settings.
- [/autorole refresh](https://docs.clashperk.com/developer/commands/autorole/refresh.md): Refresh roles manually.
- [/autorole town-hall](https://docs.clashperk.com/developer/commands/autorole/town-hall.md): Manage automatic role management for town hall levels.
- [/autorole wars](https://docs.clashperk.com/developer/commands/autorole/wars.md): Set automatic war roles.


---

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