# Import a Package

### Adding a package to your game

In Unity select `Airship > Airship` Packages which will open the Packages window

<div align="left"><figure><img src="/files/XvIsrcKptra7UyYY9owl" alt="" width="176"><figcaption></figcaption></figure></div>

In the Packages window select the Add Package dropdown and enter the Package ID for the package you want to import

<div align="left"><figure><img src="/files/K3rLemA2nKcjZJO4oziM" alt="" width="355"><figcaption></figcaption></figure></div>

Select Add Package and the assets will be imported into your project in the `Assets/AirshipPackages`folder

{% hint style="info" %}
The Package ID can be found on the [Airship Create](https://create.airship.gg/) website by navigating to the Packages page and selecting the package you want.
{% 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.airship.gg/packages/import-a-package.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.
