# Create a Workspace

## What is a workspace?

A workspace is a grouping of users, workflows, and fleets. To start using Chassy, you will need to create a workspace. If an organization member has already created one, you'll receive an email inviting you to that workspace. Read more on this here: [join-a-workspace](https://docs.chassy.io/getting-started/join-a-workspace "mention").

## How can I create a workspace?

{% hint style="info" %}
"Workspace" and "organization" may be used interchangeably
{% endhint %}

After signing up with Google, you will be prompted to create a workspace as shown below:

<figure><img src="https://2391222196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fbwi13HaBqeFSGqsnJ8aD%2Fuploads%2FKsLeD550y62FuRBgwKFN%2Fcreate_a_workspace.png?alt=media&#x26;token=b647e1d8-3748-462d-b383-662616f113c2" alt="Type in your Workspace name to create a workspace"><figcaption></figcaption></figure>

Next, you'll be prompted to invite your teammates to your workspace. Each of these teammates will receive an email with a link to sign up. They will be given the `user` role, but you can manage roles and more from your workspace settings as described in [manage-your-workspace](https://docs.chassy.io/getting-started/manage-your-workspace "mention").&#x20;

<figure><img src="https://2391222196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fbwi13HaBqeFSGqsnJ8aD%2Fuploads%2FVeSFd0cXWG5Q9TfcWzlP%2Finvite_teammates.png?alt=media&#x26;token=3c20ed1a-73d9-4352-9c63-700764facdc2" alt="Enter your teammates&#x27; emails to invite them to the workspace."><figcaption></figcaption></figure>

## What's next?

Next you can begin managing your workspace, and your teammates can accept their workspace invitations. See "Join a Workspace" to learn more.


---

# 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.chassy.io/getting-started/create-a-workspace.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.
