# ↪ Health Factor

<figure><img src="/files/1dVRcwIPR979AiaJpdY9" alt=""><figcaption></figcaption></figure>

***

Configure alerts based on the health factor of tracked addresses. Set a threshold, and the bot will notify you if any address’s health factor reaches that level.

***

#### How to Use "Health Factor Alert"

1. **Access the Feature**:
   * Click on the **"Health Factor Alert"** button in the bot interface. A menu will appear with the options to either add a new alert or manage existing ones.
2. **Choose Your Action**:
   * Select **"Add Health Factor Alert"** to set up a new alert.
   * Alternatively, choose **"Manage Existing Alerts"** if you wish to adjust or remove current health factor alerts.
3. **Input Details**:
   * The bot will prompt you to enter the name, wallet address, and the minimum health factor threshold.
   * An example is provided for clarity: **JohnDoe 0x123...abc 1.5**. Follow this format carefully.
   * Enter the details like this: `testing 0xB6D69449d5EEb5c7a6490d30cE9a71e34EDB933 1.3`.
4. **Confirmation**:
   * Once you submit the details, the bot will confirm that the health factor alert has been added.
   * You’ll receive a message indicating:
     * The name associated with the alert.
     * The wallet address being monitored.
     * The trigger condition, which specifies the health factor threshold.
5. **Alert Functionality**:
   * The bot will now monitor the specified address, and if the health factor drops below your set threshold (e.g., 1.3), you will be notified immediately.

***


---

# 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/bot-functions/health-factor.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.
