# Basic Widget Configuration

### 🎨 How To Start

To start your Widget configuration please follow these steps:

### Basic Steps

1. Go to our [Widget Customizer](https://widget.coindisco.com/customizeUx)&#x20;
2. **Enter your Public Key** — use the key provided by Coindisco. This is the only required step to get the widget working.
3. **(Optional) Adjust parameters** — you can customize defaults such as:

* Assets (BTC, ETH, stablecoins, or custom tokens)
* Networks (e.g., Bitcoin, Ethereum, Polygon)
* Fiat currencies and payment methods

4. **Copy your Widget URL** — once ready, copy the generated link from the Customizer and integrate it into your site or app (via button, iFrame, or programmatic call).

👉 With just a **Public Key**, the widget works out of the box. All other adjustments are optional and can be configured later.


---

# 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://coindisco.gitbook.io/coindisco/widget-integration/basic-widget-configuration.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.
