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

# Overview

> Manage your organization, billing, and personal preferences

The Settings area allows you to configure your Boltz Lab experience. Settings are divided into two main sections: **Organization** settings (shared across your team) and **Personal** settings (specific to your account).

## Organization Settings

Organization settings apply to your entire team and are managed by users with appropriate permissions.

<CardGroup cols={2}>
  <Card title="General" icon="settings" href="/settings/general">
    Organization name and basic configuration
  </Card>

  <Card title="Members" icon="user" href="/settings/members">
    Invite team members and manage access
  </Card>

  <Card title="Permission Groups" icon="shield" href="/settings/permission-groups">
    Define roles and access levels
  </Card>

  <Card title="Billing" icon="credit-card" href="/settings/billing">
    Check credits and manage payment methods
  </Card>

  <Card title="Usage" icon="chart-column" href="/settings/usage">
    Monitor compute usage across projects
  </Card>
</CardGroup>

## Personal Settings

Personal settings affect only your individual account.

<CardGroup cols={1}>
  <Card title="Profile" icon="circle-user-round" href="/settings/profile">
    Update your name, appearance preferences, and password
  </Card>
</CardGroup>

***

## Quick Access

Access Settings from the main navigation menu or directly at `https://app.boltz.bio/settings`.

<Tip>
  Organization Owners and Admins have full access to all settings. Other members may have restricted access based on their Permission Group.
</Tip>
