# Setting up Alerts

## The Gist

* Set up congress trading alerts in your server!

<table><thead><tr><th width="434">Function</th><th>Descriptions</th></tr></thead><tbody><tr><td><a href="#set-alerts">/set alerts</a> &#x3C;alerts_for_congress></td><td>Sets alerts for the specified members of congress</td></tr><tr><td><a href="#superinvestor-alerts">/superinvestor alerts</a> &#x3C;superinvestor></td><td>Set alerts whenver an superinvestor like Warren Buffett or Charlie Munger changes their portfolio</td></tr></tbody></table>

### <mark style="background-color:green;">/set alerts</mark>

#### Sets Congress trading alerts for your server

{% hint style="success" %}
**Syntax:**  /set alerts \<alerts\_for\_congress>
{% endhint %}

`alerts_for_congress` refers to what you want alerts for

### <mark style="background-color:green;">/superinvestor alerts</mark>

#### Sets alerts for when a superinvestor changes their portfolio

{% hint style="success" %}
**Syntax:**  /superinvestor alerts \<superinvestor>
{% endhint %}

`superinvestor`refers to which superinvestor you want alerts for


---

# 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://eagleeyebot.gitbook.io/eagle-eye/alerts/setting-up-alerts.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.
