# (V2.8+) Aliases

Version 2.8 added Aliases which means you can add a command for a specific page.

By default the config will look like this:

```yaml
#aliases: ["helpnav", "helputil", "helpinteract", "helpmanage", "helpfun", "helpmisc"] # sets the aliases for the help command. REQUIRES FULL SERVER RELOAD/RESTART
```

To enable aliases, the first hashtag must be removed and the server must be reloaded/restarted.

```yaml
pagesEnabled: [1,2,3,4,5,6] # sets the pages that can be accessed
aliases: ["helpnav", "helputil", "helpinteract", "helpmanage", "helpfun", "helpmisc"] # sets the aliases for the help command. REQUIRES FULL SERVER RELOAD/RESTART
```

The aliases list matches up with the pagesEnabled list so should contain the same amount of items, if not the page will only be accessible via the main /help command.

To disable aliases, simply put a hashtag at the start of the line and then reload/restart the server again.


---

# 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://hcdocs.voidem.com/configuration/v2.8+-aliases.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.
