# Unity's plugin for Grok

> Install Unity's plugin for Grok to access Unity's first-party tooling within your Grok environment.

> **Note:**
>
> The following concerns a product or service (each a “Third Party Product”) that's not developed, owned, or operated by Unity. This information may not be up-to-date or complete, and is provided to you for your information and convenience only. Your access and use of any Third Party Product is governed solely by the terms and conditions of such Third Party Product. Unity makes no express or implied representations or warranties regarding such Third Party Products, and will not be responsible or liable, directly or indirectly, for any actual or alleged damage or loss arising from your use thereof (including damage or loss arising from any content, advertising, products or other materials on or available from the provider of any Third Party Products).

Unity's plugin adds a set of Unity skills to Grok, so you can ask for Unity work in plain language instead of supplying the same context each time. Install the plugin, then verify that Grok loads the skills. For a description of the skills and how to prompt them, refer to [About Unity's plugin](./about-unity-plugin.md).

## Install the plugin in Grok

To install the Unity plugin within Grok:

```bash
grok plugin install Unity-Technologies/unity-agent-plugin --trust
```

Grok asks for explicit trust before it installs anything from a repository. The `--trust` flag confirms you accept the installation.

## Verify the installation in Grok

To verify that the plugin is active:

* Enter `/` and the skills appear in the slash menu. Grok uses the plain skill name, and switches to the plugin-qualified form (`/unity:ui-uitk`) when another installed skill shares the same name.
* Run `grok plugin list` to confirm `unity` shows as installed and enabled.
* Run `grok plugin details unity` to view what it provides.

## Update the plugin in Grok

To update the plugin to the latest version:

```bash
grok plugin update unity
```

## Remove the plugin from Grok

To remove the plugin:

```bash
grok plugin remove unity
```
