# Create Application

## Step-by-Step Guide

### 1. Navigate to Applications

{% stepper %}
{% step %}
**Log in to Dashboard**

Access your [Game Launcher Cloud](https://app.gamelauncher.cloud/dashboard) account
{% endstep %}

{% step %}
**Open Applications Menu**

Click **Apps** dropdown in the sidebar

<div align="left"><figure><img src="/files/66f07tnBAvvhpXtX5nbu" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Create App**

Click **+ Add New App** button
{% endstep %}

{% step %}
**Fill basic information**

See [image requirements](#image-requirements)

<table data-full-width="false"><thead><tr><th width="150">Field</th><th width="116">Required</th><th>Guidelines</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>✅ Yes</td><td><p>• Use your game's title</p><p>• Keep it concise (max 50 chars)<br>• Allowed: letters, numbers, -, _, spaces</p></td></tr><tr><td><strong>Description</strong></td><td>Optional</td><td>• Brief explanation of your game</td></tr></tbody></table>

<div data-full-width="true"><figure><img src="/files/8HBVbI4PVOxFNh6jbbdS" alt=""><figcaption><p>App Example</p></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

#### Image Requirements

When customizing your application's appearance, you'll need to upload images that meet specific requirements:

{% hint style="success" %}
**Figma Image Templates:** <https://www.figma.com/community/file/1578217481456529545>
{% endhint %}

<table data-full-width="false"><thead><tr><th width="120">Image Type</th><th width="140">Required Size</th><th width="110">Max Size</th><th width="110">Format</th><th>Notes</th></tr></thead><tbody><tr><td><strong>Icon</strong></td><td>512×512px</td><td>5 MB</td><td>PNG</td><td>Square (1:1 ratio), used for app identification</td></tr><tr><td><strong>Logo</strong></td><td>1280px width OR 720px height</td><td>5 MB</td><td>PNG</td><td>Must have exactly 1280px width or 720px height</td></tr><tr><td><strong>Banner</strong></td><td>3840×1240px or 1920×620px</td><td>8 MB</td><td>PNG/JPG</td><td>Two sizes available for different displays</td></tr><tr><td><strong>Cover</strong></td><td>748×896px (exact)</td><td>5 MB</td><td>PNG/JPG</td><td>Exact size required, used in app cards</td></tr></tbody></table>

{% hint style="info" %}
**💡 Tips for images:**

* Use PNG for transparent backgrounds (Icon, Logo)
* Compress images before uploading for faster loading
* Maintain aspect ratios specified for each type
* Test images in dark and light themes
  {% endhint %}

***

## Next Steps

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>📦 Upload Builds</strong></td><td>Upload your game files to start distributing</td><td><a href="/pages/mGJHHW4GYRnaKtHG4nGm">/pages/mGJHHW4GYRnaKtHG4nGm</a></td></tr><tr><td><strong>🌍 Configure Environments</strong></td><td>Set up Development, Staging, Production</td><td><a href="/pages/Bzo5c15XEsyTL0bEaWsM">/pages/Bzo5c15XEsyTL0bEaWsM</a></td></tr><tr><td><strong>⚙️ Application Settings</strong></td><td>Customize platform-specific settings</td><td><a href="/pages/R9GcUrYO2GcAmi9barJy">/pages/R9GcUrYO2GcAmi9barJy</a></td></tr><tr><td><strong>🚀 Create Launcher</strong></td><td>Build a custom launcher for your game</td><td><a href="/pages/1cNgvv5uy79qCeQbdGPa">/pages/1cNgvv5uy79qCeQbdGPa</a></td></tr></tbody></table>

{% hint style="success" %}
**🎉 Congratulations!** Your application is ready. Start uploading builds to distribute your game to players.
{% 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://gamelauncher.cloud/help/applications/create-app.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.
