> For the complete documentation index, see [llms.txt](https://notifly.gitbook.io/getting-started-with-notifly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notifly.gitbook.io/getting-started-with-notifly/introduction/set-up.md).

# Set up

## 1. Discord Setup :headphones:

Our bot operates as if it's your close friend, ensuring you receive all personal news through direct messages (DMs). To enable this functionality, please follow these steps:

1. Go to your Discord settings.
2. Navigate to the "**Privacy and Safety**" section.
3. Check the option below:

   "**Server Privacy Defaults**"

*This simple setup will ensure a seamless experience with our bot as it delivers important updates directly to your DMs.*

<figure><img src="/files/X5g2lAQO5CwTA5RVJXGB" alt=""><figcaption></figcaption></figure>

## 2. Filtered Notifications Setup :mega:

Please see [Filtered Notifications](/getting-started-with-notifly/features/filtered-notifications.md) for details on how to setup your filters.

## 3. Personal Newsfeeds Setup :newspaper:

Please see [Personal Newsfeeds](/getting-started-with-notifly/features/personal-newsfeeds.md) for details on how to setup your filters.

{% hint style="info" %}
**Important Security Note:** Your security is our top priority. We strongly recommend that you exclusively communicate with trusted sources within your personal Discord network. Please be aware that we cannot be held responsible for any issues that may occur outside of the Notifly DM application. Your safety is in your hands.
{% endhint %}


---

# 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://notifly.gitbook.io/getting-started-with-notifly/introduction/set-up.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.
