> For the complete documentation index, see [llms.txt](https://docs.midi-mixer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.midi-mixer.com/profiles/using-a-preset.md).

# Use a preset

**Presets** within MIDI Mixer are curated custom **Profiles** that are included within the app itself. They are most commonly compatible with the out-of-the-box configuration for the target device, helping users to plug in a new device and have it immediately recognised and set up by MIDI Mixer.

{% hint style="info" %}
If your device doesn't have a preset yet or you need to support a custom configuration, it's easy to [create your own profile](/profiles/create-a-profile.md).
{% endhint %}

## Loading a preset

To load a preset, you must have a compatible device. For example, the **Behringer X-TOUCH MINI** preset is only loadable if you have a MIDI device with the name **X-TOUCH MINI**.

If you're loading MIDI Mixer for the very first time, the app will try to match any MIDI devices it can find to custom presets within the app. If it finds one, it will also try to automatically load that preset.

If this hasn't worked, you may have to manually find the preset on the **Profiles** page and click the **Load** button to activate the profile.

![An unloaded preset](/files/-MblfA9d7z9CEy7Nqyis)

If you're still having troubles, try some of the troubleshooting steps in the [FAQ](/faq.md).

## Presets compared to profiles

The difference between a preset and a profile within the app is that presets have a locked **Input** and **Output** so that they can only be used with compatible devices.

![A preset's greyed out (locked) input and output](/files/-MbleQG5zQPppfccKRWD)

###


---

# 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.midi-mixer.com/profiles/using-a-preset.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.
