# Getting started

The Public Mint Widget allows any dApp or web app to directly receive funds from the network. The Widget can be configured to allow the user to choose the destination address, or to direct funds at a specific address - such as that of a smart contract - with the option of specifying which address it is depositing on behalf of.&#x20;

![](/files/-M6eVJfsihVFRolRib9i)

The widget can be used in two different ways:

* **Open**\
  Any dApp can embed our widget offering core payment methods such as wire, ACH and stablecoins. For  processes that require KYC, the process is done within the widget.<br>
* **Registered Partner**\
  Any dApp or app can [register as a Partner](/partners.md), which allows it to pre-fill KYC data (when applicable) and also access riskier payment methods or higher limits.

It is very simple to embed the widget, with different options available according to the platform your dApp or web app is using.


---

# 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://developers.publicmint.io/widget/start.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.
