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

# 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
```
