> For the complete documentation index, see [llms.txt](https://help.osoc.be/global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.osoc.be/global/tools/discord/managing-notifications.md).

# Managing notifications

On Discord, you have fine-grained control over which notifications you receive at which time.

{% hint style="info" %}
**Leave mentions for @everyone and @here on.** The only people who can use these are in the coordination and communication team, and it's what we'll use when we need to be sure you read a message.
{% endhint %}

## **Only receive notifications when you're mentioned**

![](/files/-M9rRishtTEkucx_D1Ad)

## **Channel-Specific Notifications**

For the ones you're interested in, such as your project chat:

![](/files/-M9rS6KnJGbyQ0DtesAq)

To keep getting notifications without getting a notification sound or your operating system's notification message pop-up, you can [turn on Do Not Disturb mode](https://support.discord.com/hc/en-us/articles/227779547-Changing-Online-Status).

## **Hide channels and categories in the left side panel**

For channels you are not interested in, and to de-clutter your side panel.

### Step 1: mute the channel

![](/files/-MBwz4roRtrM9QX_0gI4)

### **Step 2: Right-click on "open summer of code" (Channel name) & click "Hide Muted Channels"**

![](/files/-MBx83Z_YgqCqeu9oahT)

You will now only receive a notification whenever people mention you.

![](/files/-MBx8MyMwSu5vKg7vyWx)


---

# 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://help.osoc.be/global/tools/discord/managing-notifications.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.
