> For the complete documentation index, see [llms.txt](https://help.seoon.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.seoon.io/ai-product-copy/product-descriptions/bulk-generation.md).

# Bulk generation

{% hint style="info" %}
**Who can use this feature?**

* This feature is availabel for all users
  {% endhint %}

### What is bulk generation?

Bulk generation allows you to create product descriptions for multiple products simultaneously.&#x20;

Instead of creating descriptions one by one, you can select multiple products and generate optimized content for all of them in one click.

This helps:

* Save hours of writing time
* Ensure consistency across your product catalog
* Implement content improvements quickly across the store
* Manage large content updates&#x20;

### How to use bulk generation

{% stepper %}
{% step %}

#### Go to Generate in bulk

{% endstep %}

{% step %}

#### Select what you want to generate

* Product description
* Product SEO description
* Collection description
* Collection SEO description
  {% endstep %}

{% step %}

#### Select template

{% endstep %}

{% step %}

#### Select language

{% endstep %}

{% step %}

#### Select products/collections

Use filter or search to select all products/collections you want to create descriptions for.
{% endstep %}

{% step %}

#### Click Generate

{% endstep %}

{% step %}

#### After generating content, you can select Publish or Edit

* Publish: Generated content will be replaced with the current description (if any)
* Edit: Edit generated content to match your brand voice
  {% endstep %}
  {% endstepper %}

{% embed url="<https://app.arcade.software/flows/NlY23v5bhNfMf66flF5H/view>" %}

### Track generation history

You can monitor all your content creation activities in the **Generation history**:

1. Go to **Generate in bulk**
2. Scroll down to the **Generation history** section
3. You can check a list of all your generation sessions in time order
4. Each entry shows:
   * Date and time of generation&#x20;
   * Number and type of descriptions completed&#x20;
   * Status&#x20;
   * Generated content
5. Use this history to track your content creation progress and ensure all products have been updated. You can click on each entry to edit and republish the description.

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


---

# 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://help.seoon.io/ai-product-copy/product-descriptions/bulk-generation.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.
