> For the complete documentation index, see [llms.txt](https://learn.layerswap.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.layerswap.io/api/ui-integration/layerswap-hosted-page.md).

# 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>
```
