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

# 🤓ENO Academy

- [How to...](https://docs.eno.network/eno-academy/how-to....md)
- [How to create a Creator profile?](https://docs.eno.network/eno-academy/how-to.../how-to-create-a-creator-profile.md)
- [How to add widgets to your creator profile?](https://docs.eno.network/eno-academy/how-to.../how-to-add-widgets-to-your-creator-profile.md)
- [How to Create a Collection?](https://docs.eno.network/eno-academy/how-to.../how-to-create-a-collection.md)
- [How to Buy an NFT on ENO Marketplace](https://docs.eno.network/eno-academy/how-to.../how-to-buy-an-nft-on-eno-marketplace.md)
- [How to Create an NFT on ENO Marketplace?](https://docs.eno.network/eno-academy/how-to.../how-to-create-an-nft-on-eno-marketplace.md)
- [How to Selling An NFT on the ENO Second Market?](https://docs.eno.network/eno-academy/how-to.../how-to-selling-an-nft-on-the-eno-second-market.md)
- [How to Make an Offer on an NFT in the Second Market?](https://docs.eno.network/eno-academy/how-to.../how-to-make-an-offer-on-an-nft-in-the-second-market.md)
- [Blockchain Education](https://docs.eno.network/eno-academy/blockchain-education.md)
- [What is a Crypto Wallet?](https://docs.eno.network/eno-academy/blockchain-education/what-is-a-crypto-wallet.md)
- [What is an NFT?](https://docs.eno.network/eno-academy/blockchain-education/what-is-an-nft.md)
- [What is Cryptocurrency?](https://docs.eno.network/eno-academy/blockchain-education/what-is-cryptocurrency.md)
- [Blockchain Gas Fees Explained](https://docs.eno.network/eno-academy/blockchain-education/blockchain-gas-fees-explained.md)
- [Staying Safe in Web3](https://docs.eno.network/eno-academy/blockchain-education/staying-safe-in-web3.md)
- [What is Blockchain?](https://docs.eno.network/eno-academy/blockchain-education/what-is-blockchain.md)
- [What is Web3?](https://docs.eno.network/eno-academy/blockchain-education/what-is-web3.md)


---

# 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.eno.network/eno-academy.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.
