# Create Workspaces

## Prerequisites

Once the [e6data installation](/product-documentation/~/changes/0iCkDjvnPldS7yucryRX/setup.md) has been completed, the parameters of the e6data installation must be entered in the e6data Console to create a Workspace.

During the installation process, the following parameters should have been noted down:

<details>

<summary>Workspace Parameters for AWS</summary>

1. workspace\_name
2. region
3. workspace\_s3\_bucket\_name
4. cross\_account\_role\_arn
5. kubernetes\_cluster\_name
6. eks\_nodegroup\_name
7. eks\_nodegroup\_max\_instances
8. kubernetes\_namespace
9. sts\_external\_id

</details>

<details>

<summary>Workspace Parameters for GCP</summary>

1. e6data\_workspace\_name
2. region
3. workspace\_gcs\_bucket\_name
4. gcp\_project\_id
5. kubernetes\_cluster\_name
6. kubernetes cluster type&#x20;
7. kubernetes\_namespace

</details>

## Create Workspace

1. Log in to the e6data Console.
2. Navigate to **Workspaces** from the left navigation bar.
3. Click **Create Workspace.**
4. Select the cloud provider.
5. Enter the region.
6. Acknowledge that all installation steps have been completed.
7. Enter all requested parameters.
8. Click **Validate**
9. If connectivity is established, you will be redirected to the Workspace listing page.
10. In a few moments, the Workspace state will change to <mark style="color:green;">**Active**</mark>

    <figure><img src="/files/LfzWnH1Z2mZlkt6tXKGy" alt="" width="375"><figcaption><p>Workspace Creation Form</p></figcaption></figure>

Workspace creation is now complete and you can proceed to create [Catalogs ](/product-documentation/~/changes/0iCkDjvnPldS7yucryRX/catalogs.md)& [Clusters](/product-documentation/~/changes/0iCkDjvnPldS7yucryRX/clusters.md).

{% hint style="info" %}
The "Refresh List" button will update the statuses of the workspaces.
{% endhint %}


---

# 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/~/changes/0iCkDjvnPldS7yucryRX/workspaces/create-workspaces.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.
