> 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/features/filtered-notifications.md).

# Filtered Notifications

## **Understanding Filters** :open\_file\_folder:&#x20;

Our filter system has been designed with simplicity in mind. We gather data from all the projects listed within our app, and our AI evaluates the relevance of the news based on the keywords you've chosen.&#x20;

If it aligns with your preferences, we promptly deliver this information to you.

Navigate to the filters panel [here](https://notfly.xyz/dashboard/filter).

***

## **Filter Categories**

Begin by selecting the categories you want to receive notifications for.&#x20;

We will send you any notifications from our projects that fall into your selected filter categories.

<figure><img src="/files/VcILjXmiKleNkmtJkBKE" alt=""><figcaption><p>Categories</p></figcaption></figure>

## **Project Opt Out**

Whilst our project list has been carefully curated to include the most popular crypto projects, we understand that you may not be interested in certain projects.&#x20;

By default, users are opted-in to all projects we support. To opt out of projects, there are two methods:

1. Opt-out via reacting to the Discord message:

<figure><img src="/files/ASpCKuho7qTpENQsrskl" alt="" width="563"><figcaption><p>React with <span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span> to opt out of filtered notifications for a project</p></figcaption></figure>

2. Manage project opt-outs from the [website dashboard](https://notifly.xyz/dashboard/filters):

<figure><img src="/files/gAUGQmIbfKDoZZwjU62j" alt=""><figcaption><p>Opt in &#x26; out of projects via the Filters panel on the dashboard</p></figcaption></figure>


---

# 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/features/filtered-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.
