# Workspace

A workspace is a dedicated environment or space where teams can collaborate and use Bito services. After logging into your Bito account, you can either create a new workspace or join an existing one you've been invited to.

{% hint style="info" %}
You can use Bito in a single-player mode for all the use cases. However, it works best when your coworkers join the Workspace for collaboration.
{% endhint %}

## Create a New Workspace

The link to create a new workspace will appear at the bottom of the sign-up flow screen. Click on "Create Workspace" to get started.

<figure><img src="/files/eQzoATvaNVDxaJChqZfd" alt="" width="548"><figcaption></figcaption></figure>

Now, enter the name of the workspace. You can also choose to make this workspace discoverable by the users with the same domain email as your email. Finally, click on the "Next" button to proceed creating a new workspace.

<figure><img src="/files/Zot81cIvbh5E6oQXlUl4" alt="" width="548"><figcaption></figcaption></figure>

{% hint style="info" %}
For example, if your email is <smith@mywebsite.com> and you enable the "Workspace discovery" feature, then any other person with an email that ends in @mywebsite.com (like <john@mywebsite.com>, <furqan@mywebsite.com>, and so on) can join your workspace after they sign in.

You can always switch this feature off later by visiting the [**Workspace Settings**](https://alpha.bito.ai/home/settings/advance-settings) page.
{% endhint %}

{% hint style="info" %}
Workspace discovery feature is not available for public email addresses like @gmail.com, @outlook.com, @yahoo.com, etc.
{% endhint %}

Once you complete the Workspace setup, Bito will be ready to use.

## Join an Existing Workspace

If your email domain is allowed for the Workspace, or your coworker invited you, you will see the Workspace listed during the sign-up flow under the "Workspaces Available to Join" list.

Simply click on the "Join" button given in front of the workspace you want to join. Joining your company or team Workspace takes less than a minute.

<figure><img src="/files/3Srma5dG982mCwZfUBGw" alt="" width="548"><figcaption></figcaption></figure>

Alternatively, you can join the Workspace through the Workspace link shared by your coworker.

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

## Change Workspace

Follow the below steps to switch to a different workspace:

1. First log out of your Bito account.

<figure><img src="/files/09hbFIUHwKwRAYBrEK8I" alt=""><figcaption></figcaption></figure>

2. Then, log back in and choose the workspace you want from the available list.

<figure><img src="/files/sCQcdVM0REf4ST8jXf5B" alt="" width="548"><figcaption></figcaption></figure>

### How to See Which Workspace You Are In?

In the IDE extension, place your mouse cursor over the workspace icon. The workspace name will show up as a tooltip.

<figure><img src="/files/Vh2ou9WcEdvuT7A98XZe" alt="" width="521"><figcaption></figcaption></figure>


---

# 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.bito.ai/help/account-and-settings/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.
