# Recipes

Recipes are a powerful feature in Filestar that allows you to chain several skills into a sequence. After creating a recipe you can connect the recipe to an automation like a [Trigger Folder](/automation/trigger-folders.md), [Desktop Shortcut](/automation/desktop-shortcuts.md) or a [Hotkey](/automation/hotkeys.md). You can also save and reuse recipes directly in the application.

You can write an entire recipe using natural language in the search box and our AI will parse and match with the proper skills.&#x20;

```
convert  my file to  BMP format then rotate the image 90 degrees to the left, 
zip the result and finally save it to my desktop
```

<figure><img src="/files/hio2wXjlYN8fLYKtaugZ" alt=""><figcaption></figcaption></figure>

[See more examples below](#example-recipes)

### Modifying Recipes

To manually create a multistep recipe click on the “Add Step” after selecting the first skill.

<div align="left"><figure><img src="/files/89sQHcDebg4qSMNxF5VO" alt=""><figcaption></figcaption></figure></div>

You can modify the recipe by right-clicking the step box on the left.&#x20;

<div align="left"><figure><img src="/files/lmkRZArc3m3BpMGSdfOm" alt=""><figcaption></figcaption></figure></div>

To insert a step in the middle of the recipe you hover the mouse over the arrow between two steps and click on the “+” icon.

<div align="left"><figure><img src="/files/SN7Dq5tFnGC89c1gwwXD" alt=""><figcaption></figcaption></figure></div>

On the result page, you can save your recipe or use it in an automation by clicking on the "Automate" button.&#x20;

<figure><img src="/files/1d7JWHCG6dufaCdNMq7y" alt=""><figcaption></figcaption></figure>

### Example Recipes

```
rotate 90 degrees, invert the image and then finally save in C:\Foo\Bar\ 
```

```
trim wav from 00:02:30 to 00:04:15, then reduce noise, and finally save as mp3 
```

```
translate these documents into Dutch
```

```
convert to something that I can open in Word
```

```
overlay a watermark image in the centre, adjust the opacity to 30%, and save as JPEG
```

```
clip the largest possible 2x4 ratio square in the middle of this video
```

```
add red text in 20pt in the upper right corner with the width and height of the image
```


---

# Agent Instructions: 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:

```
GET https://help.filestar.com/advanced/recipes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
