> For the complete documentation index, see [llms.txt](https://docs.alphagate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphagate.io/features/watchlist/projects.md).

# Projects

You can add projects that you prefer to your personal watchlist simply by clicking the "heart" icon found on either the [Discover](/features/discover.md) page or the individual [Project](/features/project.md) page.

By adding a project to your watchlist you will be monitoring their follower growth in real time and receive notifications of their Tweets and account updates (e.g if they add a website to their bio).

You can sort projects in your watchlist with the following filters:&#x20;

* **Twitter Followers**
* **Followers Growth**
* **Key Profiles Growth**
* **Key Profiles**

By default we display projects from newest to oldest added.

<figure><img src="/files/vhCg4L4t9RU2qYWCE5wm" alt=""><figcaption><p>Default Watchlist View</p></figcaption></figure>

Using the preferences button, you can customize alerts for specific Tags and Chains. For instance, if you wish to be notified about each new "DeFi" category project we identify, just add 'DeFi' to your preferences. We'll notify you of any new discoveries on both Alphagate's website and [**Telegram Bot**](/features/telegram-bot.md). You can select numerous chains and categories to monitor.

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

\
\
Refer to [**Key Profiles**](/features/watchlist/key-profiles.md) to find out what this button does!


---

# 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://docs.alphagate.io/features/watchlist/projects.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.
