> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/nmkr-studio-api/api-examples/payment.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nmkr.io/nmkr-studio-api/api-examples/payment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
