> ## Documentation Index
> Fetch the complete documentation index at: https://docs.marcenta.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings: Configure Your Workspace and Team Access

> Configure your display name, workspace name, password, incident detection sensitivity, notifications, and team members from the Marcenta Settings page.

The Settings page is where you manage your personal profile, workspace configuration, incident detection behavior, notification preferences, and team membership. Open it by clicking **Settings** in the left sidebar.

Settings are organized into five tabs: **Detection**, **AI Monitoring**, **Notifications**, **Workspace**, and **Users**.

## Detection

The Detection tab controls how aggressively Marcenta detects incidents for each connected data source.

For each source, you can choose one of three sensitivity levels:

| Sensitivity | Threshold                   | Best for                                     |
| ----------- | --------------------------- | -------------------------------------------- |
| **Low**     | Deviations greater than 25% | Reducing noise, focusing on major changes    |
| **Medium**  | Deviations greater than 15% | Balanced detection (default)                 |
| **High**    | Deviations greater than 10% | Catching smaller movements, maximum coverage |

To change the sensitivity for a source, click the **Low**, **Medium**, or **High** button next to that source. The setting saves immediately.

<Note>
  Detection sensitivity settings only appear for sources you've already connected. If you don't see any sources listed, go to **Connections** to add one first.
</Note>

## AI Monitoring

The AI Monitoring tab sets the default behavior when Marcenta opens a new incident for investigation.

* **Enable AI monitoring by default** — when checked, AI monitoring starts automatically on new incidents without requiring manual activation.
* **Default monitoring window** — sets how many days of data AI monitoring uses when analyzing an incident. Options are 7, 14, or 21 days.

These preferences are stored locally in your browser and apply to your account only.

## Notifications

The Notifications tab controls which events appear in your **What's new** feed.

| Notification                       | Default |
| ---------------------------------- | ------- |
| High severity incident escalated   | On      |
| AI monitoring resolved an incident | On      |
| Data sync failed                   | On      |
| Weekly summary digest              | Off     |

Toggle any option to enable or disable it. These preferences are stored locally in your browser.

## Workspace

The Workspace tab lets you update your personal profile details and workspace settings.

### Display name

Your display name appears in the workspace menu and is visible to other members. To change it:

<Steps>
  <Step title="Go to Settings → Workspace">
    Click **Settings** in the sidebar, then select the **Workspace** tab.
  </Step>

  <Step title="Update your display name">
    Edit the **Display Name** field.
  </Step>

  <Step title="Save">
    Click **Save Workspace**.
  </Step>
</Steps>

### Email address

Your email address is shown read-only on this page. It cannot be changed from within Marcenta.

### Workspace name

Owners and admins can rename the workspace. The workspace name is visible to all members.

<Steps>
  <Step title="Go to Settings → Workspace">
    Click **Settings** in the sidebar, then select the **Workspace** tab.
  </Step>

  <Step title="Update the workspace name">
    Edit the **Workspace Name** field. This field is disabled if you don't have owner or admin permissions.
  </Step>

  <Step title="Save">
    Click **Save Workspace**.
  </Step>
</Steps>

### Change password

<Steps>
  <Step title="Go to Settings → Workspace">
    Click **Settings** in the sidebar, then select the **Workspace** tab.
  </Step>

  <Step title="Enter a new password">
    Scroll to the **Change Password** section. Enter your new password in the **New Password** field. Passwords must be at least 8 characters.
  </Step>

  <Step title="Confirm and save">
    Re-enter the password in **Confirm New Password**, then click **Update Password**.
  </Step>
</Steps>

### Theme

You can switch between light and dark mode using the theme toggle in the top navigation bar. No additional settings are required.

### Deleting your workspace

<Warning>
  Workspace deletion is permanent and cannot be undone. All data associated with the workspace will be lost.
</Warning>

Only workspace owners can delete a workspace. To do so:

<Steps>
  <Step title="Go to Settings → Workspace">
    Click **Settings** in the sidebar, then select the **Workspace** tab.
  </Step>

  <Step title="Locate the Danger Zone">
    Scroll to the **Danger Zone** section at the bottom of the page.
  </Step>

  <Step title="Confirm with your workspace slug">
    Type your workspace slug exactly as shown, then click **Delete Workspace**.
  </Step>

  <Step title="Confirm in the dialog">
    A confirmation dialog will appear. Click **Yes, delete workspace** to proceed.
  </Step>
</Steps>

## Users

The Users tab lets owners and admins invite team members and manage their roles.

### Inviting team members

Owners and admins can invite anyone to the workspace by email.

<Steps>
  <Step title="Go to Settings → Users">
    Click **Settings** in the sidebar, then select the **Users** tab.
  </Step>

  <Step title="Enter the invitee's email">
    Type the team member's email address in the invite field.
  </Step>

  <Step title="Select a role">
    Choose **Member** or **Admin** from the role dropdown.
  </Step>

  <Step title="Send the invite">
    Click **Invite**. If the person already has a Marcenta account, they're added directly. If not, they receive an email invitation to sign up.
  </Step>
</Steps>

<Note>
  Only owners and admins can invite teammates. If the invite button is disabled, contact your workspace owner to request access.
</Note>

### Roles explained

<AccordionGroup>
  <Accordion title="Owner">
    Full control over the workspace, including inviting members, changing roles, updating workspace settings, and deleting the workspace. There must always be at least one owner.
  </Accordion>

  <Accordion title="Admin">
    Can invite members and manage workspace settings, but cannot delete the workspace or change the owner's role.
  </Accordion>

  <Accordion title="Member">
    Can access all workspace data and features but cannot invite members or change workspace settings.
  </Accordion>
</AccordionGroup>

### Changing a member's role

Workspace owners can update the role of any other member from the Users tab.

<Steps>
  <Step title="Go to Settings → Users">
    Click **Settings** in the sidebar, then select the **Users** tab.
  </Step>

  <Step title="Find the member">
    Locate the person in the users list.
  </Step>

  <Step title="Select the new role">
    Use the role dropdown in the **Role** column to choose a new role. The change saves automatically.
  </Step>
</Steps>

<Info>
  You cannot change your own role, and the last owner's role cannot be changed to prevent a workspace from becoming ownerless.
</Info>

## Page trust signals

* Last reviewed: May 20, 2026
* Maintainer: Marcenta Team
