# Workspace Settings

{% hint style="info" %}
**IMPORTANT**: Only Admin can see all the options (**General**, **Members**, **Integrations**, **and others**) in workspace settings. Members invited and added to a workspace will only be able to see the **Integrations** and **Members** option in the workspace settings for that workspace.
{% endhint %}

### Steps to access workspace settings&#x20;

To access workspace settings:

{% stepper %}
{% step %}

#### Get started

Open the extension from your browser and click the "**Home**" icon to open the BetterBugs dashboard.
{% endstep %}

{% step %}

#### Access workspace settings

Click on BetterBugs Workspace name at the top left side. Now, click the **gear icon** to open **Workspace Settings.**
{% endstep %}
{% endstepper %}

### Workspace Settings: Options

In the workspace settings, you've the following options:

<table><thead><tr><th width="181.9998779296875">Option</th><th>Description</th></tr></thead><tbody><tr><td>General</td><td>Manage general information about your workspace as an Admin.</td></tr><tr><td>Members</td><td>Manage workspace members and configure SSO settings for your workspace.</td></tr><tr><td>Integrations</td><td>Manage your integrated project tools at <strong>project-level</strong> and <strong>workspace-level</strong>. From here, you can manage automation flows too.</td></tr><tr><td>Recording Links</td><td>Generate and manage recording link URLs.</td></tr><tr><td>Mobile SDK</td><td>Setup BetterBugs framework for your iOS and Android devices.</td></tr><tr><td>Web SDK</td><td>Setup a feedback widget for your web apps with the BetterBugs Web SDK.</td></tr><tr><td>SSO</td><td>Add custom domains to your workplace for automated member onboarding.</td></tr><tr><td>Audit Logs</td><td>Track your team's activity in the workspace with audit logs.</td></tr><tr><td>Security (via Regex)</td><td>Add custom regex patterns to dev tools data captured in bug reports. Enables you to hide or redact sensitive information from bug reports before it gets uploaded.</td></tr></tbody></table>


---

# 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/workspace-settings.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.
