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

# Using Furucombo

- [Furucombo Tutorials](https://docs.furucombo.app/using-furucombo/tutorials.md)
- [Furucombo on Metis Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/furucombo-on-metis-tutorial.md): Users will be able to use Furucombo for their trading actions, and take advantage of the benefits of using the Metis network.
- [Beginner’s Guide](https://docs.furucombo.app/using-furucombo/tutorials/beginners-guide.md): A step-by-step guide on how to build a combo on Furucombo!
- [Lending Dashboard Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/lending-dashboard-tutorial.md)
- [Flashloan Arbitrage Combo](https://docs.furucombo.app/using-furucombo/tutorials/flashloan-combo.md): What’s a flash loan, and how do you do a flash loan arbitrage with no coding?
- [Flashloan Troubleshooting](https://docs.furucombo.app/using-furucombo/tutorials/troubleshooting-flash-loans.md): Tutorial: Troubleshooting Flash Loans
- [Passive Income | Part 1](https://docs.furucombo.app/using-furucombo/tutorials/passive-income-part1.md): Tutorial: Passive income combo | Part 1
- [Instantly Swap cTokens on Compound](https://docs.furucombo.app/using-furucombo/tutorials/instantly-swap-ctokens-on-compound.md): Tutorial: Instantly Swap cTokens on Compound
- [Compound V3 Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/compound-v3-tutorial.md)
- [Furucombo Fund](https://docs.furucombo.app/using-furucombo/tutorials/furucombo-fund.md): This tutorial will guide you through the process of using Furucombo Funds to allow fund managers to help you manage your wealth!
- [Fund Manager Setup](https://docs.furucombo.app/using-furucombo/tutorials/fund-manager-setup.md)
- [Token Bridge Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/token-bridge-tutorial.md): You can now bridge any token that Stargate supports to any network that’s available on Furucombo!
- [Token Multi-Sender Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/token-multi-sender-tutorial.md): How do I send Erc20 crypto tokens to multiple addresses all at once?
- [Fiat to Crypto on Furucombo Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/fiat-to-crypto-on-furucombo-tutorial.md)
- [Leveraged Long Position Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/leveraged-long-position-tutorial.md)
- [Leveraged Short Position Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/leveraged-short-position-tutorial.md)
- [De-Leverage Position Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/de-leverage-position-tutorial.md)
- [Debt Swap Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/debt-swap-tutorial.md)
- [Collateral Swap Tutorial](https://docs.furucombo.app/using-furucombo/tutorials/collateral-swap-tutorial.md)
- [DeFi Learn](https://docs.furucombo.app/using-furucombo/defi-learn.md)
- [What Is Slippage](https://docs.furucombo.app/using-furucombo/defi-learn/what-is-slippage.md): What is slippage, what is its effect, & how can you avoid it while trading?
- [What Is Liquidation](https://docs.furucombo.app/using-furucombo/defi-learn/what-is-liquidation.md): What does liquidation mean, and how can you avoid getting rekt?
- [Eight Tips on How to Survive in a Bear Market](https://docs.furucombo.app/using-furucombo/defi-learn/eight-tips-on-how-to-survive-in-a-bear-market.md): What is the ideal portfolio to survive a bear market?


---

# 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.furucombo.app/using-furucombo.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.
