> For the complete documentation index, see [llms.txt](https://docs.ghostmarket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ghostmarket.io/user-guides/buying-and-selling-nfts/buying-nfts.md).

# Buying NFTs

<figure><img src="/files/sSu6LiAPgzQtKLBxPyDA" alt=""><figcaption></figcaption></figure>

Buying NFTs  GhostMarket has a variety of ways to purchase NFTs, as well as multiple listing types. The most straightforward way to purchase an NFT is to add it directly to your cart.   Start by finding an NFT you like, and go to its dedicated page by clicking on it.

<figure><img src="/files/FECE4mOT8CCxsrGW3sg6" alt=""><figcaption></figcaption></figure>

Below the NFTs name, listing period, and price, you will find the “Add To Cart Button. Alternatively, you can click the connected lightning bolt button to skip the cart and “Buy Now”.

<figure><img src="/files/WWAGpSW7UA3cpSixggzQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YOyOeip6N9dL9fm2b8AI" alt=""><figcaption></figcaption></figure>

Upon adding the NFT to your cart, you will see that the cart icon has changed. Clicking it will open up the Buy Cart menu, where you can go over all of the details one last time.   Simply click buy, then follow the prompts in your wallet to complete your purchase.

<figure><img src="/files/naQVlqjFiZ478VZVBU4e" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ZcMBNV1cdcKz0TuRKDcN" alt=""><figcaption></figcaption></figure>


---

# 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.ghostmarket.io/user-guides/buying-and-selling-nfts/buying-nfts.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.
