# Installation

Qtap connects to Qplane using a registration token. Once connected, Qplane pushes all configuration (stacks, plugins, filters) to the agent — no local config file needed. Choose the installation method that fits your environment:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Linux Binary Install</td><td><a href="https://github.com/qpoint-io/documentation/blob/main/getting-started/qplane/installation/linux-binary/README.md">https://github.com/qpoint-io/documentation/blob/main/getting-started/qplane/installation/linux-binary/README.md</a></td></tr><tr><td>Docker Container Install</td><td><a href="https://github.com/qpoint-io/documentation/blob/main/getting-started/qplane/installation/docker-container/README.md">https://github.com/qpoint-io/documentation/blob/main/getting-started/qplane/installation/docker-container/README.md</a></td></tr><tr><td>Helm Chart Install</td><td><a href="https://github.com/qpoint-io/documentation/blob/main/getting-started/qplane/installation/helm-chart/README.md">https://github.com/qpoint-io/documentation/blob/main/getting-started/qplane/installation/helm-chart/README.md</a></td></tr><tr><td>Kubernetes Manifest</td><td><a href="https://github.com/qpoint-io/documentation/blob/main/getting-started/qplane/installation/kubernetes-manifest/README.md">https://github.com/qpoint-io/documentation/blob/main/getting-started/qplane/installation/kubernetes-manifest/README.md</a></td></tr></tbody></table>

{% hint style="info" %}
For your first installation, we recommend starting with our [Getting Started](/getting-started/qplane/getting-started.md) guide which walks through the installation wizard.
{% endhint %}


---

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