# For Users

### 1. Navigation Menu

Both dashboards provide a unified navigation interface with the main sections:

* **Chaterium Network** — first feature section
* **Shilling App** — second feature section
* **Referrals** — referral system
* **Account** — user account settings
* **Wallet** — wallet management
* **Log Out** — log out of the system

***

### 2. Chaterium Network Dashboard

#### Main Content

**2.1 My Stats**

Displays key user activity metrics for the last 24 hours:

|         Metric         | Value |
| :--------------------: | :---: |
| All confirmed messages |   0   |
|  In the last 24 hours  |   0   |
|  Unconfirmed messages  |   0   |
|      Earned in 24h     |   0   |
| Energy received in 24h |   0   |

**2.2 Choose Hyperboard**

User can select a hyperboard using the "Choose" button with a "+" icon. After selection, the hyperboard characteristics are displayed:

|  Parameter | Value (all fields empty) |
| :--------: | :----------------------: |
|     ID     |             0            |
|  MSGs/day  |             0            |
|   Rarity   |             0            |
| Durability |             0            |
| Energy/MSG |             0            |

***

### 3. Shilling App Dashboard

#### Choose Hyperboard Block

A block with a "Choose" button for selecting a hyperboard. The characteristics fields remain empty if none selected:

|  Parameter | Value (not selected yet) |
| :--------: | :----------------------: |
|     ID     |             0            |
|  MSGs/day  |             0            |
|   Rarity   |             0            |
| Durability |             0            |
| Energy/MSG |             0            |

#### Active Campaigns in the Last 24 Hours

Displays a list of active campaigns with key metrics:

| Campaign | TG messages (out of limit) | X replies (out of limit) | ARB |   View  |
| :------: | :------------------------: | :----------------------: | :-: | :-----: |
|  EXAMPLE |             0/5            |            0/5           |  0  | \[View] |


---

# 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.gpt360.io/chaterium-network/dashboard-and-analytics/for-users.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.
