# Manage AI Metadata

When you import your data, we break down the information from every single table and column to train our AI model. Manage AI Metadata generates all of this information into a simple database directly in your account. No more digging around when you need to make an edit.

{% @arcade/embed flowId="XPnbrovxmzYgRaEmrRJG" url="<https://app.arcade.software/share/XPnbrovxmzYgRaEmrRJG>" %}

### How it works:

**Just click Manage AI Metadata** on the left sidebar. Filter results by typing in a Name or keyword and/or a Description. Click Edit to make changes to individual tables (description, name, and/or ID copy) and define whether or not the table (or columns) should be used in AI.

{% hint style="info" %}
When you select the “Use in AI” checkbox, the column and data within it will be included by the AI when responding to search requests.
{% endhint %}

<br>


---

# 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.corraldata.com/kb/organize-your-data/manage-ai-metadata.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.
