# Submitting Your Project

Once you've successfully completed your project, the next pivotal step is uploading it to the Infinity Void dashboard for deployment. Here's how to proceed:

**1.Zipping Your Project Files**

Before you proceed, please make sure that your project files are correctly compressed into a `zip` archive. Ensure that you have removed the `intermediate`, `binaries`, `saved`, and `DerivedDataCache` folders before creating the zip. This will ensure that your zip file contains only the essential data, minimizing its size.

**2. Uploading the File**

To upload your project:

* Visit the Infinity Void dashboard.
* Navigate to the appropriate tab.
* Click on "Upload Unreal Engine Package."
* Choose the zipped file containing your project files.

**3. Pending Review and Approval**

Upon successful upload, the status will display as pending. Our diligent content moderation team will review your submission. If all components align as required, your project will be approved for deployment.

{% hint style="success" %}
Uploading your project files ensures that a dedicated server is automatically built for your experience.
{% endhint %}

{% hint style="warning" %}
The larger the project, the more time it will take to load for users.
{% 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.infinityvoid.io/guides/for-content-creators/unreal-engine-sdk/submitting-build.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.
