# Feed

The Feed page showcases current events and pertinent information.&#x20;

It's divided into three sections: Alerts, Tweets, and Notes.

<figure><img src="/files/P3lY47RvBZU2mBXTKosR" alt=""><figcaption><p>Feed page examples</p></figcaption></figure>

### Alerts

This section displays real-time account changes for all projects. Users can utilize the text search feature to look for username alterations, sift through keywords in names, usernames, bios, and more.

{% hint style="info" %}
**Tip**: Scanning for username changes can be a useful strategy to detect potential scams.
{% endhint %}

<figure><img src="/files/49lwPPVxzK092WGxaJkM" alt="" width="359"><figcaption><p>Alerts</p></figcaption></figure>

### Tweets

The Tweets feed presents live tweets from all Alphagate projects that users have added to their Watchlist. It's recommended to frequently add projects to your Watchlist and keep it updated.

{% hint style="info" %}
**Tip**: Regularly search for keywords such as "launch," "presale," "airdrop," "free mint," and others to uncover alpha and seize various opportunities!
{% endhint %}

<figure><img src="/files/Xp3Qwbcuid9kL7isHp4k" alt="" width="432"><figcaption><p>Tweets</p></figcaption></figure>

### Notes

The final section displays the most recent notes added to projects by Alphagate users.

<figure><img src="/files/QC96QPv6kbSHrGIdCE0Q" alt="" width="425"><figcaption><p>Tweets</p></figcaption></figure>


---

# 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.alphagate.io/features/feed.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.
