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

# Chevre Settings: Workspace, Members, and Integrations

> Configure your Chevre workspace, manage team members, control integrations, and customize your account preferences from one central location.

The Chevre Settings area lets you configure your workspace, manage members, control integrations, and customize your account. Every option that affects how your team works — from notification rules to security policies — lives here, so you never have to hunt across multiple menus to make changes.

## Navigating to Settings

You can reach Settings in two ways:

* Click your **avatar** in the top-right corner of any page, then select **Settings**.
* Open the **workspace menu** on the left sidebar and choose **Settings**.

Both paths take you to the same Settings hub, organized into clearly labeled sections.

## Settings Sections

| Section           | What you configure                                      |
| ----------------- | ------------------------------------------------------- |
| **General**       | Workspace name, slug, timezone, and avatar              |
| **Members**       | Invite people, manage roles, and remove members         |
| **Billing**       | Plan selection, payment method, and invoices            |
| **Integrations**  | Connected third-party apps and services                 |
| **Security**      | Password policy, two-factor authentication, and SSO     |
| **API Keys**      | Generate, scope, and revoke API keys                    |
| **Notifications** | Workspace-wide notification rules and delivery channels |
| **Danger Zone**   | Permanently delete the workspace                        |

## General Workspace Settings

The **General** section controls the core identity of your workspace. Navigate to **Settings → General** to configure the following fields.

<CardGroup cols={2}>
  <Card title="Workspace Name" icon="tag">
    The display name shown across Chevre and in email notifications sent to your team.
  </Card>

  <Card title="Slug" icon="link">
    A short, URL-safe identifier used in API endpoints and sharing links (e.g., `app.chevre.io/your-slug`).
  </Card>

  <Card title="Timezone" icon="clock">
    Sets the default timezone for scheduled workflow runs and timestamp displays across the workspace.
  </Card>

  <Card title="Description" icon="file-lines">
    An optional summary of your workspace shown on internal team pages and workspace-switcher dropdowns.
  </Card>

  <Card title="Avatar" icon="image">
    Upload a square image (PNG or JPG, minimum 256×256 px) to represent your workspace in the UI and emails.
  </Card>
</CardGroup>

### Changing Your Workspace Slug

To update the slug, enter a new value in the **Slug** field and click **Save Changes**. Slugs must be lowercase, contain only letters, numbers, and hyphens, and must be globally unique across Chevre.

<Note>
  Changing your workspace slug immediately updates all sharing links and API endpoint URLs that contain it. Any previously shared links or hardcoded API calls using the old slug will stop working. Update your integrations and notify your team before making this change.
</Note>

## Account Settings vs. Workspace Settings

Chevre distinguishes between two scopes of settings:

**Account settings** apply only to you — the individual user currently logged in. Changes here affect your personal experience and do not impact your teammates. Account-level options include:

* Your display name and profile photo
* Your email address and password
* Your personal notification preferences
* Your two-factor authentication enrollment
* Active login sessions

**Workspace settings** apply to the entire team and the workspace as a whole. Only members with the **Admin** or **Owner** role can change workspace settings. Workspace-level options include all sections listed in the table above.

You can switch between the two scopes using the tabs at the top of the Settings page: **My Account** and **Workspace**.

<Tip>
  If you manage multiple workspaces, remember that workspace settings are always scoped to the workspace currently selected in the sidebar. Switch workspaces before making changes to avoid editing the wrong team's configuration.
</Tip>
