> 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/ai-generated-text.md).

# AI generated text

Learn what AI generated text does, where it runs, and which product texts you can generate.

> #### **Who can use this feature**
>
> You need the **Core Pro** plan in your [Channable subscription](/account-billing/manage-your-subscription/channables-pricing-plans.md) to use this feature.

#### Jump straight in

{% content-ref url="/pages/3YwPMmJckhwWhpPZ2Aps" %}
[How to create and use AI generated text](/manage-improve-product-data/generate-with-ai/ai-generated-text/how-to-create-and-use-ai-generated-text.md)
{% endcontent-ref %}

***

### What is AI generated text?

{% columns %}
{% column %}
**AI generated text** helps you generate missing product text in **Generate with AI**.

AI generated text helps you:

* Create or improve product titles and descriptions in bulk.
* Use product data to create more complete listing text.
* Generate text in your selected output language.
  {% endcolumn %}

{% column %}

<figure><img src="https://501928696-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu8whzIfip72Kvn3M1bsc%2Fuploads%2Fv3Lae2dGx1RcLEbgF7Er%2F01_AI%20Text%20generation_Desktop%20header_800x650.webp?alt=media&amp;token=6aa95810-e056-4e77-b749-65db139af382" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### How AI generated text works

Channable uses text fields from your import and your prompt to generate titles, descriptions, or free text. You can generate text for many items in one workflow.

{% hint style="info" %}

#### Examples: Generate product titles

**Generate a missing title**

A channel requires a product title. A product `description` field contains `Red cotton T-shirt`, but the `title` field is empty.

Our AI text generation feature searches the `description`, `brand`, `color`, and `size` fields. It generates a product title and saves the result in a project field.

**Optimize an existing title**

You could set your generator to optimize a title using data from your `description` field. For example, it can change `Urban Explorer Cargo Joggers` to `Men’s Urban Cargo Joggers - Durable Streetwear & Casual Pants`.
{% endhint %}

#### What type of text can I generate?

You can generate the following text types and use cases:

* **Titles:** Fill missing titles or enrich existing titles with product details.
* **Descriptions:** Create missing descriptions or rewrite existing descriptions using product data.
* **Free text:** Create text for a specific project field, then use it in a channel.
* **Channel-ready text:** Request a maximum character count or a specific writing style.
* **Translated text:** Generate titles, descriptions, or free text in your selected output language.

{% hint style="info" %}

#### Note

Each piece of text is generated from your exiting import data, and any prompts you provide. It does not scrape websites or read images. You can also select an outpul language for translated results.
{% endhint %}

#### Where does AI generated text run?

Channable first imports your data. After that, you set up text generation in **Generate with AI**. You select imported text fields, filter the items, and apply a prompt. After you approve the generated values, Channable saves them in your selected project field.

You can then use the approved text across your project, including in your channels.

### More information

<details>

<summary>Key terms</summary>

* **Input data:** The text fields in your import that provide information for the generated text.
* **Prompt:** The instructions that guide how AI generates the text.
* **AI generated text:** The generated result, such as a product title or description.

</details>

{% content-ref url="/pages/0WgkEDtWHemM4kqcDXdO" %}
[AI generation usage and costs](/manage-improve-product-data/generate-with-ai/ai-generation-usage-and-costs.md)
{% endcontent-ref %}


---

# 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/ai-generated-text.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.
