> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/generate-reports/custom-reports/add-a-widget-from-the-gallery.md).

# Add a Widget from the Gallery

Use a predefined widget from the Gallery to add quick insights to your report. You can rename the widget, adjust filters, and choose a chart type.

* Gallery widgets are predefined. You can change filters, title, and chart type. You cannot change the data source or grouping.
* The display is limited to the top 10 results.
* Widget-level filters are sticky. They remain when you reopen the report.
* If the preview is empty, widen the filters or select a different widget.

<figure><img src="/files/aDKOxFoCmYMD567FOIZ2" alt="" width="563"><figcaption></figcaption></figure>

### Screen sections

| Area          | Description                                                                                                                                                   |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Widget Name   | Title that appears on the report tile. You can edit it before adding.                                                                                         |
| Select Widget | Search and choose a predefined widget, for example **Active Issues by Category**, **SLA Trend**, or **Unapproved Licenses**.                                  |
| Filters       | Narrow the data for this widget only. Common filters include Application, Severity, Category, and App Tag. Select **Additional filters** to see more options. |
| Preview       | Shows a live sample of the widget with the current filters.                                                                                                   |
| Chart type    | Pick a visualization, for example pie, column, area, or line.                                                                                                 |
| Add Widget    | Adds the configured widget to the report.                                                                                                                     |

**To add a widget from the Gallery:**

1. In **Custom Reports**, select **ADD WIDGET > Select from gallery**.
2. In **Select Widget**, choose a predefined widget.
3. In **Widget Name**, enter a clear title.
4. In **Filters**, select the values you need.
5. In **Chart type**, choose the visualization.
6. Review the **Preview**.
7. Select **ADD WIDGET**.


---

# 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://docs.ox.security/generate-reports/custom-reports/add-a-widget-from-the-gallery.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.
