> 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="https://2091339926-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk6gvOhIkKgdK236Bl8ds%2Fuploads%2FP4Z22Mxm1NTrcZMaarRo%2FScreenshot%202023-10-30%20at%2017.28.13.png?alt=media&amp;token=f080bbac-4f3b-45be-85c9-a5f9ff012196" alt=""><figcaption><p>Braavos integration</p></figcaption></figure> <figure><img src="https://2091339926-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk6gvOhIkKgdK236Bl8ds%2Fuploads%2FYYDyFqH4ZRztrBlSWaie%2FScreenshot%202023-10-30%20at%2017.31.39.png?alt=media&amp;token=31542d8d-5fde-49a7-8d9c-33a4932031b7" alt=""><figcaption><p>Polygon Native Bridge Integration</p></figcaption></figure> <figure><img src="https://2091339926-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk6gvOhIkKgdK236Bl8ds%2Fuploads%2FhfGnVBgZrrhL4G9NeozY%2FScreenshot%202023-10-30%20at%2017.36.09.png?alt=media&amp;token=7b84db36-3c88-438b-bc83-713e9cd15f30" 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>
```
