# Clan Alias

Autocomplete is great, but it can sometimes take a moment to appear. Clan aliases solve this problem by offering a faster alternative. Instead of waiting for autocomplete to load, simply type the alias and hit Enter.

Example:

For a series of clans like Air Hounds, Air Hounds 2, and Air Hounds 3, you could assign aliases like AH, AH2, and AH3.

For example, to refer to Air Hounds directly:

```css
/clan tag: AH
```

Clan aliases are handy for commands like /summary and /export, where you can enter multiple aliases to search for specific clans.

```css
/summary clans: AH AH2
```

Aliases can also be used in rosters and nicknames, making them a powerful tool for efficient clan management.

### Create Alias

```css
/alias create clan: YOUR_CLAN alias_name: AH
```


---

# 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-alias.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.
