# Subnetworks

Subnets are used to group your endpoints in the [Endpoints](/control/english/devices/dashboard-dun-appareil/peripheriques.md) section of the dashboard.

For example, to group endpoints from addresses `192.168.1.0` to `192.168.1.255`, you can set the following mask: `192.168.1.0/24`.

Here are some examples of masks with associated IP ranges.

| Mask             | IP range                      |
| ---------------- | ----------------------------- |
| `192.44.78.0/26` | `192.44.78.0 - 192.44.78.63`  |
| `10.0.25.0/24`   | `10.0.25.0 - 10.0.25.255`     |
| `172.16.0.0/12`  | `172.16.0.0 – 172.31.255.255` |

{% hint style="info" %}
Subnets only impact the view in Control, and have no effect on the network configuration of the device.
{% endhint %}

{% embed url="<https://en.wikipedia.org/wiki/Subnetwork>" %}
Subnetwork in Wikipedia
{% endembed %}


---

# 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.serenicity.fr/control/english/devices/dashboard-dun-appareil/parametres/subnetworks.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.
