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

# 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](/getting-started/join-a-workspace.md).

## 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="/files/hqFhaLGbOQq2jBYoPDXx" 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](/getting-started/manage-your-workspace.md).&#x20;

<figure><img src="/files/g800lJoJbDtSSid5FKBG" 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
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.chassy.io/getting-started/create-a-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.
