# Other Clusters

### How Infra App detects clusters

Similarly to `kubectl`, Infra App looks for your default Kubernetes configuration file (also commonly referred to as KubeConfig) to discover clusters. This file is found under:

* `~/.kube/config` on macOS and Linux
* `C:\Users\<your user>\.kube\config` on Windows

### Adding additional config files

Some Kubernetes providers (such as IBM Cloud or Digital Ocean) don't use the default Kubernetes config file. Infra App can connect to these clusters as well. Simply click on the Cluster Switcher and then **Add Configuration...**

![](/files/-MKChywAsTHYgxygWggF)

### Still having trouble connecting?

If you're still having trouble connecting Infra App to your cluster, feel free to shoot us an [email](mailto:contact@infra.app)


---

# 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/connect-your-cluster/other-clusters.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.
