> For the complete documentation index, see [llms.txt](https://helpdesk.smaply.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.smaply.app/account-and-team/workspaces/how-to-create-a-workspace.md).

# How to create a workspace

A workspace gives a team, project, or initiative its own set of journey maps, personas, portfolio items, metrics, research, and templates. You create one from **Account settings**, in the **Workspaces** tab.

{% hint style="info" icon="tag" %}

#### Plan availability

The number of workspaces your account can have depends on your plan: Free includes 1 personal workspace, Repository 1 team workspace, Framework 3, and Governance an unlimited number. To add more than your plan allows, [upgrade your plan](/account-and-team/billing-and-plans/what-is-included-in-each-plan.md).
{% endhint %}

{% hint style="warning" icon="list-check" %}

#### Prerequisites

You need Admin access at the account level, since workspaces are created in **Account settings**.
{% endhint %}

#### Create a workspace

{% stepper %}
{% step %}
**Open the Workspaces tab in Account settings**

Click **Account settings** in the left sidebar, then open the **Workspaces** tab. It lists every workspace in your account, each with its user count and a **Manage users** link.

<figure><img src="/files/YpEFSuujvY5ska1oKwEj" alt="The Workspaces tab in Account settings, headed Manage workspaces. Two workspace rows are listed, each with a user count and a Manage users link, above a Create workspace button."><figcaption><p>Account settings > Workspaces</p></figcaption></figure>
{% endstep %}

{% step %}
**Click Create workspace**

The **New team workspace** window opens with a single field, **Team workspace name**, pre-filled with a default name.

<figure><img src="/files/RVjwzZI6K6EsNO12DrEs" alt="The New team workspace dialog with a Team workspace name field pre-filled Team workspace 3, and Cancel and Create buttons."><figcaption><p>New team workspace</p></figcaption></figure>
{% endstep %}

{% step %}
**Name the workspace and click Create**

Replace the default with a name that reflects the team, project, or initiative the workspace is for, then click **Create**.
{% endstep %}
{% endstepper %}

#### What happens next

The new workspace appears in the left sidebar, slotted alphabetically into the list rather than at the bottom. It starts empty, so your next steps are usually to [invite the people who will work in it](/account-and-team/users-and-roles/how-to-invite-users.md) and start adding journey maps and personas.

Adding a second workspace also activates the [Account Library](/account-and-team/how-to-use-the-account-library.md), a shared layer that keeps a single synced copy of an item available across every workspace in your account.

#### Related topics

<table data-column-title-hidden data-view="cards"><thead><tr><th>Article</th><th>What it covers</th><th data-hidden data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>How to manage workspaces</strong></td><td>Rename a workspace or delete it permanently.</td><td><a href="/pages/C4Xe3EiMe3LM9zi32k95">/pages/C4Xe3EiMe3LM9zi32k95</a></td></tr><tr><td><strong>How to copy assets across workspaces</strong></td><td>Copy a journey map or template to another workspace.</td><td><a href="/pages/wTx8bqQ9c2foJOedyfim">/pages/wTx8bqQ9c2foJOedyfim</a></td></tr><tr><td><strong>How to use the Account Library</strong></td><td>Share a single synced item across all workspaces in your account.</td><td><a href="/pages/1xJR8wxOSmPbsGgxwtjR">/pages/1xJR8wxOSmPbsGgxwtjR</a></td></tr><tr><td><strong>How to invite users</strong></td><td>Add people to a workspace and assign their role.</td><td><a href="/pages/F1Nzd1jlynqOnRaG0WSM">/pages/F1Nzd1jlynqOnRaG0WSM</a></td></tr></tbody></table>


---

# 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://helpdesk.smaply.app/account-and-team/workspaces/how-to-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.
