# Client Installation

When deploying Netmaker to your devices, you will need a client-side application, of which we have various options. In general, this is what we recommend:

* Use the Netclient for endpoints and routing points in your network (e.g. a server)
* Use the Mobile and Desktop apps for end users (e.g. phones and laptops)
* Use Native WireGuard wherever the other clients are not supported (e.g. routers, IoT)

<table><thead><tr><th width="105.2890625">Client Type</th><th width="129.8515625">Agent Type</th><th width="83.34375">Auth</th><th width="137.75390625">Connectivity</th><th width="128">OS</th><th width="124.609375">Guide</th></tr></thead><tbody><tr><td>Netclient</td><td>Headless</td><td>Key</td><td>Always-On</td><td>Mac, Windows, Linux</td><td><a href="client-installation/netclient-installation" class="button primary">Docs</a></td></tr><tr><td>Netmaker Desktop</td><td>GUI</td><td>Identity</td><td>On-Demand  / Always On</td><td>Mac, Windows, Linux</td><td><a href="client-installation/netmaker-desktop-installation" class="button primary">Docs</a></td></tr><tr><td>Mobile App</td><td>GUI</td><td>Identity</td><td>On-Demand /  Always On</td><td>iOS, Android</td><td><a href="client-installation/mobile-app-installation" class="button primary">Docs</a></td></tr><tr><td>Native WireGuard</td><td>Headless / GUI</td><td>Key</td><td>Always On</td><td>Most Operating Systems</td><td><a href="client-installation/native-wireguard-installation" class="button primary">Docs</a></td></tr></tbody></table>


---

# 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://learn.netmaker.io/getting-started/server-and-client-management/client-installation.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.
