# Gluwa Mobile App

Gluwa provides a mobile application for [iOS](https://itunes.apple.com/us/app/gluwa/id1021292326) and [Android](https://play.google.com/store/apps/details?id=com.gluwa.android) under the same name. Gluwa mobile app (Gluwa) is a smartphone interface that allows users to interact directly with Gluwacoins without having to join a centralized system. In other words, the app is a [non-custodial wallet](/get-started/gluwa/non-custodial-wallet.md) for Gluwacoins.

### **With Gluwa, users can:**

* [Create](/get-started/gluwa/create-a-new-gluwa-wallet.md) a new Gluwacoin wallet
* [Restore](/get-started/gluwa/restore-wallet.md) an old wallet
* [Send](/get-started/gluwa/send-gluwacoin-to-an-address.md) and receive Gluwacoins
* [Make a payment](/get-started/gluwa/make-qr-code-payments-1.md) by scanning a QR code
* [Sign a message](/get-started/gluwa/create-a-signature.md) with a private key
* [Access your private keys](/get-started/gluwa/wallet-credentials.md)


---

# 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.gluwa.com/get-started/gluwa.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.
