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

# Navigating the Dashboard

Navigating the Dashboard

*The Dashboard is a time-saving visual tool which allows organisation administrators to view and manage assessment data.*

*For example, the most commonly used pie charts are ones for forecasting upcoming assessments or displaying tasks by status.*

*Each segment of these charts can be viewed and exported, as well as the entire chart itself, but we recommend keeping all data stored securely in RiskBase.*

**Accessing the Dashboard:**

1. Sign-In to [admin.riskbase.uk](http://admin.riskbase.uk)
2. Find an organisation in the explorer.
3. Right-click on it and select **Dashboard**.

**Viewing data in a pie chart:**

1. Click on a section of a pie chart.
2. Click **View Data in Grid**. E.g., for a Task Severity chart, all tasks of that severity will appear below.
3. To view the data of all sections at once, click the three dots next to the pie chart and click **View Data in Grid**.

**Exporting data from a pie chart:**

1. Click on a section of a pie chart.
2. Click either **Download CSV** or **Download PDF**.
3. To export the data of all sections at once, click the three dots next to the pie chart and click **Download CSV** or **Download PDF**.


---

# 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:

```
GET https://docs.riskbase.uk/dashboard-admin/navigating-the-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
