> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/data-security-documentation/inventory-and-monitoring/dashboards-and-reports/manage-dashboards-and-reports/import-and-export-dashboards-and-report-templates.md).

# Import and export dashboards and report templates

Administrators can export and import dashboards and report templates as JSON files. This allows you to quickly share configurations, back up content, or migrate settings between different environments. The system supports both single and bulk operations.

To perform these actions, navigate to the **Dashboard Manager** for dashboards, or the **Reports** page for report templates.

{% hint style="warning" %}
**Risk of data loss:** Importing a dashboard or report might overwrite the current version. To prevent accidental data loss, review your existing dashboards and report templates before proceeding with an import.
{% endhint %}

### Exporting dashboards & report templates

Before exporting, review the following requirements and system behaviors:

* **Infrastructure restrictions:** You cannot export dashboards built on custom infrastructure.
* **Access requirements:** To export a **Restricted** dashboard or report, you must have at least **Viewer** permissions.
* **Ownership & permissions stripping:** The exported JSON file contains only the configuration of the dashboard or template. It does not include the original access list or ownership data.

### Importing dashboards & report templates

When you import a JSON configuration, the system applies the following default rules:

* **Ownership:** You are automatically designated as the **Owner** of the imported dashboard or template.
* **Visibility:** Access is automatically set to **Restricted**. You must manually adjust the visibility settings if you want to share it. For more information, see [Visibility settings](/data-security-documentation/inventory-and-monitoring/dashboards-and-reports/access-and-visibility-for-dashboards-and-reports/visibility-settings.md).

### Troubleshooting "No Data" messages (XQL & Datasets)

Because dashboards rely on XQL (Cortex Query Language) to fetch data, imported widgets may display a **No Data** message if they reference datasets or log sources that do not exist in your environment.

**How to fix it:**

1. Edit the affected dashboard.
2. Locate the broken widgets and edit the XQL query.
3. Update the query syntax to match the exact dataset or log source names used in your current instance.


---

# 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://cortex-docs.paloaltonetworks.com/data-security-documentation/inventory-and-monitoring/dashboards-and-reports/manage-dashboards-and-reports/import-and-export-dashboards-and-report-templates.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.
