# How to Integrate Front-end Router

{% hint style="info" %}
**Summary:** For many dapps, it would create a better user experience if they could transfer assets cross-chain in the appropriate context, rather than rely on Multichain's platform to do this, having to open a separate dapp. Here we show how to achieve that for Router assets.
{% endhint %}

There is a good explanation of [How to Integrate the Router](https://github.com/anyswap/CrossChain-Router/wiki/How-to-integrate-AnySwap-Router) on the github.

We cover it again here for completeness.

![Router Schematic](/files/Bay9mWyusH8zQotImdZg)

The figure represents some tokens that are present on the Router. They can be configured to exist on any chain supported by the Router - Chain A, B, C, D... If a token is on chains A, B and C, then it is possible to transfer them between any of these chains.


---

# 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.multichain.org/developer-guide/how-to-integrate-front-end-router.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.
