# VR Manual Installation

## Manual Installation Steps

{% hint style="success" %}
This installation method is ideal for users working with existing projects who wish to customize their setup. It allows for compatibility with various other SDKs, enabling you to integrate Convai seamlessly into your current workflows without limitations on using third-party SDKs.
{% endhint %}

### Step 1

In the top menu, click on **Convai**. Then, select **Custom Package Installer**.

<figure><img src="/files/780eBRQ3VQbmAHXoNi8p" alt=""><figcaption></figcaption></figure>

### Step 2

In the Convai Panel that appears, click on **Package Management** and then select **Install VR Package**.

<figure><img src="/files/O3OScRBfXvqGolsVVGM9" alt=""><figcaption></figcaption></figure>

### Step 3

A new window will appear prompting you to select your installation type. For this documentation, we will proceed with **Manual Installation**.

<figure><img src="/files/VWM4e0FRKZRtnkFC2d1g" alt=""><figcaption></figcaption></figure>

### Step 4

The installation will start. This process will be completed quickly as only the ConvaiXR Package will be installed.

<figure><img src="/files/Gyj5iBBfgHABFx6pguLS" alt=""><figcaption></figcaption></figure>

### Step 5

Once installation is complete, the **Convai Essentials - XR Prefab** will be added to your scene.

This is the only GameObject required for Convai to run in your scene.

<div data-full-width="false"><figure><img src="/files/OFm0vfDJ4AvmVCf3Z1BH" alt=""><figcaption></figcaption></figure></div>

### Step 6

The imported files can be found under **Assets > Convai > ConvaiXR**.

<figure><img src="/files/3jvM2eDWOXhV252wYoMB" alt=""><figcaption></figcaption></figure>

### Step 7

The final step is to import your character into the scene.

If you need guidance on this, please refer to the relevant documentation [here](/api-docs/plugins-and-integrations/unity-plugin/unity-importing-ready-player-me-rpm-characters.md).

Everything is now set up! :tada::sunglasses:

{% hint style="info" %}
To activate Convai in your scene, simply add the **Convai Essentials - XR Prefab**.

There are no limitations on Third-Party SDKs, so you are free to use Convai with any XR SDK of your choice.
{% endhint %}

{% hint style="warning" %}
Please follow [this](/api-docs/plugins-and-integrations/unity-plugin/building-for-supported-platforms/convai-xr/interacting-with-xr-ui-elements.md) documentation to interact with Convai's Settings Panel.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.convai.com/api-docs/plugins-and-integrations/unity-plugin/building-for-supported-platforms/convai-xr/building-for-vr/vr-manual-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
