> ## Documentation Index
> Fetch the complete documentation index at: https://carat.im/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Card news/posters

> Create social media card news sets from text alone (book descriptions, event copy).

This guide walks you through the workflow of converting long text like book descriptions or event announcements into multiple card news image sets suitable for social media.

<img src="https://image.inblog.dev/?url=https%3A%2F%2Fsource.inblog.dev%2Fpost_image%2F2025-07-03T08%3A47%3A07.535Z-5152039c-f373-4577-99bc-fa69b61961a5&w=1920&q=75" alt="Card news creation example" className="rounded-lg shadow-lg mb-8" style={{width: '100%', aspectRatio: '16/9', objectFit: 'cover', objectPosition: 'center'}} />

<Steps>
  <Step title="Planning">
    Provide the original text to AI and request a card news plan.

    1. Paste the text you want to convert to card news (e.g., book description, announcement) into the Chat.
    2. Request a card news plan in the Chat.

    ```text theme={null}
        Based on this content, create a 4-card Instagram card news plan.
    ```
  </Step>

  <Step title="Generate images">
    Generate images with text based on the plan AI suggested.

    ```text theme={null}
        Great. Generate starting from card #1 of this plan. Use the 'ChatGPT image model'.
    ```

    <Tip>
      When creating images with text, it's best to specify using the `ChatGPT image model`. This model currently renders **text in images** best on Carat AI.
    </Tip>
  </Step>

  <Step title="Create video (optional)">
    You can convert completed card news images into simple videos.

    ```text theme={null}
        Add a slow background movement effect to card news #1.
    ```

    ```text theme={null}
        Merge all 4 completed card news images in order to create a video.
    ```
  </Step>
</Steps>

<Warning>
  **Text generation notice**

  Currently, AI's ability to perfectly generate text within images may not be 100% stable.

  * Characters may break, typos may occur, or different text than requested may appear.
  * In such cases, we recommend simplifying the prompt and requesting 'regenerate', or editing with a separate tool.
</Warning>
