# Swap Widget

[Swap Widget](https://widget.tinyman.org) allows users to make swaps inside the main application (without switching the app) using the Tinyman pool seamlessly and securely. Tinyman Swap Router will ensure that users can make swaps at the best price, similar to the Tinyman Web Application.

<figure><img src="/files/CDrOCDxCjhQnzenpczyI" alt="" width="375"><figcaption><p>Swap Widget Example</p></figcaption></figure>

This document includes implementation details and helps you to integrate the Swap Widget into your app.&#x20;

[Customization Preferences](/swap-widget/customization-preferences.md)

[How to export your Widget](/swap-widget/how-to-export-your-widget.md)


---

# 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.tinyman.org/swap-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.
