> For the complete documentation index, see [llms.txt](https://motiongamesstudio.gitbook.io/magic-lightmap-switcher/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://motiongamesstudio.gitbook.io/magic-lightmap-switcher/system-components/mls-preset-manager.md).

# Preset Manager

The Preset Manager allows you to customize several different lighting states of the scene. You can add objects you want to customize and then be able to quickly switch between its or start baking automatically for all presets.

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

## Controls

### Main Window

| Element        | Description                                                                                                                                            |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Create New** | Creates a new preset. If the manager already has other presets, then the settings of the last one in the list will be copied to the newly created one. |

### Preset Scroll

#### In Minimized Mode

| Element       | Description                                                            |
| ------------- | ---------------------------------------------------------------------- |
| **Load**      | Loads the settings of a preset.                                        |
| **Duplicate** | Creates a new preset and copies the settings of the current one to it. |
| **Remove**    | Deletes the preset.                                                    |

#### In Maximized Mode

| Element                  | Description                                                                                                                                                                                        |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Duplicate And Edit**   | Creates a new preset and copies the settings of the current one to it. The new preset becomes active and editable.                                                                                 |
| **Remove**               | Deletes the preset.                                                                                                                                                                                |
| **Start/Stop Recording** | Starts/Stops the preset recording. In recording mode, MLS tracks the changes you have made to the parameters of the scene objects and project materials and automatically adds them to the preset. |


---

# 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://motiongamesstudio.gitbook.io/magic-lightmap-switcher/system-components/mls-preset-manager.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.
