> For the complete documentation index, see [llms.txt](https://docs.e6data.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.e6data.com/product-documentation/workspaces/create-workspaces.md).

# Create Workspaces

## Prerequisites

Once the [e6data installation](/product-documentation/setup.md) has been completed, the parameters of the e6data installation must be entered in the e6data Console to create a Workspace. You can two types of workspace:

1. [**Cloud prem**](#create-a-cloud-prem-workspace): Involves detailed setup and management of infrastructure within the user’s AWS environment.
2. [**Serverless**](#create-a-serverless-workspace)**:** Offers a simplified setup where the user can easily create and manage workspaces and clusters through a user interface.

## Create a Cloud prem Workspace

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

<figure><img src="/files/zvI6Ym3hiJ8Kd58OQT0P" alt=""><figcaption><p>Cloud Prem Workspace</p></figcaption></figure>

## Create a Serverless Workspace

1. Log in to the e6data Console.
2. Navigate to **Workspaces** from the left navigation bar.
3. Click **Create Workspace.**
4. Select **'Serverless'** from the workspace type.&#x20;
5. Select the preferred **region**.&#x20;

<figure><img src="/files/2ppZxvUvqNoqqey2NdGX" alt=""><figcaption><p>Serverless Workspace</p></figcaption></figure>

Workspace creation is now complete and you can proceed to create [Catalogs ](/product-documentation/catalogs.md)& [Clusters](/product-documentation/clusters.md).&#x20;

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.e6data.com/product-documentation/workspaces/create-workspaces.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
