# Get Started

- [Gluwa Mobile App](https://docs.gluwa.com/get-started/gluwa.md): Learn how to use Gluwa mobile app
- [Gluwa Invest (Investor DAO) FAQ](https://docs.gluwa.com/get-started/gluwa/gluwa-invest-bond-account-faq.md): A list of frequently asked question about how our Investor DAO operates
- [Gluwa Invest (Fixed-Term Interest Account) FAQ](https://docs.gluwa.com/get-started/gluwa/gluwa-invest-bond-account-faq-1.md): A list of frequently asked question about how our Fixed-Term Interest Account operates
- [Create a New Gluwa Wallet](https://docs.gluwa.com/get-started/gluwa/create-a-new-gluwa-wallet.md): All you need is a smartphone to create Gluwa wallet.
- [Restore Wallet](https://docs.gluwa.com/get-started/gluwa/restore-wallet.md): If you forgot your password, you can recover you wallet using the Recovery Phrase.
- [Send Gluwacoin to an address](https://docs.gluwa.com/get-started/gluwa/send-gluwacoin-to-an-address.md)
- [Make QR Code Payments](https://docs.gluwa.com/get-started/gluwa/make-qr-code-payments-1.md): You can simply scan a QR code to make a payment.
- [Create a Signature](https://docs.gluwa.com/get-started/gluwa/create-a-signature.md): You can sign a message with your wallet's private key
- [Access Private Keys](https://docs.gluwa.com/get-started/gluwa/wallet-credentials.md): Access your private keys
- [Non-Custodial Wallet](https://docs.gluwa.com/get-started/gluwa/non-custodial-wallet.md): Only you have access to your funds
- [Gluwa Lottery Account FAQ](https://docs.gluwa.com/get-started/gluwa/gluwa-lottery-account-faq.md): Frequently Asked Questions regarding Gluwa's Lottery Account
- [Fees](https://docs.gluwa.com/get-started/gluwa/fees.md): Learn about transaction fees in Gluwa
- [Transaction Status](https://docs.gluwa.com/get-started/gluwa/transaction-status.md): Learn about types of transactions status
- [Delete your Gluwa Account](https://docs.gluwa.com/get-started/gluwa/delete-your-gluwa-account.md): Learn how to delete your account
- [Gluwa Dashboard](https://docs.gluwa.com/get-started/dashboard.md): Learn how to acquire credentials necessary to use Gluwa.
- [API Keys](https://docs.gluwa.com/get-started/dashboard/api-keys.md): Acquire API key and secret to use the Gluwa API
- [Webhooks](https://docs.gluwa.com/get-started/dashboard/webhooks.md): Set up webhook to your wallet and get notified
- [Addresses](https://docs.gluwa.com/get-started/dashboard/addresses.md): Whitelist your wallet address and get webhook notifications
- [Transactions](https://docs.gluwa.com/get-started/dashboard/transactions.md): Easily view your transaction history for a registered address from the Gluwa Dashboard
- [Gluwacoin](https://docs.gluwa.com/get-started/gluwacoin.md): Learn what Gluwacoin is and how it works


---

# 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.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.
