# ↪ Advanced Approach

<figure><img src="/files/oTal5RkaTCqKcvF1Bzre" alt=""><figcaption></figcaption></figure>

***

#### Advanced Approach

For those who prefer a more hands-on and customizable tracking experience, HyperTrack offers an "Advanced Search" functionality. This feature allows users to manually input commands for tailored monitoring and alerts. Here's how to leverage these commands:

* **/add `name`** **`address`**: Begin tracking transactions for a specific address. Ideal for monitoring high-priority wallets or contracts.
* **/remove `name` or `address`**: Stop receiving alerts for a given name or address. Use this to declutter your tracking list.
* **/add\_liquidations `name`** **`address`**: Enable alerts for liquidation events at the specified address. A crucial tool for risk management.
* **/remove\_liquidations `name` or `address`**: Disable liquidation alerts when they are no longer needed.
* **/hf\_add `name`** **`address`** **`min-health-factor`**: Monitor and get notified if the health factor of an address drops below a specified threshold.
* **/hf\_remove `name` or `address`**: Stop health factor monitoring for a particular address.
* **/rates\_add `name`** **`asset-address`** **`max-borrow-rate-%`**: Set alerts for when an asset's borrow rate hits a predetermined limit. Useful for optimizing borrowing strategies.
* **/rates\_remove `name` or `asset-address`**: Remove alerts for borrow rate thresholds.
* **/list**: Display all your active alert subscriptions for easy management.

Feel free to experiment and fine-tune your setup to get the most out of HyperTrack's monitoring capabilities!

***


---

# 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/advanced-approach.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.
