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

# Products

- [Borrow](https://docs.summer.fi/summer.fi-pro/products/borrow.md): Learn more about Summer.fi Borrow
- [Frequently Asked Questions](https://docs.summer.fi/summer.fi-pro/products/borrow/frequently-asked-questions.md)
- [Multiply](https://docs.summer.fi/summer.fi-pro/products/multiply.md): Increase or decrease the exposure to your collateral asset in one transaction.
- [The difference between Borrow and Multiply Vaults](https://docs.summer.fi/summer.fi-pro/products/multiply/the-difference-between-borrow-and-multiply-vaults.md): There are some differences between borrow and Multiply vaults.
- [Frequently Asked Questions](https://docs.summer.fi/summer.fi-pro/products/multiply/frequently-asked-questions.md)
- [Swap and Bridge](https://docs.summer.fi/summer.fi-pro/products/swap-and-bridge.md): Learn how to swap and bridge without leaving Summer.fi
- [Earn](https://docs.summer.fi/summer.fi-pro/products/earn.md): Summer.fi Earn products are curated DeFi-products that easily put your deposits in a position to earn a yield.
- [Aave v2 stETH](https://docs.summer.fi/summer.fi-pro/products/earn/aave-v2-steth.md)
- [Aave v3 stETH](https://docs.summer.fi/summer.fi-pro/products/earn/aave-v3-steth.md)
- [Dai Savings Rate (DSR)](https://docs.summer.fi/summer.fi-pro/products/earn/dai-savings-rate-dsr.md): Everything you need to know about the DSR
- [sDAI](https://docs.summer.fi/summer.fi-pro/products/earn/dai-savings-rate-dsr/sdai.md): What's sDAI?
- [What is sDAI Conversion?](https://docs.summer.fi/summer.fi-pro/products/earn/dai-savings-rate-dsr/what-is-sdai-conversion.md): Convert your sDAI back to DAI
- [$RAYS](https://docs.summer.fi/summer.fi-pro/products/usdrays.md): $RAYS is the new points system within Summer.fi
- [FAQ](https://docs.summer.fi/summer.fi-pro/products/usdrays/faq.md): Frequently Asked Questions about $RAYS


---

# 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.summer.fi/summer.fi-pro/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.
