> 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.md).

# Getting Started

<figure><picture><source srcset="/files/NDSeECMYB2Cu2QtlNvT4" media="(prefers-color-scheme: dark)"><img src="/files/Unb3y9LUSobLls3CDvI1" alt="" width="375"></picture><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=tRkV6j1pUss>" fullWidth="false" %}

## Welcome to Netmaker

Netmaker is a Zero Trust networking platform designed to give you maximum control over virtual networks, for use cases like remote access, overlays, and site-to-site. The platform is fast, robust, and secure, utilizing the latest in encryption from WireGaurd.

&#x20;Below, find some great resources to help you get started on your journey.

Or if you're looking for something specific, try asking our new AI-powered answers, which can provide step-by-step guidance.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">How can I get started with Netmaker?</button>

## Getting Started

{% columns %}
{% column width="50%" %}
{% content-ref url="/pages/36963c9ece2f1bae9517c79fcc775c59e29651ca" %}
[About](/getting-started/about.md)
{% endcontent-ref %}
{% endcolumn %}

{% column width="50%" %}
{% content-ref url="/pages/acc7c9a179ab73ad4563ff9c6ceea18c49cc63f7" %}
[Quick Start](/getting-started/quick-start.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/f28160b6e908750cd81b8bb7dd839b980aba6749" %}
[Walkthrough](/getting-started/walkthrough.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/1a4ed7d6644f06ea871154d7789286aa1104797a" %}
[Features](/features.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/IwF9A2Ff5VdtyS5IzjL1" %}
[Server and Client Management](/getting-started/server-and-client-management.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/e80fff41d834fbac63321845d0e27d19a80f999d" %}
[Operations Field Guide](/getting-started/operations-field-guide.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

# 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/getting-started.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.
