# Blueprints

Blueprints offer a scalable way to standardize monitoring views for internal teams or customer deployments. Instead of recreating dashboards from scratch, you can apply a predefined structure with widgets, layout preferences, and display settings.

Blueprints are available under the **Monitoring** section on the Qubitro homepage and are only accessible to Organizations on the Enterprise plan.

### How It Works

When you create a dashboard using a blueprint, it stays linked to the original layout. If you update the blueprint later, all dashboards created from it will also reflect those changes.

{% hint style="success" %}
Changes made to a blueprint automatically apply to all dashboards that use it.
{% endhint %}

{% @mermaid/diagram content="graph LR;
A\[Create or Update Blueprint] --> B\[Linked Dashboards Exist?];

B -- Yes --> C\[Dashboards Updated Automatically];
B -- No --> D\[Blueprint Saved for Future Use];

C --> E\[Dashboards Reflect Latest Layout];
D --> F\[Used During New Dashboard Creation];

%% Style Adjustments
style A fill:#d9d9d9,stroke:#000,color:#000;
style B fill:#f2f2f2,stroke:#000,color:#000;
style C fill:#e0e0e0,stroke:#000,color:#000;
style D fill:#e0e0e0,stroke:#000,color:#000;
style E fill:#f2f2f2,stroke:#000,color:#000;
style F fill:#f2f2f2,stroke:#000,color:#000;" %}

This ensures consistency across dashboards and saves time by eliminating the need to update each dashboard individually.

### Setup & Configuration

Learn how to create, apply, and manage reusable blueprints.

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

### Settings

Learn how to manage blueprint-level settings like layout behavior, refresh settings, and metadata.

{% content-ref url="/pages/1EYWf1PauV3aSpXV5lnN" %}
[Settings](/platform/monitoring/blueprints/settings.md)
{% endcontent-ref %}

### Frequently Asked Questions

<details>

<summary>Can I use a blueprint across multiple projects?</summary>

Yes. Once created, a blueprint can be applied to any dashboard during creation, regardless of the project.

</details>

<details>

<summary>Can I edit a dashboard created from a blueprint?</summary>

Yes. Dashboards created from a blueprint can be fully customized without affecting the original blueprint.

</details>

<details>

<summary>What happens if I delete a blueprint?</summary>

Blueprints cannot be deleted if they’re used by any dashboards. You’ll need to unlink them first.

</details>

<details>

<summary>Can I update a blueprint after it’s created?</summary>

You can update the layout by saving changes to an existing blueprint or creating a new version from a dashboard.

</details>

<details>

<summary>Are blueprints available on all plans?</summary>

No. Blueprints are only available to Organizations on the Enterprise plan.

</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/blueprints.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.
