# Game Logging

### Checklist

* [ ] Set up Message Logging.
* [ ] Set up STS Logging.
* [ ] Set up Priority Logging.&#x20;
* [ ] Log a Message.
* [ ] Log an STS.
* [ ] Log a Priority.

### Set up Message Logging.

* Run `/config` .
  * Click **Basic Settings.**
  * On the dropdown that appears, click **Game Logging**.
  * If the first dropdown says **Disabled,** click on the dropdown and select **Enabled**.
  * Click **More Options**.
  * On the first dropdown that appears in the new message, select the channel where you want Message Logs to be sent.

- [x] Set up Message Logging.

### Set up STS Logging.

* Run `/config` .
  * Click **Basic Settings.**
  * On the dropdown that appears, click **Game Logging**.
  * If the second dropdown says **Disabled,** click on the dropdown and select **Enabled**.
  * Click **More Options**.
  * On the second dropdown that appears in the new message, select the channel where you want STS Logs to be sent to.

- [x] Set up STS Logging.

### Set up Priority Logging.

* Run `/config` .
  * Click **Basic Settings.**
  * On the dropdown that appears, click **Game Logging**.
  * If the third dropdown says **Disabled,** click on the dropdown and select **Enabled**.
  * Click **More Options**.
  * On the third dropdown that appears in the new message, select the channel where you want Priority Logs to be sent to.

- [x] Set up Priority Logging.

### Log a Message.

* Run `/game message` and in the **announcement** args, enter the announcement that you want to log.

- [x] Log a Message.

### Log an STS.

* Run `/game sts` and in the **duration** args, enter the amount of time that the STS took. *(eg 5 minutes).* In the **reason** args, enter the reason for the STS.
  * In the menu that appears, select all of the staff that participated in the STS.

- [x] Log an STS

### Log a Priority.

* Run `/game priority` and in the **duration** args, enter the amount of time that the priority took. *(eg 15 minutes).* In the **reason** args, enter the reason for the priority.
  * In the menu that appears, select all of the users that took place in the priority. For example, if builderman, roblox, and tigerism were involved in the Bank Robbery priority, you would put their names in a list separated by newlines.

- [x] Log a Priority.


---

# 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.ermbot.xyz/home/modules/game-logging.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.
