# FAQ

<details>

<summary>How do I add an address to track?</summary>

Use the **Add Address** command from the menu or type `/add [address]` in the chat. This will start tracking the specified address for transactions and health factor alerts.

</details>

<details>

<summary>What types of alerts can I receive?</summary>

The bot provides the following alerts:

* **Health Factor Alerts**: Notifies you if the health factor of a tracked address reaches a certain threshold.
* **Borrow Rate Alerts**: Alerts you when the borrow rate of a tracked address hits specified levels.
* **Liquidation Alerts**: Informs you of liquidation events for any tracked address.

</details>

<details>

<summary>How often will I receive alerts?</summary>

Health factor and borrow rate alerts are updated hourly, with one notification per day. Liquidation alerts are sent immediately when an event occurs.

</details>

<details>

<summary>How do I enable or disable liquidation alerts?</summary>

Use the **Liquidation Alerts** option in the menu to toggle liquidation notifications on or off for tracked addresses.

</details>

<details>

<summary>What should I do if I'm not receiving notifications?</summary>

Try the following troubleshooting steps:

* Ensure notifications are enabled in your Telegram settings.
* Use the **Refresh Data** option in the menu to reload your settings.
* Make sure you have correctly added addresses for tracking.
* Check if the alert frequency settings are set as desired.

</details>

<details>

<summary>How do I update my notification settings?</summary>

Go to **Settings** in the menu to adjust your notification preferences, including sound, frequency, and type of alerts.

</details>

<details>

<summary>Can I track multiple addresses at once?</summary>

Yes, you can add multiple addresses for tracking. Each address will have its name and a own set of alerts that you can customize.

</details>

<details>

<summary>Is my data secure with this bot?</summary>

Yes, your data privacy is a priority. The bot only tracks the addresses you add and does not store personal information beyond the tracking requirements.

</details>

<details>

<summary>Who should I contact for support?</summary>

Use the **Help & Support** option in the menu for assistance or visit the [**Official Twitter**](https://x.com/hyperlendx) or [**Website**](https://hyperlend.finance/home) for more resources and contact options.

</details>


---

# 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.hyperlend.finance/advanced-features/hypertrack/faq.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.
