# Preset

The "Preset" checkbox allows you to save the current algorithm configuration as a template for quick launch. When enabled, the algorithm is added to the preset list and becomes available for instant application without reconfiguring parameters.

Learn more about working with presets: [Preset Management](https://claude.ai/chat/73fca7b4-e0e3-4f7c-a5d7-d0f0a90f43be#)

### How to Use

To save an algorithm as a preset:

1. Configure all algorithm parameters
2. Enable the "Preset" checkbox
3. The algorithm automatically appears in the available presets list

✅ Done! Now you can quickly launch the algorithm with these settings at any time.


---

# 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://guide.moontrader.com/en-moontrader-docs/trading/trading-algorithms/general-algorithm-settings/preset.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.
