# /autorole leagues

Manage automatic role management for leagues.

## Options

| Name                        | Description                                                            |
| --------------------------- | ---------------------------------------------------------------------- |
| `unranked`                  | Unranked league role.                                                  |
| `skeleton`                  | Skeleton league role.                                                  |
| `barbarian`                 | Barbarian league role.                                                 |
| `archer`                    | Archer league role.                                                    |
| `wizard`                    | Wizard league role.                                                    |
| `valkyrie`                  | Valkyrie league role.                                                  |
| `witch`                     | Witch league role.                                                     |
| `golem`                     | Golem league role.                                                     |
| `pekka`                     | Pekka league role.                                                     |
| `titan`                     | Titan league role.                                                     |
| `dragon`                    | Dragon league role.                                                    |
| `electro`                   | Electro league role.                                                   |
| `legend`                    | Legend league role.                                                    |
| `5200_5249`                 | Trophy range 5200 - 5249 role.                                         |
| `5250_5499`                 | Trophy range 5250 - 5499 role.                                         |
| `5500_5749`                 | Trophy range 5500 - 5749 role.                                         |
| `5750_5999`                 | Trophy range 5750 - 5999 role.                                         |
| `6000_8000`                 | Trophy range 6000 - 8000 role.                                         |
| `allow_non_family_accounts` | Whether to give roles to the members that are not in the family clans. |


---

# 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/developer/commands/autorole/leagues.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.
