# DASHBOARD

- [Overview](https://docs.betterbugs.io/dashboard/overview.md): BetterBugs dashboard provides all options to manage your account, workspace, projects, and more.
- [Create new workspace](https://docs.betterbugs.io/dashboard/overview/create-new-workspace.md): Steps to create a new workspace in BetterBugs.io
- [Create new project](https://docs.betterbugs.io/dashboard/overview/create-new-project.md): Steps to create a new project in the current workspace in BetterBugs.io
- [Project Settings](https://docs.betterbugs.io/dashboard/project-settings.md): Make all the changes you want to your BetterBugs project.
- [General](https://docs.betterbugs.io/dashboard/project-settings/general.md): Manage general information about your project: Login > Project Settings > General (Admin Access Only)
- [Members](https://docs.betterbugs.io/dashboard/project-settings/members.md): Manage members for a specific project in the workspace: Login > Project Settings > Members
- [Workspace Settings](https://docs.betterbugs.io/dashboard/workspace-settings.md): Make all the changes you want to your BetterBugs workspace.
- [General](https://docs.betterbugs.io/dashboard/workspace-settings/general.md): Manage general information about your workspace: Login > Workspace Settings > General (Admin Access Only)
- [Members](https://docs.betterbugs.io/dashboard/workspace-settings/members.md): Manage workspace members and configure SSO settings for your workspace: Login > Workspace Settings > Members
- [Integrations](https://docs.betterbugs.io/dashboard/workspace-settings/integrations.md): Integrate and automate BetterBugs with your issue trackers, messaging, and error logging tools.
- [Project Integration](https://docs.betterbugs.io/dashboard/workspace-settings/integrations/project-integration.md): Manage integrated tools for your BetterBugs project within your workspace: Login > Workspace Settings > Integrations
- [Project Automation](https://docs.betterbugs.io/dashboard/workspace-settings/integrations/project-integration/project-automation.md): Check out the steps for project level automation in BetterBugs.io
- [Workspace Integration](https://docs.betterbugs.io/dashboard/workspace-settings/integrations/workspace-integration.md): Manage integrated tools for the workspace: Login > Workspace Settings > Integrations
- [Workspace Automation](https://docs.betterbugs.io/dashboard/workspace-settings/integrations/workspace-integration/workspace-automation.md): Check out the steps for workspace level automation in BetterBugs.io
- [Recording Link](https://docs.betterbugs.io/dashboard/workspace-settings/recording-links.md): Configure your website for getting screen recording and technical details for issues using Recording Links: Login > Workspace Settings > Recording Link
- [Web SDK](https://docs.betterbugs.io/dashboard/workspace-settings/web-sdk.md): Integrate a custom bug reporting/feedback widget into your web apps using the BetterBugs Web SDK: Login > Workspace Settings > Web SDK
- [Audit Logs](https://docs.betterbugs.io/dashboard/workspace-settings/audit-logs.md): Audit logs enables you to record and track important activities and changes within your BetterBugs workspace: Login > Workspace Settings > Audit Logs (Admin Access Only)
- [Security (via Regex)](https://docs.betterbugs.io/dashboard/workspace-settings/security-via-regex.md): Add regular expressions (REGEX) to BetterBugs.io for it to automatically redact/remove sensitive data from your bug reports.
- [My Account](https://docs.betterbugs.io/dashboard/my-account.md): Make all the changes you want to your BetterBugs account.
- [Profile](https://docs.betterbugs.io/dashboard/my-account/profile.md): Manage general information about your Profile: Login > Settings > My Account > Profile
- [Plans and Usage](https://docs.betterbugs.io/dashboard/my-account/plans-and-usage.md): Manage your subscription and view the billing history for your account: Login > Settings > My Account > Plans and Usage
- [Deleted Sessions](https://docs.betterbugs.io/dashboard/my-account/deleted-sessions.md): Manage your deleted sessions from here: Login > Settings > My Account > Deleted Sessions


---

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