> For the complete documentation index, see [llms.txt](https://learn.netmaker.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.netmaker.io/getting-started/about/how-it-works/0.-overview.md).

# 0. Overview

Setting up networks in Netmaker consists of 4 stages:

{% stepper %}
{% step %}

### Create Networks

Networks are your VPNs. They are meant to separate different environments, scenarios, customers, or other use cases, and keep traffic segmented. You can define any number of distinct networks in Netmaker for any number of use cases.

![](/files/e7d7ff1973d9525d70d6efd1760b901e5d736fbf)
{% endstep %}

{% step %}

### Add Non-User Devices

Non-User Devices are the endpoints of your network. These are devices that:

* users will need to access
* need to access each other
* route traffic into, out of, or between endpoints in the VPN

Each receives a virtual address within the network.

![](/files/3a49eaf83d906f5f63a8fb7653016b467aa7bbb2)
{% endstep %}

{% step %}

### Configure Traffic Flow

After adding devices, you can determine how traffic routes between and through devices in the network. You can set up:

* Gateways into the network for users
* ACLs and Relays between devices of the network
* Gateways out of the network, to the internet or local networks
* Site-to-Site access

![](/files/5db8aa3f44fbc2168fa9114593255746b90fd259)
{% endstep %}

{% step %}

### Grant User Access

After you’ve set up your network, you can invite users, add them to groups, and set their network access permissions, allowing them to remotely access the network.

![](/files/03e2236f4a4df2b6a216032e994a410100fe7c6b)
{% endstep %}
{% endstepper %}

We’ll walk through setting up each of these, starting with networks.


---

# 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:

```
GET https://learn.netmaker.io/getting-started/about/how-it-works/0.-overview.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.
