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

# Products

- [Introduction](https://docs.idle.finance/products/introduction.md): Products > Introduction
- [Best Yield](https://docs.idle.finance/products/best-yield.md): Products > Best Yield
- [Overview](https://docs.idle.finance/products/best-yield/overview.md): Products > Best Yield > Overview
- [Guides](https://docs.idle.finance/products/best-yield/guides.md): Products > Best Yield > Guides
- [Deposit funds on BY](https://docs.idle.finance/products/best-yield/guides/deposit-funds-on-by.md): Products > Best Yield > Guides > Deposit
- [Redeem funds on BY](https://docs.idle.finance/products/best-yield/guides/redeem-funds-on-by.md): Products > Best Yield > Guides > Redeem
- [FAQs](https://docs.idle.finance/products/best-yield/faqs.md): Products > Best Yield > FAQs
- [Yield Tranches](https://docs.idle.finance/products/yield-tranches.md): Products > Yield Tranches
- [Overview](https://docs.idle.finance/products/yield-tranches/overview.md): Products > Yield Tranches > Overview
- [Adaptive Yield Split](https://docs.idle.finance/products/yield-tranches/adaptive-yield-split.md): Products > Yield Tranches > Overview > AYS
- [Security](https://docs.idle.finance/products/yield-tranches/security.md): Products > Security
- [Covered risks](https://docs.idle.finance/products/yield-tranches/security/covered-risks.md): Products > Yield Tranches > Covered risks
- [Default management policies](https://docs.idle.finance/products/yield-tranches/security/default-management-policies.md): Products > Perpetual Yield Tranches > Security > Default management policies
- [Guides](https://docs.idle.finance/products/yield-tranches/guides.md): Products > Yield Tranches > Guides
- [Deposit funds on YTs](https://docs.idle.finance/products/yield-tranches/guides/deposit-funds-on-yts.md): Products > Yield Tranches > Guides > Deposit
- [Redeem funds on YTs](https://docs.idle.finance/products/yield-tranches/guides/redeem-funds-on-yts.md): Products > Yield Tranches > Guides > Redeem
- [Live YTs guides](https://docs.idle.finance/products/yield-tranches/guides/live-yts-guides.md): Products > Yield Tranches > Guides > Live YTs guides
- [Lido stETH](https://docs.idle.finance/products/yield-tranches/guides/live-yts-guides/lido-steth.md): Products > Yield Tranches > Guides > Live YTs guides > Lido stETH
- [Clearpool USDC](https://docs.idle.finance/products/yield-tranches/guides/live-yts-guides/clearpool-usdc.md): Products > Yield Tranches > Guides > Live YTs guides > Clearpool USDC
- [FAQs](https://docs.idle.finance/products/yield-tranches/faqs.md): Products > Yield Tranches > FAQs
- [Fee structure](https://docs.idle.finance/products/fees.md): Products > Fee structure
- [Get involved](https://docs.idle.finance/products/get-involved.md): Products > Get involved
- [Integrators program](https://docs.idle.finance/products/get-involved/integrators-program.md): Products > Integrators program
- [Institutions program](https://docs.idle.finance/products/get-involved/institutions-program.md): Products > Institutions program


---

# 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.idle.finance/products.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.
