> For the complete documentation index, see [llms.txt](https://gamelauncher.cloud/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gamelauncher.cloud/help/launchers/microsoft-store.md).

# Publish to the Microsoft Store

You can list your launcher on the Microsoft Store under your own company identity.\
Microsoft Store apps are digitally signed and trusted by all the anti-virus software.<br>

**Connect Microsoft Store Integration to build and send the updates automatically**\
**IMPORTANT:** First submission needs to be created by hand.

Everything below lives in the dashboard under your launcher, in **Integrations > Microsoft Store**.

1\. [**Store Requirements**](https://gamelauncher.cloud/help/launchers/microsoft-store/store-requirements) Read this first. The five things certification checks, including the two that are ours.

2\. [**Set Up Your Partner Center Account**](https://gamelauncher.cloud/help/launchers/microsoft-store/partner-center-setup) Registration, the Microsoft Entra tenant, and the association that blocks most people.

3\. [**Publish Store Package (MSIX)**](https://gamelauncher.cloud/help/launchers/microsoft-store/msix-package) Recommended. You hand Partner Center a package file, and Microsoft signs it and serves it. No certificate to buy and no build to keep pinned.

{% hint style="success" %}
The route is proven. **Game Launcher Cloud DEMO**, carrying the music game Lynium, passed certification and is [live on the Store](https://apps.microsoft.com/detail/9ND7BBBT443B).
{% endhint %}

***

## Support Assistance

If you need assistance please contact our support \
\- **Dashboard:** <https://app.gamelauncher.cloud/support/overview>\
\- **Discord:** <https://discord.com/invite/FpWvUQ2CJP>

### See our Demo Launcher

[Game Launcher Cloud DEMO - Microsoft Store](https://apps.microsoft.com/detail/9ND7BBBT443B?hl=en-us\&gl=MX\&ocid=pdpshare)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gamelauncher.cloud/help/launchers/microsoft-store.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
