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

# Dashboard

The dashboard is the landing page when you open NeuronAI Studio. It gives you a quick overview of your studio resources and recent activity.

## URL

```
/neuronai-studio
```

Configurable via `NEURONAI_STUDIO_ROUTE_PREFIX`.

## What you see

| Section              | Description                                                                  |
| -------------------- | ---------------------------------------------------------------------------- |
| **Stats cards**      | Resource counts plus total tokens and estimated cost for the last 30 days    |
| **Recent traces**    | Latest execution records with status, tokens, estimated cost, and start time |
| **Quick navigation** | Sidebar links to all studio sections                                         |

> **Screenshot pending:** Dashboard overview with stats cards and recent traces.
>
> Asset path: `docs/assets/screenshots/dashboard-overview.png` Capture: `/neuronai-studio` — dark theme, 1440×900

## Navigation

The sidebar provides access to:

* **Dashboard** — this page
* **Agents** — create and manage AI agents
* **Workflows** — visual workflow editor and traces
* **Tools** — builder and webhook tools
* **MCP Servers** — Model Context Protocol connectors
* **Templates** — pre-built agent and workflow starters

## When to use the dashboard

Use the dashboard to:

* Confirm your studio is installed and connected to the database
* Jump to recent workflow runs that need investigation
* Monitor recent token use and estimated spend without leaving the landing page
* Get a sense of resource counts before exporting to production

## Related

* [Agents Overview](/neuronai-studio/agents/overview.md)
* [Workflows Overview](/neuronai-studio/workflows/overview.md)
* [Usage Analytics](/neuronai-studio/analytics/usage.md)


---

# 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://vibemx.gitbook.io/neuronai-studio/guides/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.
