> For the complete documentation index, see [llms.txt](https://docs.symbiosis.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.symbiosis.finance/user-guide-webapp.md).

# User Guide (WebApp)

- [Symbiosis WebApp](https://docs.symbiosis.finance/user-guide-webapp/symbiosis-webapp.md): Use the Symbiosis WebApp to swap tokens across supported blockchain networks
- [Swap Tokens](https://docs.symbiosis.finance/user-guide-webapp/swaps.md): General walkthrough: How to swap tokens across supported blockchains using the Symbiosis WebApp
- [Swap Bitcoin](https://docs.symbiosis.finance/user-guide-webapp/swap-bitcoin.md): BTC walkthrough: How to swap BTC across supported blockchains using the Symbiosis WebApp
- [Tron: Swap with Low Fees](https://docs.symbiosis.finance/user-guide-webapp/swaps-to-and-from-tron.md): How to swap assets on Tron with reduced transaction fees using the Symbiosis WebApp.
- [Bridge sUSDC,  sWETH, sWBTC](https://docs.symbiosis.finance/user-guide-webapp/dealing-with-stokens.md): How to bridge synthetic assets (sUSDC, sWETH, sWBTC) using the Symbiosis WebApp.
- [Where Are My Tokens? → Troubleshooting Guide](https://docs.symbiosis.finance/user-guide-webapp/where-are-my-tokens-troubleshooting-guide.md): Troubleshooting guide for locating tokens after a swap via Symbiosis: tracking, partial fills, mismatches, and synthetic assets (sTokens).
- [Octopool: Provide Liquidity](https://docs.symbiosis.finance/user-guide-webapp/octopool-provide-liquidity.md): Symbiosis guide: How to provide liquidity to Octopool and earn rewards.
- [Octopool: Withdraw Liquidity](https://docs.symbiosis.finance/user-guide-webapp/octopool-withdraw-liquidity.md): Symbiosis: How to withdraw liquidity from Octopool and redeem assets.
- [Symbiosis Explorer](https://docs.symbiosis.finance/user-guide-webapp/symbiosis-explorer.md): How to track swaps, and transaction data in the Symbiosis Explorer.
- [More about Slippage Tolerance](https://docs.symbiosis.finance/user-guide-webapp/more-about-slippage-tolerance.md): What slippage tolerance is, how it affects swaps, and how to configure it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.symbiosis.finance/user-guide-webapp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
