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

# Monitoring

The **Monitoring** page in Qubitro provides a way to view and manage dashboards and blueprints.

### **Dashboards**

Dashboards display real-time and historical data using widgets like charts and tables. They also support collaboration with customers and internal teams.

{% content-ref url="/pages/XFfkMBUFeMxSYg1jBJpR" %}
[Dashboards](/platform/monitoring/dashboards.md)
{% endcontent-ref %}

### **Blueprints**

Blueprints allow you to create your own templates and then use them to create and update multiple dashboards.

{% hint style="warning" %}
Blueprints are **only available** for [organizations](/organizations/overview.md) with an Enterprise plan and are **not available** on personal accounts.
{% endhint %}

{% content-ref url="/pages/K8UBjOSEaiLQbXMa4zow" %}
[Blueprints](/platform/monitoring/blueprints.md)
{% endcontent-ref %}

### FAQ

<details>

<summary>What is the difference between Dashboards and Blueprints?</summary>

Both Dashboards and Blueprints help visualize data, but they serve different purposes:

* **Dashboards**: Created using templates, imported JSON files, or customized layouts to display real-time and historical data.
* **Blueprints**: Use dashboards as templates to automatically generate multiple dashboards for different devices and keep them updated consistently.

</details>

<details>

<summary>Can I use Blueprints without Dashboards?</summary>

No, Blueprints rely on Dashboards. A Blueprint uses an existing dashboard layout as a template to create multiple dashboards automatically.

</details>

<details>

<summary>Who can use Blueprints?</summary>

Blueprints are only available for organizations with an Enterprise plan and are not available on personal accounts.

</details>

<details>

<summary>When should I use Blueprints instead of Dashboards?</summary>

Use **Dashboards** when you need a few dashboards. Use **Blueprints** when you need to create and update multiple dashboards for different devices or projects automatically.

</details>


---

# 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.qubitro.com/platform/monitoring.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.
