# Activation and Usage

To use the mobile version just build your game for mobile platforms and it'll work. How to do that:

1. Switch **Build Target** in the Build Settings on Android or iOS.
2. (Optional) Adjust mobile buttons in the **UI Manager**.
3. All done! Go to the **Build Settings**, build the game, and run it on your mobile device.&#x20;

![](/files/-M8rRXCmU5cuqx-7c3ky)


---

# 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.gercstudio.com/mobile-version/activation.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.
