# Education

- [Education Overview](https://docs.metricsdao.xyz/education/education-overview.md)
- [Web3 Analytics 101: Async Course](https://docs.metricsdao.xyz/education/web3-analytics-101-async-course.md): An open course that teaches students how to understand and analyze blockchain data using SQL.
- [Web3 Analytics 101: Live Course](https://docs.metricsdao.xyz/education/web3-analytics-101-live-course.md): An open, weekly course that teaches students how to understand and analyze blockchain data using SQL
- [Segment 0 - Live Course](https://docs.metricsdao.xyz/education/web3-analytics-101-live-course/segment-0-live-course.md): Optional pre-work and resources to help you build a foundation of knowledge before diving into the sessions.
- [Workshops](https://docs.metricsdao.xyz/education/workshops.md)
- [2022-10-12 Open-Source Data Analytics via Dune Spellbook (Prerequisites)](https://docs.metricsdao.xyz/education/workshops/2022-10-12-open-source-data-analytics-via-dune-spellbook-prerequisites.md): Here is a list of prerequisites strongly recommended before you go to a Spellbook workshop!
- [2022-04-21+ Interactive Data Visualization with Python](https://docs.metricsdao.xyz/education/workshops/2022-04-21+-interactive-data-visualization-with-python.md): Learn about data visualizations, and how to incorporate them into customizable dashboards to level up your bounty submissions! Led by LTirrell#4794
- [2022-03-30+ Subgrounds Workshop Series](https://docs.metricsdao.xyz/education/workshops/2022-03-30+-subgrounds-workshop-series.md): Join the subgrounds dev team in a three part series on using a Python library to query and build on the Graph!
- [2022-03-11 Data Curation with dbt](https://docs.metricsdao.xyz/education/workshops/2022-03-11-data-curation-with-dbt.md)
- [2022-02-10 Exploring Terra Data with Flipside Crypto](https://docs.metricsdao.xyz/education/workshops/2022-02-10-exploring-terra-data-with-flipside-crypto.md): Mentor's Workshop #2
- [2022-01-27 Dune Analytics and NFTs](https://docs.metricsdao.xyz/education/workshops/2022-01-27-dune-analytics-and-nfts.md): Learn how to build queries from the ground up and create an NFT sales dashboard with hildobby. Inspired by his popular NFTs Secondary Market dashboard @ https://dune.xyz/hildobby/NFTs !


---

# 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.metricsdao.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.
