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

# Virtual try-on

> Naturally dress a person in photos with your desired outfit.

A specialized feature that naturally changes a person's outfit in photos to new clothing of your desired style. Useful for fashion design, e-commerce images, and more.

## Method 1: Image + Image

<Steps>
  <Step title="Upload person photo">
    Upload a photo of the person.
  </Step>

  <Step title="Upload clothing image">
    Then upload the clothing image you want to apply.
  </Step>

  <Step title="Request outfit change">
    Make your request in the Chat.

    ```text theme={null}
    Dress the person in the first image with the outfit from the second image
    ```
  </Step>
</Steps>

## Method 2: Image + Text

When you don't have a specific clothing image, change the outfit using only a text description.

<Steps>
  <Step title="Upload person photo">
    Upload a photo of the person.
  </Step>

  <Step title="Describe the outfit">
    Describe the desired outfit in text in the Chat.

    ```text theme={null}
    Dress them in a red dress
    ```

    ```text theme={null}
    Change their outfit to a business suit
    ```
  </Step>
</Steps>

<Tip>
  Use Method 1 when you have a specific clothing image, and Method 2 when you want to create an imagined outfit.
</Tip>
