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

# Generator assignment and configuration

You assign the generator to use to transform the data in each column. For sensitive columns that it detects, Structural also recommends the generator configuration to use.

For Enterprise instances, generator presets allow you to configure custom configurations of generators that you can then assign to columns.

## Assigning a generator to a column

<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>Review and apply recommended generators</strong></td><td>View and apply the generator configurations that Structural recommends for the sensitive columns that it detects.</td><td></td><td><a href="/app/generation/generators-assign-config/generators-review-apply-recommended.md">Reviewing and applying recommended generators</a></td></tr><tr><td><strong>Assign and configure generators</strong></td><td>Assign a generator to a column and change its configuration.</td><td></td><td><a href="/app/generation/generators-assign-config/generator-assignment-and-config.md">Assigning and configuring generators</a></td></tr><tr><td><strong>Use the API</strong></td><td>Use the Structural API to assign and configure generators.</td><td></td><td><a href="/app/api/quick-start-guide/tonic-api-generator-assignment.md">Assign generators to columns</a></td></tr><tr><td><strong>Hints and tips for assigning generators</strong></td><td>Learn more about choosing and configuring the appropriate generator.</td><td></td><td><a href="/app/generation/generators-assign-config/common-usage.md">Generator hints and tips</a></td></tr><tr><td><strong>Manage generator presets</strong></td><td>Set the default configuration for generators and create custom configurations of generators.</td><td></td><td><a href="/app/generation/generators-assign-config/generator-presets.md">Managing generator presets</a></td></tr></tbody></table>

## Other advanced generator options <a href="#generators-advanced-options" id="generators-advanced-options"></a>

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Use Structural data encryption</strong><br><br>Enable Structural to decrypt source data and encrypt destination data.</td><td><a href="/app/generation/generators-assign-config/generators-data-encryption-config.md">Configuring and using Structural data encryption</a></td></tr><tr><td><strong>Develop a custom value processor</strong><br><br>Work with Tonic.ai to enable custom processing of data values.</td><td><a href="/app/generation/generators-assign-config/custom-value-processors.md">Custom value processors</a></td></tr></tbody></table>


---

# 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.tonic.ai/app/generation/generators-assign-config.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.
