> For the complete documentation index, see [llms.txt](https://learn.avalytics.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.avalytics.xyz/tutorials/how-to-buy-an-nft-on-avalytics.md).

# How to buy an NFT on Avalytics?

Our platform is fully equipped to facilitate NFT purchases from all supported marketplaces on Avalanche. With our aggregated collection view, you can conveniently browse and access listings for all NFTs listed on multiple marketplaces through Avalytics. We have created a comprehensive guide to walk you through the step-by-step process of purchasing an NFT on our platform. With our user-friendly interface and detailed instructions, we make the NFT purchasing process seamless and straightforward.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKA7mlcswkxhKfuLtJbow%2Fuploads%2FrISiqbrdZ3mGTn0hIlSc%2FPurchase%20NFT.mp4?alt=media&token=a3610bbf-c7d8-40f4-940c-10f41c4fb11a>" %}
Above video demonstates a step by step guide to purchasing a NFT on Avalytics
{% endembed %}

1. Firstly, connect your wallet to Avalytics. You can learn how to [**here**](/tutorials/connect-disconnect-your-wallet.md)**.**
2. Navigate to a collection you want to purchase then click into the **collection listings** tab which will take you to the pro view where all the collection listings are visible from supported marketplaces.
3. Click **buy** on the NFT you would like to purchase, this will take you to the NFT page
4. The NFT page will show you where the selected NFT is listed, you can click **buy cheapest** once you're ready to buy.
5. Next you will be prompted to sign the transaction request in your wallet
6. After the purchase is complete, you will get a confirmation message. Congratulations on purchasing a NFT on Avalytics!&#x20;


---

# 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://learn.avalytics.xyz/tutorials/how-to-buy-an-nft-on-avalytics.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.
