# Imported Clusters

On the *Infrastructure* > *Imported Clusters* page, we see a graphical representation of the number of clusters that are either Running, Pending, Terminating, or Failing. Selecting the checkbox allows us to add monitoring or detach the cluster from the platform.

{% hint style="info" %}
**Note**

Detaching the cluster does not affect the remote cluster's functionality.
{% endhint %}

<figure><img src="/files/Bcsf0DmGYxekWHXt9qpf" alt=""><figcaption></figcaption></figure>

Clicking on the link associated with the cluster open a new page detailing more info regarding *Node Groups*, attached *Nodes*, other *Specific Details*, and any *Deployed Apps*.

<figure><img src="/files/qIw5Fy9nPKdKwSAoYuCW" alt=""><figcaption></figcaption></figure>

Additionally, on the imported cluster page, we can add a cluster and modify the editable columns to observe specific cluster data.

* UUID – The unique identifier of the cluster
* Name – The name of the cluster
* Type – Displays the type of cluster being utilized
* Provider – If using a cloud provider like AWS or GKE, it is displayed here
* Status – Shows the current condition of the cluster
* Region/Location – Displays the region of the cluster if available
* Kubernetes Version – Defines the version of Kubernetes being used
* Node Groups/Pools
* Container CIDR – The assigned IP address range for the pods
* Services CIDR – The assigned IP address range for the services
* Created – Displays when the cluster was imported

Selecting a specific cluster, we can also detach it or enable the monitoring add-on. From here, users can access both the Prometheus and Grafana dashboards. Lastly, users will be able to spin up a Prometheus instances for monitoring applications.


---

# 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.platform9.com/managed-kubernetes/5.8/infrastructure-dashboard-overview/imported-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.
