> 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/fr/widgets/gerer-les-widgets/creer-un-widget-de-confidentialite.md).

# Créer un widget de confidentialité

{% hint style="success" %}
**Type d'accès**: Widgets - Éditeur
{% endhint %}

Les widgets sont des modèles d'interface présentés aux utilisateurs finaux dans un flux de consentement afin de recueillir des actions de consentement et/ou de refus. Dans cet article, nous expliquerons comment créer un nouveau widget dans le compte Didomi de votre organisation.

Cliquez **Widgets** dans le panneau de gauche et sélectionnez **Créer un widget** sur la page suivante.

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

Utilisez la fenêtre modale suivante pour sélectionner un type pour votre widget et cliquez sur **Aller à l'étape suivante** lorsque vous avez terminé.&#x20;

{% hint style="info" %}
Des types de widgets premium supplémentaires sont disponibles (par ex. consentement ou paiement). Veuillez contacter votre représentant commercial pour plus d'informations.
{% endhint %}

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

Ensuite, sélectionnez le style de modèle pour le widget (apparition, bannière supérieure, bannière inférieure) et cliquez sur **Créer un widget**.&#x20;

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

Votre nouveau widget sera créé et ajouté à votre organisation. Personnalisez davantage le widget si nécessaire en utilisant le [éditeur de widget](/fr/widgets/editeur-de-widget.md).


---

# 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/fr/widgets/gerer-les-widgets/creer-un-widget-de-confidentialite.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.
