# Position Monitoring & Alerts

### Telegram Alerts

To set up account health / upcoming liquidation alerts:

1. Click on the “Settings” gear icon in the top right corner of the application
2. Click on “Enable Notifications”
3. Enter your Telegram handle
4. In Telegram, send the /start command to the @GraniteAlertsBot
5. Confirm your wallet address
6. Select the Account Health level that you would like to be alerted for

To see your current Account Health level, send the /account\_health command to the @GraniteAlertsBot.

Note:

* When your Account Health drops below 1.0, your account can be [liquidated](about:blank#liquidations).

### Interest Rate Alerts

To set up interest rate alerts:

1. Click on the “Settings” gear icon in the top right corner of the application
2. Click on “Enable Notifications”
3. Enter your Telegram handle
4. In Telegram, send the /start command to the @GraniteAlertsBot
5. Confirm your wallet address
6. Select the Interest Rate level that you would like to be alerted 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://docs.granite.world/core-protocol-features/borrowing/position-monitoring-and-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.
