# How to create a Mobile Game with JU TPS

It is simple to create a mobile game in JU TPS, you only need to use the standard interface with the [Mobile Rig](/ju-tps-documentation/game-development/how-to-create-a-mobile-game-with-ju-tps/mobile-inputs.md) already configured and in the Game Manager mark the toggle "**Simulate Mobile Device**"

<div align="left"><figure><img src="/files/M7CFn6MK5gajoYT2w3Mu" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Mobile controls will be enabled anyway if the app is running on a handheld device
{% endhint %}

<div align="left"><figure><img src="/files/oDjmowV23vFakvVacA8a" alt=""><figcaption><p>Mobile UI</p></figcaption></figure></div>


---

# 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://julhiecio.gitbook.io/ju-tps-documentation/game-development/how-to-create-a-mobile-game-with-ju-tps.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.
