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

# Image composition

> Combine two or more images to create new, unique images.

Upload two or more images to blend their styles, compositions, or specific elements into a new image.

## How to use

<Steps>
  <Step title="Upload images">
    Upload the images you want to combine to the Chat.
  </Step>

  <Step title="Request composition method">
    **Clearly describe in text** how you want to combine the two images.

    **Background composition**

    ```text theme={null}
        Naturally composite the person from image A into the background of image B.
    ```

    **Style blending**

    ```text theme={null}
        Mix the styles of illustrations A and B 50/50 to create a new image.
    ```

    **Element application**

    ```text theme={null}
        Apply the pattern from image B to the product in image A.
    ```
  </Step>
</Steps>

<Tip>
  **Be specific with your requests**

  Results depend heavily on your text request. Rather than just uploading images, specific instructions like "Combine A's face with B's outfit" will help you get better results.
</Tip>

<Tip>
  **Clearly specify what to preserve**

  Similarly, if there are parts that **must remain unchanged** like a person's face or product logo, explicitly include this in your request: "Don't change A's face" or "Keep B's product logo as is."
</Tip>
