# Overview

When you log in to your BetterBugs.io account, the dashboard opens with all the customizations and bug management options.&#x20;

### Quick Overview of the BetterBugs.io Dashboard

Here's a summary of the dashboard layout in BetterBugs.io:

#### Key Features/UI Elements

<table><thead><tr><th width="197.55548095703125">Feature/Button/Text</th><th width="224.5555419921875">Description</th><th>Available option(s) when you click</th></tr></thead><tbody><tr><td><strong>My Workspace</strong></td><td>It's your default/current workspace.</td><td><ul><li><a href="workspace-settings">Workspace Settings</a></li><li><a href="overview/create-new-workspace">Create new workspace</a></li></ul></td></tr><tr><td><strong>Projects</strong> </td><td>Contains the list of projects in the workspace.</td><td><kbd>+</kbd> <strong>button</strong> - <a href="overview/create-new-project">Create new project</a></td></tr><tr><td><a href="workspace-settings/recording-links"><strong>Recording Links</strong></a></td><td>Create shareable links that allow users to record their screen and submit bugs directly.</td><td>N/A</td></tr><tr><td><strong>My Project</strong> </td><td>It's your default project name.</td><td>N/A</td></tr><tr><td><strong>Profile Details</strong> (at the left bottom)</td><td>Manage your profile.</td><td><ul><li><a href="my-account/plans-and-usage">Plans &#x26; Pricing</a></li><li><a href="https://docs.betterbugs.io/">Documentation</a></li><li><a href="workspace-settings/general">Settings</a></li><li><a href="https://status.betterbugs.io/">System Status</a></li><li>Logout</li></ul></td></tr></tbody></table>

#### Projects/Sessions UI

<table><thead><tr><th width="198.44439697265625">Feature/Button/Text</th><th width="225.1112060546875">Description</th><th>Available option(s) when you click</th></tr></thead><tbody><tr><td><strong>Project name  ⚙</strong></td><td>Manage project settings.</td><td><p></p><ul><li><a href="project-settings/general">General</a> - Upload image, Session Visibility, Project Visibility, Danger Zone (to archive project)</li><li><a href="project-settings/members">Members</a> - Manage members for a specific project in the workspace</li></ul></td></tr><tr><td><strong>Search Session</strong></td><td>Search box to search reports/sessions.</td><td>N/A</td></tr><tr><td><a href="../sessions/session-filters"><strong>Filters</strong></a></td><td>Apply filters to the collection of available sessions/reports in a project.</td><td><ul><li>Priority </li><li>Status</li><li>Creator</li><li>Assignees</li><li>Tags</li><li>Integrations</li><li>Creation Source</li><li>Date Range</li><li>Deleted sessions</li></ul></td></tr><tr><td><a href="../sessions/sessions-view"><strong>Sessions view</strong></a></td><td>Toggle sessions view.</td><td><ul><li>Thumbnail grid</li><li>List</li></ul></td></tr></tbody></table>

### Reorder Projects in Your Workspace Using the Drag-and-Drop Action

You can reorder or rearrange the projects in your workspace using the drag-and-drop action.

<figure><img src="https://3235868439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBzBhuIUDDav7ztnadaoO%2Fuploads%2FNZWNg9xSHV9D7o6Begrv%2F05-Reorder%20projects%20with%20drag%20and%20drop%20NEW.gif?alt=media&#x26;token=b5c3a3b3-d5f7-428c-a653-b0cd48ccd028" alt=""><figcaption><p>Reorder Project in Your Workspace with Drag and Drop </p></figcaption></figure>


---

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