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

# Edge

## What is Edge?

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

<https://app.rootedge.ai/>

Edge aggregates market data, news, on-chain flow, prediction-market odds, and live signals across exchanges,giving you a live picture of what's moving and why, all in one workspace.

Panels are **modular and draggable**. Add what you need, market data, charts, heatmaps, portfolio, news, the rootAI chat, Edge Cloud, /root forum, Trollbox and arrange it however you like. Your layout is saved per workspace.

### Getting Around the Dashboard

| Element                   | What it does                                           |
| ------------------------- | ------------------------------------------------------ |
| Left sidebar buttons      | Add a new panel to the current workspace               |
| **1 / 2 / 3** top buttons | Switch between 3 independent workspaces                |
| **Basic / Pro** toggle    | Pro mode reveals advanced trading and developer panels |
| **Reset Layout**          | Wipe and restart the current workspace                 |
| ☀ / 🌙 theme toggle       | Switch between light and dark mode                     |
| Panel drag handle         | Reposition any panel on the grid                       |
| Panel resize handle       | Resize panels freely (clamped to viewport)             |

Each panel's position and size is saved per workspace automatically. Up to **8 panels per workspace**.

### Workspaces

Edge gives you **3 independent workspaces**. Each has its own panel layout, saved automatically. Use them to separate workflows:

* Workspace 1 — live trading view
* Workspace 2 — research and news
* Workspace 3 — portfolio + chat

Switch between them with the **1 / 2 / 3** buttons at the top. **Reset Layout** wipes only the current workspace.

| Problem                         | Fix                                                                                |
| ------------------------------- | ---------------------------------------------------------------------------------- |
| *Dashboard blank / not loading* | Hard refresh (`Ctrl+Shift+R` / `Cmd+Shift+R`). Clear browser cache if it persists. |
| *Panel won't add*               | Per-workspace cap is 8. Close one or switch workspace.                             |
| *Panel stuck off-screen*        | Resize to within viewport bounds, or Reset Layout for this workspace.              |
| *Layout not saving*             | Make sure localStorage is enabled in your browser.                                 |
| *Theme not flipping a widget*   | Hard refresh once after toggling. Most widgets re-render automatically.            |

```
```


---

# 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://rootai.gitbook.io/docs/edge.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.
