# AI

Before configuring AI features in SuperTables, make sure that **WriteBackExtreme is connected** and that the required AI configuration has been completed in the WriteBackExtreme Management Console.

AI functionality in SuperTables depends on two configuration steps in WriteBackExtreme:

1. **Model configuration** – Connecting an AI provider and defining model behavior
2. **Agent configuration** – Linking the model to the Summaries & Highlights and Generative Fill features

These steps only need to be completed once by an administrator. After that, AI features can be fully setup

### Configure AI features in SuperTables

The steps below describe how to enable and configure AI features in SuperTables. The configuration flow is the same for both **Summarize** and **Generative Fill**.

***

#### Step 1 – Open the SuperTables configuration

1. Open your dashboard in **Tableau**.
2. Select the **SuperTables** extension.
3. Click **Configure** to open the extension settings.
4. Navigate to the **AI** tab.

The AI tab shows the available AI features supported by SuperTables.

<figure><img src="/files/7INCAnkwIQSAWTXcWTqL" alt=""><figcaption></figcaption></figure>

***

#### Step 2 – Select an AI agent

Each AI feature in SuperTables must be linked to an AI agent.

**Summarize**

1. In the AI configuration menu, select **Summarize**.
2. Under **AI Agent**, choose **Summaries & Highlights** from the dropdown.

This agent is responsible for generating summaries and highlighting notable findings.

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

**Generative Fill**

1. Select **Generative Fill** in the AI configuration menu.
2. Under **AI Agent**, choose **Generative Fill** from the dropdown.

This agent is responsible for generating and filling values based on table data and schema rules.

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

***

#### Step 3 – Configure the system prompt (optional)

Each AI feature allows you to customize the **System Prompt**.

The system prompt is applied to all AI requests for the selected feature and can be used to:

* Set the tone and style of responses
* Define formatting guidelines
* Provide additional context (for example: role, language, or level of detail)

> **Note**\
> The AI agents already include a default system prompt. Any text entered here is **added on top of** the existing prompt and extends the default behavior rather than replacing it.

You can leave the system prompt empty to use the default behavior.

***

#### Step 4 – Save the configuration

1. After selecting the AI agent and adjusting the system prompt, click **Save**.
2. Repeat the steps for the other AI feature if needed.

Once saved, AI features are enabled and ready for use in SuperTables.


---

# 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.infotopics.com/supertables/configuration/configuration-screen/ai.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.
