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

# Dashboard

**AstraDEX's Dashboard** offers a comprehensive and intuitive interface designed to empower traders and investors with actionable insights and a personalized trading experience. **Here's how each feature benefits users:**

* **Top Performing Assets:** By showcasing assets based on their volume and price change, the Dashboard helps users quickly identify which assets are leading the market. This visibility enables traders to spot potential investment opportunities and trends, making informed decisions based on market momentum.
* **Top Gainers and Losers:** This feature provides a snapshot of the assets experiencing the most significant movements, both upward and downward. It's invaluable for investors looking to capitalize on volatility or to avoid assets that may be facing a downturn, thereby optimizing their investment strategies.
* **New Pairs:** Staying ahead of the curve is crucial in the dynamic environment of decentralized exchanges. The Dashboard's focus on new asset pairs alerts users to emerging opportunities, allowing them to diversify their portfolios with newly available assets before mainstream adoption.
* **Trending Assets:** By highlighting what's currently trending in the market, this feature offers insights into where the crowd sentiment is leaning. Investors can leverage this information to gauge market trends and align their trading strategies with the prevailing market sentiment.
* **Personal Watchlist:** The ability to create a personalized watchlist of favorite assets transforms the Dashboard into a tailored investment tool. This customization ensures that traders and investors can monitor their chosen assets closely, receiving updates and alerts that enable quick reactions to market changes.

Together, these features make AstraDEX's Dashboard an indispensable tool for traders and investors aiming to navigate the complexities of the decentralized exchange market with confidence and strategic foresight.

[<br>](https://docs.chatastra.ai/astradex-ai-dex/chart-and-analytics)


---

# 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.astradex.ai/key-features/dashboard.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.
