# Swap Integration

- [API](https://docs.mosaic.ag/swap-integration/api.md): This section will walk you through the required steps to get quote and submit a swap using Mosaic Aggregator.
- [Swap Widget](https://docs.mosaic.ag/swap-integration/swap-widget.md): This guide walks you through the steps to embed the swap widget in your website in a few minutes.
- [Iframe](https://docs.mosaic.ag/swap-integration/iframe.md): This guide walks you through the steps to embed the Mosaic iframe in your website in a few minutes.
- [Typescript SDK](https://docs.mosaic.ag/swap-integration/markdown.md)
- [Integration Partners](https://docs.mosaic.ag/swap-integration/integration-partners.md): For API and Widget Integration inquiries, please contact huy@mosaic.ag for further 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.mosaic.ag/swap-integration.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.
