> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/channel-system.md).

# Channel System

The Channel System gives players dedicated chat spaces for general discussion, support requests, trading, guild alliances, local map communication, and private groups.

### Default Channels

All players automatically join the following public channels:

| Channel    | Display Name | Purpose                                                | Chat Delay |
| ---------- | ------------ | ------------------------------------------------------ | ---------: |
| `#main`    | `[Main]`     | General server-wide conversation.                      |   1 second |
| `#support` | `[Support]`  | Questions, assistance, and support-related discussion. |   1 second |
| `#market`  | `[Trade]`    | Buying, selling, and trading messages.                 |   1 second |

Players are allowed to leave these channels.

### Additional Channels

#### Alliance Channel

The `#ally` channel is reserved for guild alliance communication. It is not automatically joined by default.

#### Map Channel

The `#map` channel is limited to communication with players on the same map. It is not automatically joined by default.

### Recommended Usage

| Situation                             | Recommended Channel |
| ------------------------------------- | ------------------- |
| General conversation                  | `#main`             |
| Asking for help                       | `#support`          |
| Buying or selling items               | `#market`           |
| Guild alliance coordination           | `#ally`             |
| Talking to players on the current map | `#map`              |

{% hint style="warning" %}
Keep trade advertisements in `#market` and support questions in `#support` to prevent unnecessary spam in the main channel.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.arkvalkyrie.com/server-features/channel-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
