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