> For the complete documentation index, see [llms.txt](https://ed3.gitbook.io/ed3-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed3.gitbook.io/ed3-docs/giveaways/ed3-educator-ambassador/educator-onboarding-tutorial.md).

# Educator Onboarding : Tutorial

* **Install MetaMask and Set up a Wallet**\
  Download the MetaMask extension and securely store your recovery phrase (private key). **Never share it**. Guide [here](https://mirror.xyz/0x5056596726deAcAA6a78Ad4f1bB826d008689606/Y0V3Q2z1NvNV7ghWuNvSuqtpCPnKHv-ezDONPGkO4jI).<br>
* **Share Your Wallet Address**\
  Send us your public address [here](https://tally.so/r/wgx5ZD), so we can fund your wallet for content creation.<br>
* **Log in to Ed3 Creator Hub**\
  Visit [ed3.xyz](https://www.ed3.xyz), connect MetaMask, and enter the Creator Hub. <br>
* **Create Your Educator Profile**\
  Set up your storefront with a title, description, and display banner. Access a tutorial on how to set up  your profile and publish courses [here](/ed3-docs/tutorials/how-to-create-content-on-ed3.md).<br>
* **Add Open Campus Codex Chain**\
  Manually add the Open Campus Chain to MetaMask using the provided network details. Please find the guide [here](https://metaschool.so/rpc/openCampusCodex).<br>
* **Publish Your First Course**\
  Use our no-code editor to add videos, quizzes, pricing, and choose between lifetime or one-time access. <br>
* **Share Your Storefront Link**\
  Distribute your course with your community and start earning EDU, USDT, and YUZU points!


---

# 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://ed3.gitbook.io/ed3-docs/giveaways/ed3-educator-ambassador/educator-onboarding-tutorial.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.
