# Notifications

Susie sends notifications about moderation actions and report updates. These notifications can be sent to a notification channel to avoid cluttering the group.

## Enable Notification Channels:

1. Make a channel
2. Add Susie
3. Susie will send a channel ID
4. Use that channel ID to set notifications with /setchannel in the original group

### User Command

`/notifications`: Returns current notification channel

### Admin Command

`/setchannel` : Sets the notification channel

`/setchannelfed` : Sets the federation notification channel


---

# 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.kleros.io/products/moderate/susie/basics/notifications.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.
