# USer guide

- [Cross Chain Asset Swap](https://docs.chainswap.com/user-guide-1/swap.md): How to use ChainSwap to exchange cross-chain asset
- [BSC <-> ETH](https://docs.chainswap.com/user-guide-1/swap/bsc-eth.md): Crossing between BSC and ETH on ChainSwap.
- [BSC <-> HECO](https://docs.chainswap.com/user-guide-1/swap/bsc-heco.md): Crossing between BSC and HECO on ChainSwap.
- [BSC <-> OKEx](https://docs.chainswap.com/user-guide-1/swap/bsc-okex.md): Crossing between BSC and OKEx on ChainSwap.
- [ETH <-> HECO](https://docs.chainswap.com/user-guide-1/swap/eth-heco.md): Crossing between ETH and HECO on ChainSwap.
- [ETH <-> OKEx](https://docs.chainswap.com/user-guide-1/swap/eth-okex.md): Crossing between ETH and OKEx on ChainSwap.
- [HECO <-> OKEx](https://docs.chainswap.com/user-guide-1/swap/heco-okex.md): Crossing between HECO and OKEx on ChainSwap.
- [Asset Deployment](https://docs.chainswap.com/user-guide-1/asset-bridge-deployment.md)
- [Asset Whitelisting](https://docs.chainswap.com/user-guide-1/asset-whitelisting.md): Note: You need to deploy your asset on ChainSwap bridge before applying for white listing.
- [Search for Nonce](https://docs.chainswap.com/user-guide-1/search-for-nonce.md)
- [Wallet Connections](https://docs.chainswap.com/user-guide-1/wallet-connections.md)
- [Binance Smart Chain](https://docs.chainswap.com/user-guide-1/wallet-connections/binance-smart-chain.md): Connecting MetaMask to Binance Smart Chain
- [Huobi Eco Chain](https://docs.chainswap.com/user-guide-1/wallet-connections/huobi-eco-chain.md)
- [OK Chain](https://docs.chainswap.com/user-guide-1/wallet-connections/ok-chain.md)
- [Cross-chain NFT Bridge Tutorial](https://docs.chainswap.com/user-guide-1/cross-chain-nft-bridge-tutorial.md): Users would be able to bridge their NFTs to other chains without any approval/permission/support from the NFT issuer or the destination chain.
- [Cross-chain Aggregator Tutorial](https://docs.chainswap.com/user-guide-1/cross-chain-aggregator-tutorial.md): A cross-chain aggregator solution, with one interface it will be possible to find the bridge offering the best price with least slippage.


---

# 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.chainswap.com/user-guide-1.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.
