> For the complete documentation index, see [llms.txt](https://docs.spicychat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spicychat.ai/advanced/generation-settings/generation-presets.md).

# Generation Presets

If you use different **generation settings** for different models or roleplays, **Generation Presets** let you save those settings and reuse them anytime.\
Instead of manually changing Temperature, Top-P, Top-K, Max Tokens, etc each time or trying to remember your best setup, you can save your preferred settings and apply them with one click.

{% hint style="info" %}
Note: Generation Presets are currently available on **Web only** and for subscribers.
{% endhint %}

### How to Create a Generation Preset

1. Open a chat
2. Click the **three-dot (⋮) icon** in the top-right corner
3. Select **Generation Settings**
4. Find the **Presets** section and expand it
5. Adjust the generation settings (Temperature, Top-P, Top-K, Max Tokens, etc) the way you want
6. Click **Save Current as Preset**
7. Enter a **name** for the preset and save

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

You can save **up to 200 presets**.

{% hint style="info" %}
You can only modify the **name** of an existing preset.\
If you want to change the actual generation settings, you’ll need to create a new preset.
{% endhint %}

Once saved, you can click on Apply and the settings will be used in all chats.&#x20;

### Easy Access

1. Once you have saved your presets from Generation settings, you can click the **Star (⭐) icon** at the top
2. Open **Presets**
3. Select the preset you want to apply

The selected preset is applied immediately to the chat.

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


---

# 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.spicychat.ai/advanced/generation-settings/generation-presets.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.
