# Payment

- [Create unique NMKR Pay Link for random Token sales](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment/create-unique-nmkr-pay-link-for-random-token-sales.md): Create a Payment Link for random Token sales via NMKR Pay
- [Create NMKR Pay Link for specific Token sales](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment/create-nmkr-pay-link-for-specific-token-sales.md): Create a Payment Link for specific Token sales via NMKR Pay
- [Get Payment Address for single NFT sales with native Tokens](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment/get-payment-address-for-single-nft-sales-with-native-tokens.md): Generate a payment address that can be used to mint a single NFT with a payment in ADA + any other Cardano Native Tokens
- [Create NMKR Pay Link for a multi-specific Tokens sale](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment/create-nmkr-pay-link-for-a-multi-specific-tokens-sale.md): Create a Payment Link to sell multiple specific Tokens in one transaction via NMKR Pay


---

# 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.nmkr.io/nmkr-studio-api/api-examples/payment.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.
