# Backend Generate AI Content

Once you complete the configuration and API settings, move to **Catalog > Products** and create New Product or open any existing product in Edit mode.

Now, navigate to the **Search Engine Optimization** tab and expand it.

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

Click on the Content AI button for Meta Title, Meta Keywords, and Meta Description respectively, and the content will be generated automatically using the OpenAI API.

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


---

# 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/magento-2-chatgpt-ai-extension/backend-generate-ai-content.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.
