# Creating a Package

Airship packages are managed similar to games on the [Airship Create](https://create.airship.gg/) website.

### Create a new package

On the create website select Packages.

<div align="left"><figure><img src="/files/QxUbjKopptyMbfnGdUMT" alt="" width="279"><figcaption></figcaption></figure></div>

Click the Create Package button and give it a name.

<div align="left"><figure><img src="/files/iepwYJodwzxTcMh2NgN4" alt="" width="259"><figcaption></figcaption></figure></div>

The path in the top left is what you will use to import the package into your game.

<div align="left"><figure><img src="/files/xG0G8w1yphlDlFdmPQ2g" alt="" width="182"><figcaption></figcaption></figure></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://docs.airship.gg/packages/creating-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.
