> For the complete documentation index, see [llms.txt](https://verbatim-ai.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://verbatim-ai.gitbook.io/docs/dashboard.md).

# The dashboard

The dashboard is your home screen — designed to get straight to the point: fewer clicks, more impact. At a glance, you always know exactly where you stand.

## An overview of your activity

The top of the dashboard summarises your account in a few key indicators:

* ⭐ **Your AI Corpus** — where it all begins. Create corpus, upload documents and build your knowledge bases.
* 📚 **Your Stories** — the running history of your conversations across every Corpus.
* 🤖 **Your Agents** — how many answering setups you can call on, platform ones included. Tap it to open the [Agents](/docs/agents.md) space.

## Your core metrics, day by day 📊

Under the cards, a panel carries the two numbers that say how much you use Verbatim AI: the **prompts** you have run and the **tokens** they cost. Underneath them, the **last 30 days** are charted — tokens consumed, day after day — so a quiet spell or a jump in consumption shows on the home screen, without opening anything.

On a wide window the panel charts more of the same report: **activity** (the stories and prompts opened each day) and **storage used**. On a phone it keeps to the tokens, and the rest is one tap away.

**Show more** 📊 opens the full report the panel is the headline of.

## Your usage report 📊

The full report says what your organization has consumed: tokens spent, stories and prompts opened, storage taken and corpus created — as running totals and as charts over time. Pick the period at the top: **Day**, **Week**, **Month** or **Year**. The report always stops at **yesterday** — the day, week, month or year in progress is left out until it closes, so every bar covers a finished period.

The same report is available for a single Corpus (the 📈 icon on its card, or **View Metrics** on its page) and for you alone (**My statistics**, in your profile).

## Resume your latest ideas ⏪

The **Latest prompts** section lets you pick up instantly where you left off:

* 🧠 A clear, readable history
* 🕒 Date, time and token consumption for each entry
* ⚡ One tap to resume — without losing context

Nothing gets lost; everything is saved.

## Navigation 🧑‍💻

The navigation bar guides you naturally between the main areas:

* 🏠 **Home** — this dashboard and its overview
* ⭐ **Corpus** — your Corpus and their knowledge bases
* 📚 **Story** — your content and conversation history
* 🤖 **Agents** — the setups that decide how your questions get answered

## Profile, comfort & feedback 🛡️

* 👤 **Your profile** is at the top-right of the screen. It gathers your personal information, preferences and [security settings](/docs/profile.md). 🔐
* 🌙 **Dark Mode** — switch it on for visual comfort, and back to light mode any time.
* 💡 **Contextual help** — tap the help icon in any screen's header to open the panel that explains the screen you are on, and tap it again to close it. Verbatim AI remembers how you left it.
* 🪲 **Report a bug or suggest an improvement** — tap the bug icon, navigate to the screen in question, highlight the issue and describe it in a few words. Your feedback helps us improve the service.


---

# 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://verbatim-ai.gitbook.io/docs/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.
