# Mobile

Creating a "Native" web app is another way to distribute your game, there are many ways to do it.

Option 1: Building a Native app with a WebView pointing to your game files.

Option 2: Using something like PhoneGap.

Again, I will not cover this right now, but this is the web we are talking about, you'll find plenty of tutorials out there, remember your VN is a WebPage now!


---

# 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://developers.monogatari.io/documentation/1.3.0/release/mobile.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.
