# Summary Dashboards

A summary dashboard appears automatically at the root of an Umbraco UI Builder section. It provides an overview of key collections within that section, enabling quick access to list views. Additionally, it allows for adding new entries to the collection, provided the collection is not set to read-only.

By summarizing important data and simplifying navigation, the summary dashboard improves content management efficiency.

![Summary Dashboard](/files/E27e5318iji6oFQBfRbg)

## Displaying a Collection on the Summary Dashboard

To display a collection on the summary dashboard, use the `ShowOnSummaryDashboard()` method in the collection configuration.

### Configuration Example

```csharp
collectionConfig.ShowOnSummaryDashboard();
```

**Code Reference:** `ShowOnSummaryDashboard() : CollectionConfigBuilder<TEntityType>`

{% hint style="warning" %}
Only root-level collections within a section can be displayed on the summary dashboard.
{% endhint %}


---

# 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.umbraco.com/umbraco-ui-builder/18.latest/areas/sections/summary-dashboards.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.
