# Deployment

Qpoint provides deep visibility into your service connections, helping you discover, monitor, and analyze all your internal and external API dependencies. You can manage the Qtap eBPF sensor in two different ways depending on your environment.

{% hint style="success" %}
**🚀 Recommended Learning Path:**

* **Qplane users:** Follow the [POC Kick Off Guide](/guides/qplane-guides/poc-kick-off-guide.md) for the fastest path to value (10 minutes)
* **Qtap users:** Follow the [Complete Guide](/guides/qtap-guides/getting-started/getting-started-complete-guide.md) for progressive learning (4 levels, 50 minutes)
  {% endhint %}

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><p><strong>Manage Locally</strong></p><ul><li>YAML Based Configuration</li><li>Self-contained</li><li>Great for testing</li><li>Easy to build on top</li></ul></td><td><a href="/pages/AtjIu6aE4yUWdfm8GiL0">/pages/AtjIu6aE4yUWdfm8GiL0</a></td><td><a href="/files/BiXJGvw8gvFvzRblbrMV">/files/BiXJGvw8gvFvzRblbrMV</a></td></tr><tr><td><p><strong>Manage with QPlane</strong></p><ul><li>Centralized cloud control plane</li><li>Beautiful Dashboards</li><li>Advanced analytics</li><li>Multi-environment visibility</li><li>SSO/RBAC</li></ul></td><td><a href="/pages/Y2y7825hG3qi7BEadNsF">/pages/Y2y7825hG3qi7BEadNsF</a></td><td><a href="/files/MXe7kK3NRfkDOPAIx8AF">/files/MXe7kK3NRfkDOPAIx8AF</a></td></tr></tbody></table>

### Which Option Should You Choose?

#### Choose Qtap Local Deployment if you want to:

* Quickly try Qpoint without creating an account
* Test in an isolated or air-gapped environment
* Experiment with minimal setup

#### Choose Qplane if you want to:

* Manage configurations centrally across multiple environments
* Access advanced analytics and beautiful dashboards
* Monitor multiple deployments from a single interface
* Share visibility with team members

### System Requirements

Both deployment options require:

* Linux host with kernel 5.10+
* Proper permissions for eBPF operations

See [System Requirements](/getting-started/qtap/system-requirements.md) for more details.


---

# 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.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.
