# Configuration

Once you have successfully installed the extension, go to **Stores -> Configuration** to configure the extension for use.

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

* **ChatGPT AI Content Generator PRO –** Enable or disable the extension from here.

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

* **Base URL –** Enter the base URL for API.
* **API Key –** Enter the API Key generated from your OpenAI account.
* **Language –** Select the language in which you want to generate AI content.
* **GPT Model –** Select the GPT model from the dropdown.
* **Length Of Short Description –** Set the length in characters for the product’s short description. (only for GPT-4 or lower models)
* **Length Of Description –** Set the length in characters for the product’s long descriptions. (only for GPT-4 or lower models)
* **Verbosity -** Set the length of description as low, medium, or high. (only for GPT-5 model)
* **Prompt For Description –** You can enter a prompt for the product’s long descriptions to generate customized AI content.
* **Prompt For Short Description –** You can enter a prompt for the product’s short description to generate customized AI content.

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

* **Seller Name -** Set the seller name for the product feed in ChatGPT.
* **Seller Privacy Policy URL -** Add the privacy policy URL.
* **Seller Terms of Service URL -** Add the Terms of Service URL.
* **Return Policy URL -** Add the return policy URL.
* **Return Window -** Set the number of order return days.

After that, run the below command

php bin/magento magecomp:product-feed:generate


---

# 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/configuration.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.
