# Configuring ZeroTier network

## Installing ZeroTier

It's actually quite easy. We only need to download and install the ZeroTier client.

1. Go to the download page, and select `Windows`.\
   ![](https://i.imgur.com/Mw6ehmx.png)
2. Open the `ZeroTier One.msi` file\
   ![](https://i.imgur.com/erZZ15L.png)
3. There will be no installation prompts or instructions.
4. When it's finished, you should see this ![](https://i.imgur.com/FnpTzlL.png) icon in your system tray.

## Joining your network

When we first launch ZeroTier, we need to join your network that we created in the previous step.

1. Find the little ![](https://i.imgur.com/FnpTzlL.png) icon in your system tray
2. Right click and select `Join New Network...`\
   ![](https://i.imgur.com/SkxMykz.png)
3. Enter the `Network ID` from last step, and select `Join`.\
   ![](https://i.imgur.com/ettLpkC.png)
4. You can now confirm that you have joined the network by right-clicking the ZeroTier tray icon:\
   ![](https://i.imgur.com/D7mOtLx.png)
5. We now need to "authorize" you, which essentially means give you permission to join the network.

#### Onwards to the next step!


---

# 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://wiki.tiltedphoques.com/tilted-online/guides/server-guide/windows-setup/zerotier-setup/configuring-zerotier-network.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.
