> For the complete documentation index, see [llms.txt](https://docs.pixeljourney.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixeljourney.xyz/education.md).

# Education

- [What are NFTs?](https://docs.pixeljourney.xyz/education/what-are-nfts.md): The very basic 101, for those completely new to the world of NFTs.
- [WAX Ecosystem Guides — Full Advanced Mastery Hub (1050+ Days Strong!)](https://docs.pixeljourney.xyz/education/wax-ecosystem-guides.md)
- [EVM Ecosystem Guides — Full Advanced Mastery Hub](https://docs.pixeljourney.xyz/education/evm-ecosystem-guides.md)
- [Getting set up on Polygon (WIP) 🚧](https://docs.pixeljourney.xyz/education/getting-set-up-on-polygon-wip.md)
- [Getting set up on Base (WIP) 🚧](https://docs.pixeljourney.xyz/education/getting-set-up-on-base-wip.md)
- [Getting set up on Ethereum (WIP) 🚧](https://docs.pixeljourney.xyz/education/getting-set-up-on-ethereum-wip.md)
- [Getting set up on BNB Chain (WIP) 🚧](https://docs.pixeljourney.xyz/education/getting-set-up-on-bnb-chain-wip.md)
- [Getting set up on Solana](https://docs.pixeljourney.xyz/education/getting-set-up-on-solana.md): Solana is the fastest and lowest-cost major blockchain, with its own thriving NFT culture. Here is everything you need to get started.


---

# 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:

```
GET https://docs.pixeljourney.xyz/education.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.
