# Create a widget

{% hint style="info" %}
[Widget creation API Docs](https://documenter.getpostman.com/view/25013896/2sBXinGACm)
{% endhint %}

<figure><img src="/files/GXcuck7uTjYigTERHNK1" alt=""><figcaption><p>Component management dashboard</p></figcaption></figure>

### Determine Live or Test

Learn about the [different environments](broken://pages/ds48bIV74fY4NP5IdnRO) to decide where the widget should be created.

### Create New Widget

Clicking Create New Widget opens a modal where you name the new widget.

<figure><img src="/files/J3Qt2f4k9AXLHXQdPkKm" alt="" width="375"><figcaption></figcaption></figure>

In the modal, add a recognizable name. This could be the name of a website where it will live or be tied to a specific giving campaign like Black History Month or Giving Tuesday. Something that will be clear to the rest of your team.

### Edit Widget

Once the widget is saved, Edit by clicking on the row or in the Actions column on the Donation Widget list.

<figure><img src="/files/YV0NaK2yejjTya91wHwm" alt=""><figcaption><p>Donate-at-Checkout Widget in the list.</p></figcaption></figure>

### Configure Widget

Now that widget has been created, all the controls for editing and configuring will be available. Jump to [Configure Donate-at-Checkout](/app/changeup-dms/widget-setup/configure-donate-at-checkout.md) for details.


---

# 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.changeup.com/app/changeup-dms/widget-setup/create-a-widget.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.
