> For the complete documentation index, see [llms.txt](https://r2northstar.gitbook.io/r2northstar-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://r2northstar.gitbook.io/r2northstar-wiki/other/moderation.md).

# Discord moderation

{% hint style="warning" %}
The GitBook based NorthstarWiki has been replaced in favour of the [NorthstarDocs](https://docs.northstar.tf/) where this wiki has been integrated.

Check it out here: <https://docs.northstar.tf/Wiki/>

The same page on the new wiki should be located here: <https://docs.northstar.tf/Wiki/other/moderation/>
{% endhint %}

{% hint style="info" %}
This page contains information targetted at Discord moderators.
{% endhint %}

## General stuff

* **Communication:** Communication is key. Any changes and actions should be discussed with other moderators unless they are very obvious (e.g. scambans). Any changes to permissions etc should be discussed first in `#staff-suggestions`. Any changes performed should also be manually written down in `#changelog` so that everyone is on the same page.
* **Use Dyno:** Use dyno commands to perform actions like mutes and bans. Dyno log is way easier to search than Discord's native audit log and helps us keep track of who did what.
* **Staff tickets:** User requests like receiving *Contributor*/*Modder* role should be handled via staff ticket. This way other moderators can chime in and public channels are not clogged with unnecessary info.
* **Warn liberally:** User warns are stored in Dyno log. They should be performed as a first measure on misconduct. It's better to warn once too many times than ban someone without warning.

## Useful commands

* `!scamban UID`: Bans a user with a message telling them that their account has been compromised and has been spreading scam.


---

# 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://r2northstar.gitbook.io/r2northstar-wiki/other/moderation.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.
