# Setup & Configuration

Blueprints are reusable dashboard layouts that can be applied across multiple devices or projects. They help maintain consistency across internal teams or customer-facing dashboards.

Blueprints are located under the **Monitoring** section of the Qubitro homepage. To view and manage them, select the **Blueprints** tab.

{% hint style="warning" %}
Blueprints are only available to **Organizations** on the Enterprise plan.
{% endhint %}

### Creating a Blueprint

{% stepper %}
{% step %}
**Select a dashboard layout**

Click **New Blueprint** from the Blueprints view and choose an existing dashboard to use as the starting layout. This layout will be saved for reuse.

<figure><img src="/files/UQaLBcB0Pz5JY0TZHnxy" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Name your blueprint**

Enter a name for the blueprint. You can also add tags to help organize or filter it later.

<figure><img src="/files/L5iQmFnAoFztg5rm83LZ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Modify the layout**

After creating the blueprint, it opens in the dashboard editor. You can add or remove widgets, choose data points from devices or templates, and customize the layout just like any dashboard.

{% hint style="warning" %}
Choosing a project and device while editing a blueprint is only for preview and configuration purposes. Blueprints save the selected data points, not fixed device or project IDs. These will be applied automatically based on the selected device or template during dashboard creation.
{% endhint %}
{% endstep %}

{% step %}
**Save**

Click **Save** to store your changes. The blueprint is now ready to be applied when creating new dashboards.
{% endstep %}
{% endstepper %}

### Using Blueprints

Once created, blueprints can be applied to new dashboards during the dashboard creation process.

{% hint style="success" %}
Blueprints help speed up dashboard creation across multiple devices by reusing a saved layout with predefined widgets and configuration.
{% endhint %}

{% content-ref url="/pages/5iks6Kv9e9nSU7kwCrui" %}
[Setup & Configuration](/platform/monitoring/dashboards/setup-and-configuration.md)
{% endcontent-ref %}


---

# 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/blueprints/setup-and-configuration.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.
