# Embed Widget

The widget can be embedded on a page within a traditional web application or on an embedded iOS/Android WebView. You can control how the widget behaves and tweak the user experience to your needs with the Javascript configuration parameters at the initialization phase.

As an integrator, you won't have direct access to the customer's personal information. The underlying personal information is exposed only in response to demands made to Public Mint lawfully (or, in some cases, in support of **security** authorization).


---

# 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/embed.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.
