# Guides

- [Quick Guide](https://docs.akashicpay.com/guides/quick-guide.md): We’ve created an easy-to-follow guide that will get you set up in just minutes. Be sure to save this page for future reference, as it contains important information about the features of AkashicPay.
- [KeyPairs Guide](https://docs.akashicpay.com/guides/keypairs-guide.md): This guide explains how to integrate and utilise your various KeyPairs.
- [Recommended Integration Flow](https://docs.akashicpay.com/guides/recommended-integration-flow.md): We recommend thoroughly reviewing the following integration flow to ensure a safe and seamless integration when using our product.
- [Testing (Testnet) Guide](https://docs.akashicpay.com/guides/recommended-integration-flow/testing-testnet-guide.md)
- [Payment Flow](https://docs.akashicpay.com/guides/payment-flow.md)
- [Supported Currencies](https://docs.akashicpay.com/guides/supported-currencies.md)
- [Identifier & ReferenceId](https://docs.akashicpay.com/guides/identifier-and-referenceid.md): Identifier keeps track of wallets and ReferenceId  keeps track of deposits as well as withdrawals.
- [Requested amount & currency](https://docs.akashicpay.com/guides/requested-amount-and-currency.md): Requested Amount and Currency allow you to specify the value a deposit should have, in a range of currencies (including fiat).


---

# 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.akashicpay.com/guides.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.
