> 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/help-articles/what-are-default-devices-in-netmaker.md).

# What Are Default Devices in Netmaker?

In **Netmaker**, **default devices** are those automatically connected to any new network created within the platform. These devices—often servers or key nodes—are pre-configured to automatically join new networks without needing manual intervention, streamlining the process of scaling and managing mesh networks.

## How Default Devices Work in Netmaker

* Automatic Network Connection\
  When a new network is created, default devices instantly connect to it without additional configuration. This ensures critical devices stay connected across new networks.
* Simplified Network Setup\
  Network administrators don’t have to manually add devices to new networks. Default devices are automatically included when a new network is created, saving time and reducing errors.

***

## How to Make a Device a Default Device in Netmaker

{% stepper %}
{% step %}

### Log into the Netmaker Dashboard

Access the Netmaker Dashboard where your devices (or nodes) are managed.
{% endstep %}

{% step %}

### Navigate to All Devices page

Choose the device you want to set as a default device from the list of available devices.

<figure><img src="/files/4ZVQKOu5DWyD11Na2J2n" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Open the device

Click on the device to access its settings.<br>
{% endstep %}

{% step %}

### Edit device settings

Click on the 'Edit' option to modify the configuration.

<figure><img src="/files/tRdD9FKjSPkcSPvP0zyS" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enable the Default Device Toggle and Update

Enable the **Default Device** toggle and click **Update Device** to save the change. The device will now automatically join any new networks created in Netmaker.

<figure><img src="/files/zdmPCGGGiDvrrv71fvH7" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

If you need to revert a device from being a default device, follow the same steps and disable the **Default Device** toggle, then click **Update Device**.


---

# 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://learn.netmaker.io/help-articles/what-are-default-devices-in-netmaker.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.
