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

# Image generation

> Enable Agents to generate images from text descriptions during conversations.

The Image Generation capability lets your [Agent](/agents/overview) create and edit images from text descriptions directly in a conversation. Use it for marketing visuals, social media graphics, concept mockups, presentations, and more.

## Enable Image Generation

<Steps>
  <Step title="Select your Agent">
    Go to **Agents**, find the Agent you want to configure, click the **⋯** menu, and select **Edit**.

    <Frame>
      <img src="https://mintcdn.com/cassidy/k1fD1PPJz98taSFv/images/agents/image-generation-setup.png?fit=max&auto=format&n=k1fD1PPJz98taSFv&q=85&s=27718b7682599bdbccdddaf30ec59383" alt="Agent card context menu showing Edit option" width="650" height="484" data-path="images/agents/image-generation-setup.png" />
    </Frame>
  </Step>

  <Step title="Add the capability">
    In the **Setup** tab, scroll to **Capabilities**, click **+ Add Capabilities**, and select **Image Generation**.

    <Frame>
      <img src="https://mintcdn.com/cassidy/k1fD1PPJz98taSFv/images/agents/image-generation-result.png?fit=max&auto=format&n=k1fD1PPJz98taSFv&q=85&s=cdaa69636ee09b66c53545ce64e94bfc" alt="Capabilities dialog showing Image Generation added with Artifacts and Browser Use available to add" width="1970" height="1232" data-path="images/agents/image-generation-result.png" />
    </Frame>
  </Step>

  <Step title="Publish your Agent">
    Click **Publish** to make the capability available in conversations.
  </Step>
</Steps>

## How to use it

Once enabled, start a conversation with your Agent and describe the image you want. The Agent creates custom images, modifies existing ones, and works with uploaded images to meet your creative needs.

* **Generate from a description** — Describe what you want and the Agent creates it. Be specific about style, colors, composition, and content for best results.
* **Edit a generated image** — After the Agent generates an image, follow up with changes like adjusting colors, adding elements, or changing the style.
* **Upload a starting image** — Attach an image in the chat (see [Upload files and media](/guides/chatting-with-an-agent#upload-files-and-media)) and ask the Agent to modify or build on it.

<Frame>
  <img src="https://mintcdn.com/cassidy/phY6dyfV98bvF6BE/images/agents/image-generation-chat.png?fit=max&auto=format&n=phY6dyfV98bvF6BE&q=85&s=4df461d47718612fa021bf92e799d497" alt="Agent chat showing a generated image from a text description" width="2560" height="3120" data-path="images/agents/image-generation-chat.png" />
</Frame>

<Tip>The more specific your description, the better the result. Include details about style (photorealistic, illustration, flat design), mood (professional, playful, minimalist), colors, and composition.</Tip>

## Next steps

<CardGroup cols={2}>
  <Card title="Artifacts" icon="file-code" href="/agents/capabilities/artifacts">
    Build interactive dashboards, reports, and prototypes.
  </Card>

  <Card title="Create files in Cassidy" icon="file" href="/guides/create-files">
    Learn all the ways to create and export files from Cassidy.
  </Card>
</CardGroup>
