# Installation

## <kbd>MeshifAI Unity SDK Installation</kbd>

The Official MeshifAI Unity Package can be downloaded from our official mirror by clicking [here](http://api.meshifai.com/packages/unity/MeshifAI.unitypackage).\
\
Once you've downloaded the `.unitypackage` file, you can simply drag and drop it into your Unity window to add MeshifAI to your current project.\ <br>

<figure><img src="/files/dyrDps6Zn3ErsbHA6WOr" alt=""><figcaption><p>Click on 'Import'</p></figcaption></figure>

Once you've completed the above you should note the new folder in your **Unity** project. If you can see this folder, you have successfully added the MeshifAI SDK to your project and can start building.\ <br>

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

**Below are some quick links to get you started:**

{% content-ref url="/pages/ALHliAC2nPmKlJVULnQl" %}
[Broken mention](broken://pages/ALHliAC2nPmKlJVULnQl)
{% endcontent-ref %}

{% content-ref url="/pages/Yz6VCXvWEcOWGUJyCbIV" %}
[Scripting API](/unity-engine/scripting-api.md)
{% endcontent-ref %}


---

# 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.meshifai.com/unity-engine/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.
