> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/generate-with-ai/generate-with-ai.md).

# Generate with AI

Generate missing product data with AI and use it across your channels.

> **Who can use this feature:**\
> You need the **Core Plus** or **Core Pro** plan in your [Channable subscription](/account-billing/manage-your-subscription/channables-pricing-plans.md) to create AI enriched attributes, and **Core Pro** to generate text and images with AI.

{% columns %}
{% column valign="middle" %}

### Generate missing data

Generate missing product data, including attributes, text, and images, from your existing import fields.

<a href="/manage-improve-product-data/generate-with-ai/generate-with-ai.md#how-it-works" class="button primary">Learn how it works</a>
{% endcolumn %}

{% column %}

<figure><img src="https://content.gitbook.com/content/u8whzIfip72Kvn3M1bsc/blobs/VN3LmGH3HdvTiYJKIczB/27738545386898" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

### What do you want to generate?

<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><i class="fa-wand-magic-sparkles">:wand-magic-sparkles:</i></td><td><strong>Attributes</strong></td><td>Generate AI enriched attributes to improve listing quality, discoverability, and international reach.</td><td><a href="/manage-improve-product-data/generate-with-ai/ai-enriched-attributes.md">AI enriched attributes</a></td></tr><tr><td><i class="fa-sparkles">:sparkles:</i></td><td><strong>Text</strong></td><td>Generate titles, descriptions and other texts values in your brand’s tone of voice.</td><td><a href="/manage-improve-product-data/generate-with-ai/ai-generated-text.md">AI generated text</a></td></tr><tr><td><i class="fa-images">:images:</i></td><td><strong>Images</strong></td><td>Generate high-quality lifestyle images from standard product shots.</td><td><a href="/manage-improve-product-data/generate-with-ai/ai-generated-images.md">AI generated images</a></td></tr></tbody></table>

### Set up and manage AI generation connections

<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><i class="fa-google">:google:</i></td><td><strong>Create a Gemini connection</strong></td><td>Set up Gemini for AI text and image generation, including API key creation and billing.</td><td><a href="/manage-improve-product-data/generate-with-ai/set-up-your-ai-generation-connection/how-to-create-a-gemini-connection-for-ai-generation.md">How to create a Gemini connection for AI generation</a></td></tr><tr><td><i class="fa-openai">:openai:</i></td><td><strong>Create an OpenAI connection</strong></td><td>Set up OpenAI for AI text and image generation, including API key creation and billing.</td><td><a href="/manage-improve-product-data/generate-with-ai/set-up-your-ai-generation-connection/how-to-create-an-openai-connection-for-ai-generation.md">How to create an OpenAI connection for AI generation</a></td></tr><tr><td><i class="fa-circle-dollar">:circle-dollar:</i></td><td><strong>Understand AI usage and costs</strong></td><td>Learn how tokens, previews, and generated content affect AI generation costs.</td><td><a href="/manage-improve-product-data/generate-with-ai/ai-generation-usage-and-costs.md">AI generation usage and costs</a></td></tr></tbody></table>

### <i class="fa-circle-info">:circle-info:</i> How it works

{% stepper %}
{% step %}

### Import your product data

Bring your product data into Channable in the **Setup** step.
{% endstep %}

{% step %}

### Generate and review attributes in **Generate with AI**

Run AI enriched attributes, text and images in Generate with AI, then approve, reject, or edit the results.
{% endstep %}

{% step %}

### Use approved values across channels

Apply the saved values in your project fields and use them in channels across your project.
{% endstep %}
{% endstepper %}


---

# 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://helpcenter.channable.com/manage-improve-product-data/generate-with-ai/generate-with-ai.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.
