> For the complete documentation index, see [llms.txt](https://docs.dextrabot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dextrabot.com/features.md).

# FEATURES

- [Ticker Dashboard](https://docs.dextrabot.com/features/ticker-dashboard.md)
- [Terminal - Asset Position Analysis](https://docs.dextrabot.com/features/ticker-dashboard/terminal-asset-position-analysis.md)
- [Discover Wallets](https://docs.dextrabot.com/features/discover-wallets.md): Find high-performing wallets that match your trading strategy.
- [Wallet Details](https://docs.dextrabot.com/features/wallet-details.md): The Wallet Details page provides an in-depth look into a selected trader’s performance, open positions, and trading behavior.
- [Favorite Wallets](https://docs.dextrabot.com/features/fav-wallets.md): Save and track your preferred wallets for quick access. Get real-time updates on their latest trades and performance.
- [Feed Activities](https://docs.dextrabot.com/features/feed-activities.md): Stay up to date with live trade feeds from the wallets you follow. Monitor their every move and spot new trading opportunities instantly.
- [Telegram Alerts-My Activites](https://docs.dextrabot.com/features/telegram-alerts-copy-trade.md): Telegram Alerts for your copy traded wallets.
- [Telegram Alerts-Activities](https://docs.dextrabot.com/features/telegram-alerts.md): Telegram Alerts for your tracking wallets.
- [Hyperliquid Vaults Dashboard](https://docs.dextrabot.com/features/hyperliquid-vaults-dashboard.md)
- [Hyperliquid Whale Trades](https://docs.dextrabot.com/features/hyperliquid-whale-trades.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dextrabot.com/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
