# Widget details

You can see and modify Dashboard through [Dashboard](/pim3/reference/dashboard.md).

### Widget type

The type of widget you wish to add. Choose the widget that fits your exact needs.\
Read more about what the different widgets do here: [Widget types](/pim3/reference/dashboard/widget-details/widget-types.md)

| Activity list    |                                                             |
| ---------------- | ----------------------------------------------------------- |
| Only my activity | Determine whether to only show the active users activities. |

| Attribute statistics |                                              |
| -------------------- | -------------------------------------------- |
| Background Color     | The color you want to represent this widget. |

| Background tasks        |                                                                   |
| ----------------------- | ----------------------------------------------------------------- |
| Headline                | A headline for the widget.                                        |
| Lookback days           | Days the widget should look back.                                 |
| Maximum number to fetch | The maximum number of fetched tasks (a number between 1 and 100). |
| Statuses to display     | Which statuses you want to show.                                  |

| Categories count |                                              |
| ---------------- | -------------------------------------------- |
| Background Color | The color you want to represent this widget. |

| Import request                                       |                                                                                                |
| ---------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| Only imports from datasuppliers I am responsible for | Determines whether to only show imports from datasuppliers the active user is responsible for. |

| Distribution chart |                                                                                       |
| ------------------ | ------------------------------------------------------------------------------------- |
| Headline           | A headline for the chart.                                                             |
| Entity type        | The type of entity you want to work with.                                             |
| Global list        | The global list you want to search for.                                               |
| Chart type         | The type of chart you want to use.                                                    |
| Distribution field | The field you want to base the distribution on.                                       |
| Filter             | A filter to limit the global list values considered when calculating the distribution |

| Enrichment insights |                                                                 |
| ------------------- | --------------------------------------------------------------- |
| Headline            | A headline for the widget.                                      |
| Enrichment insight  | The enrichment insight you want to display.                     |
| Bucket size         | The size of each bucket in percentage.                          |
| Filter              | A filter to limit the result when calculating the distribution. |

| Header      |                            |
| ----------- | -------------------------- |
| Headline    | A headline for the header. |
| Description | An optional description.   |

| Product count    |                                              |
| ---------------- | -------------------------------------------- |
| Background Color | The color you want to represent this widget. |

| Quick export |                            |
| ------------ | -------------------------- |
| Headline     | A headline for the widget. |

| Search result                    |                                                              |
| -------------------------------- | ------------------------------------------------------------ |
| Headline                         | The color you want to represent this widget.                 |
| Search                           | A saved search to show the result of.                        |
| Background Color                 | The color you want to represent this widget.                 |
| Search result columns (Optional) | Which columns to show in search result.                      |
| Conditional color (Optional)     | A specific background color whne a certain condition is met. |

| Shortcuts |                                     |
| --------- | ----------------------------------- |
| Headline  | A headline for the shortcut widget. |

| Timeline  |                                                                                      |
| --------- | ------------------------------------------------------------------------------------ |
| Headline  | A headline for the shortcut widget.                                                  |
| Time unit | Whether you want the timeline to show results per day or per month.                  |
| Timelines | The search results you want displayed in the timeline along with color for each day. |

| Transaction statistics |                                              |
| ---------------------- | -------------------------------------------- |
| Background Color       | The color you want to represent this widget. |

| Task list     |                                                       |
| ------------- | ----------------------------------------------------- |
| Tasks to show | The group of tasks you want to display in the widget. |

| Variant count    |                                              |
| ---------------- | -------------------------------------------- |
| Background Color | The color you want to represent this widget. |

| Webhook errors |                                                               |
| -------------- | ------------------------------------------------------------- |
| Number of days | The number of days back you want to show webhook errors from. |

| Webhook events       |                                                          |
| -------------------- | -------------------------------------------------------- |
| Only failed requests | Determines whether to only show failed webhook requests. |
| Number of events     | The max number of events to show (max 200)               |


---

# 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.struct.com/pim3/reference/dashboard/widget-details.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.
