# Layerswap-hosted page

You can redirect users from your Web or Mobile app to Layerswap and [customize](/api/ui-integration/customization.md) their journey by providing query parameters.

<div><figure><img src="/files/Luu9JOcs4c5sbJ8Ij2TU" alt=""><figcaption><p>Braavos integration</p></figcaption></figure> <figure><img src="/files/xGbzeGpWIBm8GtztL7sx" alt=""><figcaption><p>Polygon Native Bridge Integration</p></figcaption></figure> <figure><img src="/files/1qT02ySUfufkkG69uMrq" alt=""><figcaption><p>zkSync Integration</p></figcaption></figure></div>

{% hint style="info" %}
Refer to the [UI customization](/api/ui-integration/customization.md) section to explore all the available options.
{% endhint %}

A simple example with a predefined destination would look like this:

```html
<!-- EXAMPLE -->
<a href="https://www.layerswap.io/app/?to=STARKNET_MAINNET&clientId=YOUR_CLIENT_ID">
    Deposit funds
</a>
```


---

# 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://learn.layerswap.io/api/ui-integration/layerswap-hosted-page.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.
