# Creating and managing 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 projects are created in that workspace.

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

To add a workspace:

1. Either:
   * In the [project center](/fabricate/project-and-database-management/project-manager.md) navigation panel, next to **Workspaces**, click the + icon.
   * On the [project selection panel](/fabricate/project-and-database-management/projects-create-manage.md#from-within-a-different-project), click **New Workspace**.
2. In the name field, provide the name of the workspace.
3. Click **Save**.

## Displaying the workspace settings page <a href="#workspace-settings-display" id="workspace-settings-display"></a>

To display the workspace settings, either:

* In the user menu, click **Workspace Settings**.
* On the [project center](/fabricate/project-and-database-management/project-manager.md), on the project list for a workspace, click **Workspace Settings**.
* On the [project selection panel](/fabricate/project-and-database-management/projects-create-manage.md#from-within-a-different-project), hover over the workspace name, then click the settings icon.

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

To change the name of a workspace:

1. On the workspace settings page, in the **Name** field, provide the new name for the workspace.
2. 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.
