> For the complete documentation index, see [llms.txt](https://help.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.defisaver.com/features/recipe-creator.md).

# Recipe Creator

The DeFi Saver Recipe Creator allows you to create complex transactions (Recipes) consisting of multiple operations (Actions). It’s meant to make the power of flash loans and flexibility of DeFi Legos accessible to people of all technical backgrounds.

<figure><img src="/files/AqsqtK1N7Q3OOlaywqKJ" alt="" width="563"><figcaption></figcaption></figure>

As of now, the Recipe Creator includes support for actions from the following protocols:

* Aave v3
* Fluid
* Maker
* CurveUSD
* Liquity
* Compound v3
* Spark
* Morpho
* Lido
* Uniswap v2
* Uniswap v3
* Aave v2
* Compound v2
* Yearn

It also provides users the option of utilizing flash loans from the following sources:

* Aave
* Balancer
* Maker
* Spark
* Morpho
* CurveUSD

{% hint style="info" %}
*Executing Recipes in the Recipe Creator requires you to have a Smart Wallet*
{% endhint %}

***

## Related Articles:&#x20;

* [Use-case](https://help.defisaver.com/features/recipe-creator/use-case)
* [Fees](https://help.defisaver.com/features/recipe-creator/fees)
* [Compatibility](https://help.defisaver.com/features/recipe-creator/compatibility)
* [Pre-made recipes / Recipe Book](https://help.defisaver.com/features/recipe-creator/pre-made-recipes-recipe-book)


---

# 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://help.defisaver.com/features/recipe-creator.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.
