# Create new project

When you log in to the BetterBugs dashboard for the first time, you'll see "**My Project**" as the default project in your current workspace (default: My Workspace).&#x20;

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

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

To create a new project:

{% stepper %}
{% step %}

#### Create New Project in Your Current Workspace

From the dashboard sidebar, click the  <kbd>+</kbd>  button at the top right side of projects list (beside the **Projects** text).

This opens a modal window to "**Create New Project**".
{% endstep %}

{% step %}

#### Add Project Name and Project Icon

Enter the name\* of your new project (**required**) and optionally add an icon/image for it.&#x20;

Hit "**Next**".&#x20;
{% endstep %}

{% step %}

#### Set Access Permissions for Project Accessibility (set who can access the project)

Choose between:

* **Private** - Only project members can view the project.
* **Public (Default)** - Everyone added to the workspace can view the project.
  {% endstep %}

{% step %}

#### Set Access Permissions for Sessions (set who can view the project reports)

Next, select between:

* **Private** - Only project members can access a report/session (using the report link).
* **Public (Default)** - Anyone (inside or outside workspace) with the report link can view the reports/sessions.
  {% endstep %}

{% step %}

#### Review details and confirm

Finally, review the project details and hit the "+ **Create Project**" button.
{% endstep %}
{% endstepper %}

You're good to go with the new project.


---

# 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-project.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.
