# KuboVisor

We provide two different installation types for KuboVisor:

* [**cloud installation**](/getting-started/kubovisor/cloud-mode.md): we connect to your cluster from our infrastructure
  * :person\_lifting\_weights: we do the heavy lifting for you
  * :feather: nothing runs on your cluster
  * :chart\_with\_downwards\_trend: you save resources
* [**local agent installation**](/getting-started/kubovisor/agent-mode.md): you deploy a KuboVisor agent workload on your cluster
  * :police\_officer: you are in charge
  * :hammer\_pick: additional configuration
  * :lock: more secure
  * :chart\_with\_upwards\_trend: use more resources

The **easiest way** to setup KuboVisor is to use the [cloud installation](/getting-started/kubovisor/cloud-mode.md), you only need:

* a publicly reachable cluster (with optional SSH authentication)
* a *kubeconfig* file with sufficient permissions

However, if your cluster is completely private or you don’t want to provide us with your cluster credentials, you can still [install the agent on your cluster](/getting-started/kubovisor/agent-mode.md).


---

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