# Checkout

* Allow users can pay NFT via
  * Credit Card
  * Payoo
* They need to provide email and payment info then proceed with payment:
* After the user successfully pays NFT then, we should navigate the user to Thank you page. On this page, they can view details transactions or view list collections.


---

# 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://pikasso-1.gitbook.io/pikasso/our-product/sdks-for-nft-project-builders-and-artists/checkout.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.
