# Connecting a Cluster

## Introduction

This page covers manually installing the AMESA components onto the cluster.

## Requirements

To install AMESA on your cluster, you'll need access to the [AMESA No-Code UI](https://app.amesa.com) and a valid license key.

Additionally, to run the installation script, you need to have Kubectl set up with access to the cluster.

## Steps

1. Log in to the No-Code app
2. Navigate to the Clusters page
3. Click "Create"

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

1. In the pop-up, choose a display name for your cluster

<figure><img src="/files/8GYz8GKTczBYyEzmh5qB" alt=""><figcaption></figcaption></figure>

1. Select the cloud vendor you're using, or "custom" if none.
2. Copy the command
3. Run the command in your terminal where you have access to a kubectl
4. When the command exits without errors, the installation was complete.
5. Refresh the clusters page. Your custom cluster should now say "Connected" and list its specifications.

You can now select the cluster from the dropdown menu when training.


---

# 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.amesa.com/clusters/connecting-a-cluster.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.
