# Getting started

### Download Infra App

Visit <https://infra.app/download> to download the latest version of Infra App

{% hint style="info" %}
**Additional instructions for Linux AppImage**

If using the AppImage format, make sure to mark the app as executable. For example, on Ubuntu, this can be done by right-clicking on the AppImage file, clicking on Permissions, and then "Allow executing file as program"

&#x20;<img src="/files/-MMXsfROIxJMKNIpTzhU" alt="" data-size="original">&#x20;

Or on the command line, run`chmod +x ./Infra-0.43.0.AppImage`
{% endhint %}

### Connect your Kubernetes cluster

Upon starting, Infra App will automatically look at your local Kubernetes configuration to discover clusters you have access to.

{% hint style="info" %}
**Not seeing any Kubernetes clusters?**

If Infra App doesn't detect your Kubernetes clusters check out one of the [guides below](/getting-started.md#connection-guides-for-common-kubernetes-providers) on connecting Infra App to an existing Kubernetes cluster.&#x20;

If you don't have a Kubernetes cluster, we recommend trying Infra App with [Docker Desktop](/connect-your-cluster/docker-desktop.md).
{% endhint %}

Locally discovered clusters appear in the Cluster Switcher, as shown below.

![](/files/-MKCYzf7cR6dMDVon4DM)

Infra App will automatically load your active cluster, if you have one:

![](/files/-MKCg9NswNI3E0NcgCAL)

And that's it. You're up and running with Infra App.

### Connection guides for common Kubernetes providers

{% content-ref url="/pages/-MBocR-Yx\_YAFSVWUfG4" %}
[Amazon Web Services (EKS)](/connect-your-cluster/amazon-web-services-eks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MBocZ2T3EsZV-gJdUL9" %}
[Google Cloud Platform (GKE)](/connect-your-cluster/google-cloud-platform-gke.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MBocbfpZ-Wt8oULeQS7" %}
[Digital Ocean (DOKS)](/connect-your-cluster/digital-ocean-doks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MBtffoU0JKcxQKGHRHo" %}
[Docker Desktop](/connect-your-cluster/docker-desktop.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MBtfaTZBh7g2UcwHFhv" %}
[Minikube](/connect-your-cluster/minikube.md)
{% endcontent-ref %}

If you aren't using any of the above, check out the [this guide](/connect-your-cluster/other-clusters.md) on connecting any other Kubernetes cluster.


---

# 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.infra.app/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.
