# Setup & Configuration

### Creating a Dashboard (Step-by-Step)

{% stepper %}
{% step %}
**Go to Monitoring**

From the Qubitro Portal homepage, open the **Monitoring** section. Make sure you're on the **Dashboards** tab.
{% endstep %}

{% step %}
**Click Create**

<figure><img src="https://3109056034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfQfo4zX1x0hfOimS9E2u%2Fuploads%2FTgOeirCTuqr4LCeKZWyi%2FCleanShot%202025-04-06%20at%2022.21.56%402x.png?alt=media&#x26;token=2c01b45e-f045-4aa3-b26a-491d3ce38e83" alt=""><figcaption></figcaption></figure>

Click on the "Create" button and choose how you'd like to create the dashboard.

* **Blank dashboard**\
  Start from an empty layout with no widgets.
* **From a JSON file**\
  Import a previously exported dashboard structure.
* **From a template**\
  Use a ready-made layout based on LoRaWAN device templates.
* **Multiple dashboards**\
  Generate multiple dashboards at once using device templates.
* **From blueprint**\
  Use a [Blueprint](https://docs.qubitro.com/platform/monitoring/blueprints) to create single or multiple dashboards at once.

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

{% step %}
**Name the dashboard**

Enter a name for your new dashboard. You can rename it later from the settings if needed.

<figure><img src="https://3109056034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfQfo4zX1x0hfOimS9E2u%2Fuploads%2F51aF44rFUwPgkwDHNkMA%2FCleanShot%202025-04-06%20at%2022.22.42%402x.png?alt=media&#x26;token=9a0ed625-1d5f-42e3-95ed-249745deb9cd" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Add widgets**

Inside the dashboard editor, click **Edit**, then click **New Widget** and choose a widget type like Chart, Table, Gauge, or Map.

<figure><img src="https://3109056034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfQfo4zX1x0hfOimS9E2u%2Fuploads%2FKROonan4VhSbdsEeK6Ci%2FCleanShot%202025-04-06%20at%2022.25.05%402x.png?alt=media&#x26;token=12ed8ec2-f869-4035-87de-0b1460740fed" alt=""><figcaption></figcaption></figure>

Learn how to add and customize widgets in the [Widgets](https://docs.qubitro.com/platform/monitoring/dashboards/widgets) section.
{% endstep %}

{% step %}
**Customization & Collaboration**

To manage sharing, permissions, or layout behavior, go to:

* [Roles & Permission](https://docs.qubitro.com/platform/monitoring/dashboards/roles-and-permission)\
  Control who can view or edit the dashboard.
* [Settings](https://docs.qubitro.com/platform/monitoring/dashboards/settings)\
  Adjust refresh intervals, layout options, and sharing preferences.
  {% endstep %}
  {% endstepper %}


---

# 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/dashboards/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.
