> For the complete documentation index, see [llms.txt](https://doc.suprage.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.suprage.app/user-guide/pages.md).

# Terminal Pages

Suprage is organized as a set of focused, live pages, reachable from the sidebar. Each one is a different lens on the Supra / Atmos market. This section documents what every page shows and how to read it.

| Page                                                        | Route                     | What it's for                                                               |
| ----------------------------------------------------------- | ------------------------- | --------------------------------------------------------------------------- |
| [Dashboard](/user-guide/pages/dashboard.md)                 | `/dapp`                   | Market intelligence overview: bubble map, sentiment, top movers, live radar |
| [Rage Index](/user-guide/pages/rage-index.md)               | `/dapp/rage_index`        | 0–100 market sentiment score + history                                      |
| [Market Board](/user-guide/pages/market-board.md)           | `/dapp/market_board`      | Token performance table, momentum, OHLC charts                              |
| [Flow Radar](/user-guide/pages/flow-radar.md)               | `/dapp/flow_radar`        | Real-time on-chain swap feed                                                |
| [Market Radar](/user-guide/pages/market-radar.md)           | `/dapp/market_radar`      | Live event feed (breakouts, whale buys, momentum)                           |
| [Leaderboard](/user-guide/pages/leaderboard.md)             | `/dapp/leaderboard`       | $RAGE holder ranking (by balance)                                           |
| [Network Analytics](/user-guide/pages/network-analytics.md) | `/dapp/network_analytics` | Supra network metrics (TPS, block time, load)                               |
| [Oracle Pulse](/user-guide/pages/oracle-pulse.md)           | `/dapp/oracle_pulse`      | Real-time Supra oracle price feeds                                          |

> **Premium depth.** Many pages reveal more detail as your [tier](/user-guide/rage-tiers-and-premium.md) rises. Locked elements show the $RAGE needed to unlock them.

> **Data-saving behavior.** Live pages **pause auto-refresh after \~3 minutes of inactivity** or when the browser tab is hidden. A banner appears — click it to resume live updates.

## Browse the pages

{% content-ref url="/pages/IrfwXb83j897t2vhxMev" %}
[Dashboard](/user-guide/pages/dashboard.md)
{% endcontent-ref %}

{% content-ref url="/pages/eb32PpJmiYIokZSkPibi" %}
[Rage Index](/user-guide/pages/rage-index.md)
{% endcontent-ref %}

{% content-ref url="/pages/YS6TAKZlUKUaPTZdamBa" %}
[Market Board](/user-guide/pages/market-board.md)
{% endcontent-ref %}

{% content-ref url="/pages/VE7ybXMB8KPR7Orv44Sk" %}
[Flow Radar](/user-guide/pages/flow-radar.md)
{% endcontent-ref %}

{% content-ref url="/pages/DfKmttj3ObOlOX1wYTTK" %}
[Market Radar](/user-guide/pages/market-radar.md)
{% endcontent-ref %}

{% content-ref url="/pages/buSgjZ8meVKAgndLGXtP" %}
[Leaderboard](/user-guide/pages/leaderboard.md)
{% endcontent-ref %}

{% content-ref url="/pages/bytNbhJKNd9zgzTm924O" %}
[Network Analytics](/user-guide/pages/network-analytics.md)
{% endcontent-ref %}

{% content-ref url="/pages/Kmlk2oPqwZ8p5HuVKyCZ" %}
[Oracle Pulse](/user-guide/pages/oracle-pulse.md)
{% endcontent-ref %}


---

# 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://doc.suprage.app/user-guide/pages.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.
