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

# Add motion to image

> Apply motion from another video to a still image.

A feature that copies the motion from another video onto a still source image (person, character), making the image perform that motion.

## How to use

Use this feature by uploading two files (target image, source video) and making a text request.

<Steps>
  <Step title="Upload target image">
    Upload the target **image** (e.g., animation character) that will receive the motion to the Chat.
  </Step>

  <Step title="Upload source video">
    Then upload the **video** that will be the motion reference (e.g., dancing person video).
  </Step>

  <Step title="Request motion application">
    After both files are uploaded, make your request in the Chat.

    ```text theme={null}
        Apply the motion from this video to this image.
    ```

    ```text theme={null}
        Apply the movement from the second video to the first image.
    ```
  </Step>
</Steps>

<Tip>
  Useful for applying real person dance moves to animation characters or drawings, or making a specific person's photo follow another person's gestures.
</Tip>
