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

# Create a Dashboard Chart

The OctoXLabs Dashboard page opens by default every time you login to OctoXLabs. You can open the dashboard page by clicking the image.png icon on the left navigation panel.

DashboardNewComplete.png

The dashboard consists of:

* **Search Bar** - Provides a free text search to identify and investigate a specific asset.
* **Dashboards** - OctoXLabs includes two default Dashboards: "My Dashboard" and "OctoXLabs Dashboard".
* **Charts** - Once data is collected, the default OctoXLabs Dashboard appears, displaying the default OctoXLabs charts. For more details on each chart, see Default Charts.

{% hint style="info" %}
OctoXLabs Dashboard is displayed by default. You can add new charts to each Dashboard, add additional Dashboards for your needs, and rename and delete existing ones. For more details, see Working with Dashboards.
{% endhint %}

### Creating New Dashboards and Charts﻿ <a href="#creating-new-dashboards-and-charts" id="creating-new-dashboards-and-charts"></a>

OctoXLabs includes two default dashboard spaces: OctoXLabs Dashboard and Custom Dashboards.

OctoXLabs Dashboard is displayed by default as your homepage.

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

To create a new Dashboard with charts

* Open the Dashboard page by clicking the image.png icon on the left navigation panel.
* Click Add Dashboard to add a new empty Dashboard.
* Click the large + card to configure a new chart. For details about OctoXLabs custom charts types and the required configuration, see Working with Custom Charts.

You can add additional dashboards for your needs, as well as rename and delete existing ones.

To learn more about Dashboards, see Working with Dashboards.


---

# 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.octoxlabs.com/using-octoxlabs/create-a-dashboard-chart.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.
