# Metaplex

[Metaplex](https://www.metaplex.com/) is a collection of tools, smart contracts, and more designed to make the process of creating and launching NFTs easier. While initially focused on supporting the needs of the arts and entertainment industry their plans extend far beyond that to all use cases where an NFT may add value.

Currently, their three major programs are:

* [Token Metadata](https://docs.metaplex.com/programs/token-metadata/) - the NFT standard for Solana
* [Candy Machine v3™](https://docs.metaplex.com/programs/candy-machine/) - a Profile Picture (PFP) focused tool that works like the gumball-style candy machines of old
* [Auction House](https://docs.metaplex.com/programs/auction-house/) - a decentralized sales protocol for NFT marketplaces


---

# 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.topledger.xyz/data-tables/decoded-instructions-data/metaplex.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.
