# Content in Individual Posts

### How to use AI content generation <a href="#how-to-activate-ai-features" id="how-to-activate-ai-features"></a>

1. [**Enable AI Rewrite Features**](/ai/activating-ai-features.md)**:** Navigate to `Content Egg > Settings > AI`. Enter your `API key` and configure the initial settings.

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

2. **Apply Prompts on Post Edit Page:** On the post edit page, you can apply plugin prompts to product titles or descriptions. By default, the AI prompt will be applied to all products in the module.

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

3. **Selective Application:** Mark specific products if you want to apply prompts only to certain products.

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

4. **Undo Changes:** Click the Undo button if you are not satisfied with the result.

<figure><img src="/files/1cfpiQvf2nl6qY1Nisz3" alt=""><figcaption></figcaption></figure>

5. **Create Custom Prompts:** You can [create custom prompts](/ai/custom-prompts.md) tailored to your tasks.

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

6. **Generate Description Shortcode:** You can use templates like "Product card" to display generated content in a post. Alternatively, you can use the special button to generate a shortcode that shows only the description field for a specific product. Another option is to copy the generated text and add it directly to the post body.

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

### Prompts

Various content creation options are accessible through the following prompts:

* **Rewrite:** Modify the original text to convey the same message in a different manner.
* **Paraphrase:** Express the same information with different wording.
* **Summarize:** Condense the content to highlight the key points.
* **Translate:** Convert the text from one language to another.
* **Bullet Points:** Organize information in a list format for clarity and conciseness.
* **Turn into Advertising:** Craft compelling advertising content for the product.
* **Generate CTA Text:** Create persuasive Call-to-Action text to drive user engagement.
* **Craft a Product Description:** Develop a detailed and appealing description of the product.
* **Write a Few Paragraphs:** Produce several paragraphs of content on the given topic.
* **Write an Article:** Compose an article related to the product.
* **Write a How-to-Use Instruction:** Provide clear and concise usage instructions for the product.
* **Write a Review:** Develop an insightful review based on the product’s data.
* **Write a Buyer’s Guide:** Create a helpful guide for prospective buyers.

{% hint style="info" %}
**Pro tip**: You can apply [custom prompts](/ai/custom-prompts.md) as needed.
{% endhint %}


---

# 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://ce-docs.keywordrush.com/ai/content-in-individual-posts.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.
