# Cluster Creation

1. Navigate to the **Cluster** section in the same sidebar and click **Create**.
2. Configure the following details:
   1. **Name**: Enter a sample name, such as "e6data-Sample-Cluster".
   2. **Version**: Select the appropriate version.
   3. **Cluster Size**: Define the required size.
   4. **Autoscaling**: Enable and configure the following:
      * **Max Executors**: Set the maximum number of executors.
      * **Advanced Autoscaling Options**: Enable **Windowing** and specify the **Window Size** in minutes.
      * **Load-Based Sizing**: Define **Max QPS** (queries per second).
   5. **Additional Settings**:
      * **Auto Suspension**: Specify inactivity duration in minutes.
      * **Query Timeout**: Provide timeout duration in seconds.
      * **Enable Transpiler**: Select supported dialects.
      * **No LIMIT Warning**: Enable or disable the warning.
      * **Auto Resume**: Allow automatic cluster resumption.
3. Click **Create**. The cluster will become active in approximately **2 minutes**

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


---

# 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.e6data.com/product-documentation/setup/aws-setup/connect-to-e6data-serverless-compute-aws/cluster-creation.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.
