# Install via UPM

## Introduction

UPM installation is the recommended approach because it’s easy to maintain, update, and keep consistent across a team.

## Prerequisites

* A Unity project opened in the Unity Editor

## Step-by-step

{% stepper %}
{% step %}

### Open Package Manager

In Unity, go to **Window → Package Manager**.
{% endstep %}

{% step %}

### Add the package from Git URL

* Click the **+** button (top-left).
* Select **Install package by name**
* Copy the package name below and paste it into the Package Name field. Then click **Install**.
  * `com.convai.convai-sdk-for-unity`&#x20;

<figure><img src="https://413558230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEtUJA212Zc1S9ACc8T4l%2Fuploads%2F2vazLeCME6OCutgept2d%2Fimage.png?alt=media&#x26;token=fb3fcabd-6e45-4245-a3b6-fbb67fcee3e6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Verify the installation

* Wait for Unity to finish importing and compiling.
* Open **Console** (if needed): **Ctrl + Shift + C** (Windows) / **Cmd + Shift + C** (macOS)
* **Expected result:** No errors in Console, and a **Convai** menu appears in the top toolbar.
  {% endstep %}
  {% endstepper %}

## Troubleshooting

* **Console errors after install**
  * Confirm you are using a supported Unity version.

## Conclusion

You’ve installed the Convai Unity SDK via UPM and confirmed the editor compiled successfully. Next, go to **Setup → Configure API Key**.

{% hint style="info" %}
**Need help?** For questions, please visit the [**Convai Developer Forum**](https://forum.convai.com/).
{% endhint %}
