# Assign generators to columns

{% hint style="info" %}
Requires the Advanced API. The Advanced API requires an Enterprise license.
{% endhint %}

<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>Apply all recommended generators</strong><br><br>Assign the recommended generator configuration to all of the detected columns.</td><td></td><td></td><td><a href="tonic-api-generator-assignment/applying-all-recommended-generators">applying-all-recommended-generators</a></td></tr><tr><td><strong>Get generator IDs and available metadata</strong></td><td>Retrieve information about generators and their configuration options.</td><td></td><td><a href="tonic-api-generator-assignment/tonic-api-generator-get-ids-metadata">tonic-api-generator-get-ids-metadata</a></td></tr><tr><td><strong>Update generator configuration</strong></td><td>Change the generator configuration for a table or column.</td><td></td><td><a href="tonic-api-generator-assignment/updating-generator-configurations">updating-generator-configurations</a></td></tr><tr><td><strong>Structure of a generator assignment</strong></td><td>How the Structural API represents a generator assignment and configuration.</td><td></td><td><a href="tonic-api-generator-assignment/tonic-api-generator-assignment-structure">tonic-api-generator-assignment-structure</a></td></tr><tr><td><strong>Generator API reference</strong></td><td>Details about the replacement and link structure for each generator.</td><td></td><td><a href="tonic-api-generator-assignment/generator-api-reference">generator-api-reference</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/tonic-api-generator-assignment.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.
