# Presets

Schematic Brush has two types of presets:

## Presets

The base command to manage your presets is `/sbrp`

Presets in general contain one or more schematic set including its modifiers. Presets can be loaded into an existing brush when configuring it.

You can load multiple presets on one brush. Adding another preset to a brush will not remove or change previously added presets. In general you can always think of adding a copy of this preset. Also changing the modifier wont change anything on the preset.

## Brush Presets

The base command to manage your brush presets is `/sbrpb`

Brush presets contain schematic sets and their modifiers. Additionally they also contain the placement modifier of the brush itself. You can directly load a brush preset by using `sbr loadbrush <name>`. After loading the brush you can change it as you want. Loading a new brush will override your current settings.


---

# 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://wiki.eldoria.de/schematic-brush-reborn/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.
