# Development

- [Environments](https://docs.gluwa.com/development/environments.md)
- [QR Codes](https://docs.gluwa.com/development/qr-codes.md): Explore ways to integrate Gluwa QR code payments in your website or mobile app.
- [Webhooks](https://docs.gluwa.com/development/webhooks.md): Use webhooks to be notified about events that happen in a Gluwa account.
- [Creating Signatures](https://docs.gluwa.com/development/creating-transaction-signatures.md)
- [Idempotent Requests](https://docs.gluwa.com/development/idempotent-requests.md)
- [Sending Address](https://docs.gluwa.com/development/sending-address.md): Use QR code scanner on Gluwa mobile app to get wallet address from your user.
- [Gluwa SDK for PHP](https://docs.gluwa.com/development/gluwa-sdk-for-php.md)
- [Gluwa SDK for .NET](https://docs.gluwa.com/development/gluwa-sdk-for-.net.md)
- [Gluwa SDK for Java](https://docs.gluwa.com/development/gluwa-sdk-for-java.md)
- [Gluwa SDK for JavaScript (Node.js)](https://docs.gluwa.com/development/gluwa-sdk-for-javascript-nodejs.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/development.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.
