# Accept Crypto Payments

- [Get Started](https://docs.paymento.io/accept-crypto-payments/get-started.md): Turn your wallet to merchant account in 3 simple steps
- [API Key Generation](https://docs.paymento.io/accept-crypto-payments/api-key-generation.md)
- [How to Export xPub Keys](https://docs.paymento.io/accept-crypto-payments/api-key-generation/how-to-export-xpub-keys.md): How to Export xPub Keys from Popular Wallets for Non-Custodial Payment Integration
- [Payment Integration](https://docs.paymento.io/accept-crypto-payments/payment-integration.md)
- [Prebuilt Payment Plugins](https://docs.paymento.io/accept-crypto-payments/prebuilt-payment-plugins.md)
- [Shopping Test Experience](https://docs.paymento.io/accept-crypto-payments/shopping-test-experience.md)
- [Testing and Simulation](https://docs.paymento.io/accept-crypto-payments/testing-and-simulation.md): Step-by-Step Guide for Testnet Usage
- [Creating a Testnet Wallet](https://docs.paymento.io/accept-crypto-payments/testing-and-simulation/creating-a-testnet-wallet.md)
- [Accquire Testnet Assets](https://docs.paymento.io/accept-crypto-payments/testing-and-simulation/accquire-testnet-assets.md)
- [Creating Transactions](https://docs.paymento.io/accept-crypto-payments/testing-and-simulation/creating-transactions.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.paymento.io/accept-crypto-payments.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.
