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

# Installation

<Warning>
  This page does not apply to installs made in 2025 or later of the Depict Shopify apps
</Warning>

The Depict UI React package is available in the NPM registry. To use it, you must first install it:

<CodeGroup>
  ```shell NPM theme={null}
  npm install @depict-ai/react-ui
  ```

  ```shell Yarn theme={null}
  yarn add @depict-ai/react-ui
  ```
</CodeGroup>
