# Create new workspace

When you log in to the BetterBugs.io dashboard for the first time, you'll see "**My Workspace**" as the default workspace.&#x20;

You can also create workspace(s) in your dashboard or edit an existing one (from [workspace settings](https://docs.betterbugs.io/dashboard/workspace-settings)).

{% hint style="info" %}
**IMPORTANT NOTE**

Creating new wokspace is a **PAY-PER-WORKSPACE** feature even for the **TEAM Plan**. So, when you create a new workspace, you'd be prompted to confirm the Payment Method OR Add Payment Method.
{% endhint %}

### How to Create a New Workspace in BetterBugs.io?

To create a new workspace:

{% stepper %}
{% step %}

#### Open the Existing Workspace List

Log in to your BetterBugs.io account and click the current workspace name at the top left of your screen.

This opens a dropdown containing a list of all the workspaces.
{% endstep %}

{% step %}

#### Create a New Workspace

Click on the "**+ Create workspace**" button.
{% endstep %}

{% step %}

#### Enter Workspace Details

Now, add details for the new workspace, such as:

* Workspace Icon
* Workspace Name\* (**required**)
  {% endstep %}

{% step %}

#### Confirm

Once you've added the workspace details, hit the "**Create Workspace**" button, and you're good to go.
{% endstep %}
{% endstepper %}


---

# 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.betterbugs.io/dashboard/overview/create-new-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.
