# The Web

Before the internet we communicated via radio transmissions, mail, simple codes and other manual methods— typically communications would take hours, days, weeks or months.&#x20;

With the invention of the internet, we can now efficiently and effectively communicate over vast distances in milliseconds. Various innovations to the net have resulted in many 'layers' for communicating with one another.

The internet has a long [**history**](/guides/beginner/lessons/the-web/history.md)**.**  It was not created overnight or without sacrifice and hardwork.

### Web layers;

* [**The First Frontier: Layer 1**](/guides/beginner/lessons/the-web/web1.md)
* [**The Second Iteration: Layer 2**](/guides/beginner/lessons/the-web/web2.md)
* [**The Next Frontier: Layer 3**](/guides/beginner/lessons/the-web/web3.md)

Before diving into the various layers of the web, you should familiarize yourself with an [**overview**](/guides/beginner/lessons/the-web/overview.md).


---

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