# Adding, renaming, and deleting workspaces

{% hint style="info" %}
The Free and Plus plans only allow one workspace per account.
{% endhint %}

When you create your Fabricate account, Fabricate automatically creates a workspace with your name.

If you do not create other workspaces, then all of your databases are created in that workspace.

## Adding a workspace <a href="#workspace-add" id="workspace-add"></a>

To add a workspace:

1. In the user menu, click **Switch Workspaces**.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2Fl2DlTWT6VJq3BuIj8gL8%2FUserMenu.png?alt=media&#x26;token=30f39d9d-1fc6-449b-926b-e489ea60db7e" alt=""><figcaption><p>User menu with the Switch Workspaces option</p></figcaption></figure>

2. On the **Switch Workspaces** panel, click **New Workspace**.
3. In the name field, provide the name of the workspace.
4. Click **Save**.

## Changing the workspace name <a href="#workspace-name" id="workspace-name"></a>

To change the name of a workspace:

1. In the user menu, click **Workspace Settings**.\
   \
   Alternatively, on the **Switch Workspaces** panel, hover over the workspace to configure, then click the settings icon.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2FbQ5N95Uozg6YswI3DbhF%2FSwitchWorkspacesHoverOptions.png?alt=media&#x26;token=859a9a7f-a8f3-4329-ab6c-1065961acc4a" alt=""><figcaption><p>Switch Workspaces panel with the settings option displayed for a workspace</p></figcaption></figure>

3. On the **Settings** page, in the **Name** field, provide the new name for the workspace.
4. Click **Save Changes**.

## Deleting a workspace <a href="#workspace-delete" id="workspace-delete"></a>

From the workspace **Settings** page, to delete the workspace:

1. Click **Delete Workspace**.
2. On the confirmation panel, click **Delete Workspace**.

When you delete a workspace, Fabricate also deletes all of the databases in that workspace.


---

# 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.tonic.ai/fabricate/workspaces/workspaces-manage.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.
