# Product Short Description

To generate AI-curated short descriptions for products,

* Go to **Catalog > Products**.
* Create New Product or open any existing product in Edit mode.
* Navigate to the **Content** option and expand it.
* The **Short Description** field contains a WYSIWYG editor. The extension supports generating AI content using the WYSIWYG editor.
* Click on the **Generate AI Content** button to automatically create or update the product’s short description using the OpenAI API.
* At last, click on **Save**.

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

Every time the admin clicks on the Generate AI Content button, it generates a new content variant. Admin can even edit the content if necessary.

**Frontend Display of AI-Generated Product Short Description**

Go to the respective product page at the front of your store.

<figure><img src="/files/8iFR3r4JjerKbBis83Z5" alt=""><figcaption></figcaption></figure>

The AI-generated product short description has been added to the product, which will help to increase the website’s visibility on search engines.


---

# 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.magecomp.com/chatgpt-ai-pro-for-magento-2/product-short-description.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.
