# Installation and Activation

### Installation Summary

{% stepper %}
{% step %}

### Install the Plugin

Using Unity's Package Manager
{% endstep %}

{% step %}

### Sign up and Subscribe to Sloyd

In [app.sloyd.ai](https://app.sloyd.ai/)
{% endstep %}

{% step %}

### Generate an API key

In your user settings at [app.sloyd.ai/user](https://app.sloyd.ai/user)
{% endstep %}

{% step %}

### Activate the Plugin

By inserting the API key&#x20;
{% endstep %}
{% endstepper %}

### Detailed Installation Steps

1. Open **Package Manager** (Window>Package Manager) in your Unity project and add <https://github.com/Sloydai/UnityPlugin.git>

<figure><img src="https://t20484704.p.clickup-attachments.com/t20484704/2e68f1af-954a-4301-9f36-11c47dd12ee8/Screenshot%202024-12-09%20at%2011.54.06.png" alt=""><figcaption></figcaption></figure>

2. This package will also automatically install **gltFast Plugin** if it's not already in your project. If there's an issue you can install it manually with package manager: com.unity.cloud.gltfast.
3. Under **Tools** you should see **Sloyd Plugin**

![](https://t20484704.p.clickup-attachments.com/t20484704/fa28ec29-482e-424b-9b84-2bd8664aa042/Screenshot%202024-12-09%20at%2011.57.01.png)

## Activation

1. Login to <https://app.sloyd.ai> or create an account.
2. Subscribe to **Plus** plan. There are several places to do it in the app, here's one of them:

![](https://t20484704.p.clickup-attachments.com/t20484704/c851c7fe-d295-4041-8c4d-02189d0ac2b0/Screenshot%202024-12-09%20at%2013.56.50.png)

3. Go to <https://app.sloyd.ai/user>, scroll down to the API section, and press **generate API key**. Then you will see a client ID and a client secret field like this:

![](https://t20484704.p.clickup-attachments.com/t20484704/5226dfb1-f7be-4825-80bc-cc2882102c74/Screenshot%202024-12-09%20at%2011.58.15.png)

4. Back in the Unity project, open the Sloyd Tool widget and enter the Client ID and Client Secret. A green light will indicate that authentication succeeded and that you can start using the tool.

<div align="left"><img src="https://t20484704.p.clickup-attachments.com/t20484704/af272aaf-d4ec-42c8-881c-cc4c5276b0b7/Screenshot%202024-12-09%20at%2011.59.21.png" alt=""></div>


---

# 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://sloyd.gitbook.io/documentation/other-products/deprecated-products/unity-plugin/installation-and-activation.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.
