# Announcements

{% hint style="warning" %}
To use the following commands you need `Administrator`or `AmariMod`role.
{% endhint %}

### Announce

| Name                                             | Example                                                                                         | Usage                                                                           |
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| \<announce \| ann>                               | :?announce                                                                                      | <p>Get more information about the </p><p>announce command</p>                   |
| announce set <#channel/dm/off>                   | :?announce set #general                                                                         | <p>Sets how users will receive </p><p>announcements for level up</p>            |
| announce \<refresh>                              | :?announce refresh                                                                              | <p>Reset the announcement messages <br>to show up where the user levels up.</p> |
| announce \<ping> \<on/off>                       | :?announce ping on                                                                              | <p>Pings the user in the </p><p>announcement message</p>                        |
| announce \<custom> \<text>                       | <p>:?announce custom <br><strong>CONGRATS</strong> You are now </p><p>level {level}!!!</p>      | Sets a custom announcement message                                              |
| announce level <\*>                              | :?announce level                                                                                | <p>Shows a list of the available <br>variables for the command</p>              |
| <p>announce level \<add> \<level><br>\<text></p> | <p>:?announce level 5 add <br><strong>CONGRATS</strong> You are now </p><p>level {level}!!!</p> | <p>Sets a custom announcement <br>message for specific level</p>                |
| announce level \<remove> \<level>                | :?announce level remove 5                                                                       | <p>Removes the custom announce <br>message from a specific level</p>            |
| announce level \<test> \<level>                  | :?announce level test 5                                                                         | Test a custom announcement                                                      |
| announce level \<show>                           | :?announce level show                                                                           | <p>Shows a list of the current<br>levels which have a custom announcement</p>   |


---

# 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://litochee.gitbook.io/amaribot/features/announcements.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.
