> For the complete documentation index, see [llms.txt](https://dagora.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dagora.gitbook.io/guides/beginner/lessons.md).

# Lessons

These beginner lessons of the Lexicon will be critical for those of you who are just getting started getting into web/technology more or if you've heard about the 'newer' iteration of the web— Web3. If you are somewhat familiar with the Web3 space but need a refresher on a few concepts or functions then the first beginner section— and also the intermediate lessons —of the Lexicon will be a significant benefit.&#x20;

In the Beginner lessons of this course there are a few main subjects. We will try to help you get a better grasp of the basics before we get into the more technical jargon. It is important that you don't get ahead of yourself, take your time understanding everything because it will get easier for you if you have a strong grasp on the basics and the introductory information.&#x20;

The first part will focus on the following: Technology, The Web, Cryptography, Distributed Ledgers and lastly Economics.

We will be covering many ideas and subjects in the technology world while also giving you a look at all of the different applications that you will be using in your Web3 journey.&#x20;

These lessons will give you more of a basic understanding of how everything works. The Lexicon will give you a rundown of the actual components and tech that you will be working with. With these pages, we explain the web and how it has changed how we work and communicate with each other in our everyday life.&#x20;

Explaining the ideas behind Cryptography and how it has influenced our ways of communication and work in general. In later sections blockchains are explained and why they are important for Web3. And finally we will teach you about economics before diving deeper into economics deployed on blockchains and notably called Cryptonomics.


---

# 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://dagora.gitbook.io/guides/beginner/lessons.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.
