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

# Create Workspace

After logging in to JTheta.ai, you will arrive at the Workspace Selection screen.\
A workspace acts as your team environment where:

* Datasets are stored
* Projects are created
* Roles & permissions are managed

You can choose from:

* Existing Workspaces (e.g., testing123, lidar\_project01)
* Create Workspace (to start a new team environment)

User permissions (Admin / Annotator / Reviewer) are assigned at the workspace level.

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

### Creating and Managing Workspaces

Within the **Project Dashboard**, JTheta.ai allows users to create and manage multiple workspaces. Workspaces help organize projects, datasets, and users for different teams, clients, or use cases.

#### Accessing the Workspace Menu

On the **top-right corner of the dashboard**, you will see the **Workspace selector** displaying the current workspace name (for example: `Workspace: t1234`).

Clicking this dropdown opens the **Workspace menu**, where you can:

* View the **currently active workspace**
* Switch between **existing workspaces**
* Create a **new workspace**

#### Creating a New Workspace

You can create a new workspace directly from the **Project Dashboard**.

To create a workspace:

1. Click the **Workspace selector** in the top-right corner of the dashboard.
2. Select **Add New Workspace** from the dropdown menu.
3. Enter the **workspace name**.
4. Confirm to create the workspace.

Once created, the new workspace will become available in the **workspace list**, and you can switch to it anytime.

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

#### Why Use Multiple Workspaces

Workspaces help you keep projects organized by separating them based on:

* **Teams**
* **Clients**
* **Departments**
* **Different AI projects**

Each workspace can contain its own:

* Projects
* Datasets
* Users and permissions

This allows teams to manage annotation workflows efficiently without mixing unrelated projects.

#### Example Use Case

For example, an organization might create separate workspaces for:

* **Autonomous Driving Dataset Projects**
* **Agricultural Robotics LiDAR Annotation**
* **Research or Experimental Datasets**

This structure keeps project environments **clean, organized, and easier to manage**.


---

# 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://jtheta-ai.gitbook.io/docs.jtheta.ai/create-workspace.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.
