# Managing Clusters

The Clusters page displays the list of clusters to which the applications are deployed. You can manage the cluster to which your application needs to be deployed.&#x20;

* Navigate to **Setup** > **Clusters**. The cluster details page is displayed.&#x20;

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

The following details of the cluster are displayed:&#x20;

* **Name** - Name of the cluster.&#x20;
* **Account** - The account name of the cluster.&#x20;
* **Target Type** - Type of the cluster: Kubernetes or Non-Kubernetes
* **Provider Type** - Type of service provider: AWS or self-hosted.
* **Status** - Status of the cluster: Connected or Disconnected
* **Server** - The server or IP address.&#x20;
* **Default Environment** - The environment in which the cluster is deployed.&#x20;

To create a new cluster, click the **New Account** button. The **Create Cluster** details page is displayed.&#x20;

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

Enter the following details for the Cluster.

* **Name** - Name of the cluster.&#x20;
* **Target Type** - Type of the cluster: Kubernetes or Non-Kubernetes
* **Provider Type** - Type of service provider: AWS or self-hosted.
* **Account** - The account name of the cluster.&#x20;
* **Server** - The server or IP address.&#x20;
* **Default Environment** - The environment in which the cluster is deployed.&#x20;

Click **Save**. The Cluster is created.&#x20;


---

# 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.opsmx.com/ssd/security-risk-and-prioritization/user-guide/managing-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.
