# Mobile App

To make it accessible and easy to use, our dApp takes the form of a mobile app (and can only be used on a smartphone).\
\
If you're an Android user, you can download our app directly from <https://veggiesgotchi.com/>. It will work like a normal app (notification system etc...).\
\
If you're an iOS user,  you can install our app directly from <https://veggiesgotchi.com/>. The app will be a PWA (= a Progressive Web App is a website that looks and behaves as if it is a mobile app). Unfortunately, you won't be able to take advantage of the game's notification system.

{% hint style="info" %}
Recently, a European law forced Apple to let other companies create marketplaces to compete with the Apple Store. Epic Games has announced that it is building its own marketplace, and Veggies Gotchi will be listed on it as soon as it's available: allowing iOS users to use Veggies Gotchi as a real app.
{% endhint %}


---

# 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://veggies-gotchi.gitbook.io/veggies-gotchi/how-veggies-gotchi-works/game-technology/mobile-app.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.
