# Packaging your project

Before packaging the project you should check that the **'Game Mode'** and **'Default Map'** are correctly set in the project settings (if you have created your own Map or Game Mode you would have to set it here)

<figure><img src="/files/2kFgIvIA21l1mN8zvGKr" alt=""><figcaption></figcaption></figure>

When packaging we enable **'Create compressed cooked packages'** which allows for a smaller package size.

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

After packaging is complete... **Zip** your package folder and give it an appropriate name ready for uploading to the Arcware Cloud.


---

# 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.arcware.cloud/unreal-engine-setup/using-the-arcware-pixel-streaming-template-project/getting-started/packaging-your-project.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.
