# Dashboard

The **Dashboard** is the primary interface where users explore and interact with prediction markets.

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

***

{% tabs %}
{% tab title="Top Navigation Bar" %}

#### **Top Navigation Bar**

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

The top navigation provides global controls:

* **Search Bar**

  * Real-time search across all markets
  * Supports keywords from titles and descriptions

* **Filters & Sorting**

  Users can refine markets using:

  * Expiring Soon
  * Highest Volume
  * Highest Liquidity

* **Notifications**

  * Displays alerts for trades, deposits, and updates
  * Redirects to Notifications page

* **Profile Access**

  * Access account settings and profile

* **Wallet Access**

  * Displays native wallet address and balance
  * Attach external web3 wallets

* **AI Mode**
  * Enable AI mode for pro features and agentic interactions
    {% endtab %}

{% tab title="Category Filter Tab" %}

#### **Category Filter Bar**

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

Quickly filter markets by category:

* Crypto
* Economy
* Sports
* Politics
* Stocks
* Finance

Users can also create **custom presets** for personalized filtering (using adavanced filter option in Top Navigation Bar)
{% endtab %}

{% tab title="Trending Markets" %}

#### **Trending Markets**

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

Highlights the most active markets based on:

* Trading volume
* User engagement

These provide quick entry into high-opportunity trades.
{% endtab %}

{% tab title="Market Cards" %}

#### **Market Cards**

<figure><img src="/files/8GAbSoqn2RcHRrRV3BOb" alt=""><figcaption></figcaption></figure>

The core of the dashboard is a **dynamic grid of market cards**.

Each card displays:

* Market question
* List of markets it is listed on
* Expiry date
* Platform-wise YES/NO odds
* Volume and liquidity
  {% endtab %}

{% tab title="Yield Summary" %}

#### **Yield Summary (Sidebar)**

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

Displays:

* Estimated earnings from yield strategies
* Passive income generated from idle funds
  {% endtab %}

{% tab title="Custom Presets" %}

#### **Custom Presets**

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

Users can create reusable filters based on:

* Market categories
* Volume thresholds
* Price ranges
* Liquidity levels

This enables **fast decision-making and personalized workflows**.
{% endtab %}
{% endtabs %}

#### **Key Capability**

Users can instantly compare the same market across multiple platforms — a core advantage of UniMarkets.


---

# 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.unimarkets.io/platform-guide/platform-overview/dashboard.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.
