# Settings Presets

Presets can be used to store your common preferred settings in the UI. You can then have them in the Lens profile search box, or you can drag & drop them in the UI or in the [render queue](/app/advanced-usage/render-queue.md), or use in the [CLI](/app/advanced-usage/command-line-cli.md).

## Creating presets

In order to create a preset, set any settings you want in the UI, then click on the arrow on the **Export** button and choose **Create settings preset.**

<figure><img src="/files/6ZxUXzQkFU6UmXBAcBzy" alt=""><figcaption></figcaption></figure>

Then simply select settings you want to include in the preset:

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

{% hint style="info" %}
If you save the preset in `camera_presets` directory, it will show up in the Lens profile search box. It can be favorited and searched.
{% endhint %}

<figure><img src="/files/KjDVNjfRdqJuOnxl1225" alt=""><figcaption><p>Preset in the lens profile search box</p></figcaption></figure>

## Default preset

If you save your preset as `default.gyroflow` in the `camera_presets` directory, it will be loaded automatically with every video.

`default.gyroflow` loads in the main window, as well as in the render queue.

{% hint style="info" %}
On macOS, the `camera_presets` directory is located by right-clicking on the Gyroflow app -> Show package contents -> Contents -> Resources -> camera\_presets
{% endhint %}


---

# 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://docs.gyroflow.xyz/app/advanced-usage/settings-presets.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.
