# documentation

{% hint style="info" %}
the default prefix for Matchpost is `m!`. it can be changed using the `prefix` command.
{% endhint %}

| Command         | Description                                                                                                                         | Usage                                             |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| help            | replies with an embed listing all the commands that can be used. add the *\[command]* parameter to get help for a specific command. | `help [command]`                                  |
| postchannel     | sets the channel that Matchpost will send matches to.                                                                               | `postchannel <channel>`                           |
| servers         | lists the servers that will be matchposted on the discord server.                                                                   | `servers`                                         |
| addserv\[er]    | <p>adds a server for the bot to post.</p><p><em><strong>note</strong>: use the server ip or domain, obviously.</em></p>             | `addserv[er] <server ip>`                         |
| removeserv\[er] | removes the specified server from the post list. If the server does not exist, it won’t be removed.                                 | <p><code>removeserv\[er] \<server></code><br></p> |
| prefix          | change Matchpost's server prefix.                                                                                                   | `prefix <prefix>`                                 |


---

# 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.mintea.pw/matchpost/documentation.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.
