# Clan Categories

Categories let you group clans into named sections (e.g. "Main", "Farm", "ESPORTS"). They appear in command clan selectors, making it easier to navigate servers with many clans.

***

### Create a Category

<mark style="color:blue;">**/category create**</mark> <mark style="color:purple;">**category\_name:**</mark> `Main` <mark style="color:purple;">**category\_order:**</mark> `1`

`category_order` controls where the category appears in the list. If omitted, it is added at the end.

***

### Edit a Category

<mark style="color:blue;">**/category edit**</mark> <mark style="color:purple;">**category:**</mark> `[ID]` <mark style="color:purple;">**category\_name:**</mark> `War Clans`

Use `/category list` to find the category ID.

***

### Delete a Category

<mark style="color:blue;">**/category delete**</mark> <mark style="color:purple;">**category:**</mark> `[ID]`

***

### List Categories

<mark style="color:blue;">**/category list**</mark>

***

### Reorder Clans and Categories

Fine-grained reordering of clans within categories is available on the dashboard at [clashperk.com/clans](https://clashperk.com/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/features/clan-categories.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.
