# Installation

## 1. Download FloatGrids

Download the Unity package to start implementing FloatGrids. Download the Figma file to start designing your app. Remember, all the font styles, color names, icons, layouts and UI components exists in both Figma and Unity under the same nomenclature.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Download the Unity Package</td><td><a href="https://2267467073-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJTYM2H0ve8KmqJHIoHBt%2Fuploads%2Fun2oEFDyMsVLzYRQxR1j%2FFrame%203.jpg?alt=media&#x26;token=c1b886c2-fac5-4dfa-86a0-29edb408652a">Frame 3.jpg</a></td><td><a href="https://floatgrids.com/products/floatgrids-unity-package">https://floatgrids.com/products/floatgrids-unity-package</a></td></tr><tr><td>Download the Figma file</td><td><a href="https://2267467073-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJTYM2H0ve8KmqJHIoHBt%2Fuploads%2FTQ1e49YpdC6ICaHaH1JV%2FFrame%204.jpg?alt=media&#x26;token=6d0d68b1-70d6-407c-a8ee-472fdf19d982">Frame 4.jpg</a></td><td><a href="https://www.figma.com/community/file/1087168911388362853">https://www.figma.com/community/file/1087168911388362853</a></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

Or get the Figma file directly from the Figma Community [here](https://www.figma.com/community/file/1087168911388362853)

## 2. Import FloatGrids in Unity

Drag and drop the FloatGirds package into your project.&#x20;

FloatGrids is device agnostic so it works with any system compatible with Unity UI.&#x20;

## 3. Make sure that XRI and URP are installed to use the interactable demo and to clean the console errors.

FloatGrids includes both XRI and URP, however, sometimes some resources might be missing. If you get the console errors, just go to Window/Package Manager and look for XR Interaction Toolkit and Universal Render Pipeline in Unity Registry, then install them both for the errors to disappear.

The interactable demo will be ready for you to try out! Find it in Scene/FloatGrids Demo

{% hint style="info" %}
If the errors persist, go to Widow/Package Manager and reinstall them
{% 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.floatgrids.com/getting-started/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.
