# Manage generator presets

{% hint style="info" %}
Generator presets are part of the Advanced API, which requires an Enterprise license.
{% endhint %}

A generator preset is a saved configuration for a generator. Each generator has a built-in generator preset, which provides the default configuration for that generator.

You can also create custom generator presets. For example, you can create different versions of the Address generator that use different configuration options.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Get the available generator presets</strong></td><td>Retrieve information about generator presets and their configuration.</td><td></td><td><a href="/pages/Iu0tx2tfp8AvzLr4JeRk">/pages/Iu0tx2tfp8AvzLr4JeRk</a></td></tr><tr><td><strong>Structure of a generator preset</strong></td><td>How the Structural API represents a generator preset.</td><td></td><td><a href="/pages/xVP3YjjpZgvmlsO4HD3T">/pages/xVP3YjjpZgvmlsO4HD3T</a></td></tr><tr><td><strong>Create a generator preset</strong></td><td>Add a new custom generator preset to the available presets.</td><td></td><td><a href="/pages/be0brxwe2tMDaGDFyrl0">/pages/be0brxwe2tMDaGDFyrl0</a></td></tr><tr><td><strong>Update a generator preset</strong></td><td>Change the configuration for an existing generator preset.</td><td></td><td><a href="/pages/o7FAEaikdXzO4mWd923H">/pages/o7FAEaikdXzO4mWd923H</a></td></tr><tr><td><strong>Delete a generator preset</strong></td><td>Remove a custom generator preset from the available presets.</td><td></td><td><a href="/pages/JJynQMJP8IEf8VBc3Kq3">/pages/JJynQMJP8IEf8VBc3Kq3</a></td></tr></tbody></table>


---

# 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://docs.tonic.ai/app/api/quick-start-guide/api-generator-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.
