> 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/cortex-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/dashboards/custom-dashboards.md).

# Custom dashboards

You can create custom dashboards that are tailored to your unique workflow and support your day-to-day operations. Cortex XDR provides dashboard templates that are based on the predefined dashboards, or you can build dashboards from scratch by selecting widgets and choosing their placement on the dashboard.

You can see all predefined and custom widgets in the **Widget Library**.

Custom XQL widgets are built on Cortex Query Language (XQL) queries and provide the flexibility to query specific data, and select the graphical format you require (such as table, line graph, or pie chart).

To enhance the functionality of your dashboards, you can also configure fixed filters and dashboard drilldowns that enabling dashboard users to filter and manipulate the displayed data as follows:

* Fixed filters enable dashboard users to alter the scope of the dashboard by selecting predefined or dynamic input values from the filters in the dashboard header.
* Dashboard drilldowns provide dashboard users with interactive data insights when clicking on data points in widgets. Drilldowns can trigger contextual changes on the dashboard, or they can link to an XQL search, a custom URL, another dashboard, or a report. Users can hover over a widget to see details about the drilldown, and click a value to trigger the drilldown.

Fixed filters and drilldowns are based on parameters that you define in custom XQL widgets, and are available on custom dashboards with XQL widgets only. For more information, see [Configure fixed dashboard filters](/cortex-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/dashboards/custom-dashboards/configure-fixed-dashboard-filters.md) and [Configure dashboard drilldowns](/cortex-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/dashboards/custom-dashboards/configure-dashboard-drilldowns.md).

{% hint style="info" %}

### Notice

Custom XQL widgets, fixed filters, and dashboard drilldowns are supported in Cortex XDR Pro and Cortex XSIAM only.
{% endhint %}


---

# 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/cortex-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/dashboards/custom-dashboards.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.
