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

# Dashboard

The dashboard is a workspace overview for the selected project. It brings together recent run health, feature coverage, generation and run activity, and suggested next actions so you can decide where to go next without opening each area one at a time.

Switch the active workspace and project from the breadcrumb switcher in the header.

![The Dashboard overview](/files/Jq1LO1NDarA6knjvAjUA)

## What You Can Review

| Area             | What it shows                                                                        |
| ---------------- | ------------------------------------------------------------------------------------ |
| Run health       | Recent pass, fail, skipped, queued, and running status across the project.           |
| Feature coverage | Which groups and features have generated tests, recent results, or missing coverage. |
| Recent activity  | Recent generations and runs for the project.                                         |
| Result trends    | A quick sense of whether the suite is improving, failing, or waiting on work.        |

## Common Actions

* Open a failed or recent run to inspect screenshots, videos, traces, console output, and network evidence.
* Open a feature or group when coverage needs authoring or regeneration.
* Start a new run when the dashboard shows stale or missing results.
* Share or export dashboard details when you need to send status to someone else.

## When To Use It

Use the dashboard when you want orientation before choosing a detailed view. Use the Test Suite when you already know which feature to edit, and use Runs when you already know which execution result to investigate.

## Related Help

* [Understand the Test Suite](/create-tests/test-suite-overview.md)
* [Run Tests](/run-tests.md)
* [Review Results](/results.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://docs.testvibe.com/workspace/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.
