> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/widgets/manage-widgets.md).

# Manage widgets

Widgets are interface templates that are surfaced to end-users in a consent flow in order to collect consent and/or refusal actions. Utilizing the component library your organization can create fully customized and modular interfaces that can be deployed across multiple consent flows.&#x20;

Your organization's widgets are accessible by clicking **Widgets** on the left-hand panel.

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

The subsequent page will list all widgets that have been created for your organization's Didomi account. Each widget will have the following information listed:

<table><thead><tr><th width="190">Field</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>The name configured for the widget. The widget's ID is also provided directly under the widget name.</td></tr><tr><td>Type</td><td>The widget's type that was selected when the widget was created (Standard Consent, Consent or Pay, etc...)</td></tr><tr><td>Consent flows</td><td>Consent flows where the widget is currently applied</td></tr><tr><td>Last edit</td><td>Last recorded edit that was saved for the widget</td></tr><tr><td>Status</td><td>Draft | Active. Designates whether the widget is currently used in a consent flow that is actively published.<br><br><mark style="background-color:$warning;"><strong>Note</strong>: Widgets with Active status cannot be deleted.</mark></td></tr></tbody></table>

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


---

# 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.didomi.io/widgets/manage-widgets.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.
