# Export Game & Assets

There always comes a point in development when you want to show your game to other people and probably make money from the result of your work. Then you will have to deliver your game to other users. They don't have to download MANU at all to appreciate the result of your work, for that you can simply export the game to different platforms.

MANU gives you the ability to export to:

* Disk as Windows and macOS desktop applications
* MANU Marketplace
* Mobile apps for iOS and Android (coming soon)&#x20;

You can even develop community of MANU developers and share your Assets with the world. (This option will soon be able to generate revenue for you).

The list of available platforms for export is constantly expanding, stay tuned for our news.


---

# 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://help.manu.co/learn/manual/export-game-and-assets.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.
