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

# Settings

> Manage your account settings and preferences

<Tabs>
  <Tab title="Account">
    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/account-settings.png" alt="Account Settings Interface" />
    </Frame>

    ## Profile Information

    <Info>
      Manage and update your personal information. Email address cannot be modified as it's tied to your account authentication.
    </Info>

    <CardGroup cols={2}>
      <Card title="Account Details" icon="user">
        Available fields:

        * Email Address (read-only)
        * First Name
        * Last Name
      </Card>

      <Card title="Field Validation" icon="check-circle">
        * Email is locked and displayed
        * Names can be updated
        * Changes saved automatically
      </Card>
    </CardGroup>

    ## Password Management

    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/password-requirements.png" alt="Password Requirements Interface" />
    </Frame>

    <CardGroup cols={2}>
      <Card title="Password Fields" icon="lock">
        Required inputs:

        * New Password
        * Confirm Password
      </Card>

      <Card title="Live Validation" icon="shield-check">
        Requirements checked in real-time:

        * Minimum 8 characters
        * Capital letter
        * Lowercase letter
        * Number
        * Special character
      </Card>
    </CardGroup>

    ## Account Deletion

    <Warning>
      Account deletion is permanent and irreversible. All associated data will be permanently removed.
    </Warning>

    <Steps>
      1. Click "Delete Account" in Danger Zone
      2. Review deletion consequences
      3. Type confirmation phrase
      4. Confirm deletion
    </Steps>
  </Tab>

  <Tab title="Appearance">
    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/appearance-settings.png" alt="Appearance Settings Interface" />
    </Frame>

    <Note>
      Theme customization is coming soon. Currently, the platform defaults to light mode.
    </Note>

    ### Upcoming Features

    * Light/Dark mode toggle
    * Theme preferences
    * Visual customization options
  </Tab>

  <Tab title="Security">
    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/security-settings.png" alt="Security Settings Interface" />
    </Frame>

    <Note>
      Two-Factor Authentication (2FA) support is coming soon to enhance your account security.
    </Note>

    ### Upcoming Features

    * Two-Factor Authentication
    * Security logs
    * Session management
  </Tab>

  <Tab title="API & Integrations">
    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/api-management.png" alt="API Management Interface" />
    </Frame>

    ## API Key Management

    <Info>
      Create and manage API keys for secure external integrations. Each key has a one-year validity period and inherits permissions based on your role-based access control (RBAC) settings within the current organization.
    </Info>

    ### Organization Context

    <Warning>
      API keys are organization-specific. When switching organizations, you'll only see and manage API keys for your current organization, with access levels based on your role in that organization.
    </Warning>

    <CardGroup cols={2}>
      <Card title="Organization Scope" icon="building-user">
        API keys are:

        * Specific to current organization
        * Not shared across organizations
        * Managed separately per org
      </Card>

      <Card title="Access Levels" icon="layer-group">
        Permissions vary by:

        * Organization membership
        * Role in current org
        * Organization-specific settings
      </Card>
    </CardGroup>

    ### Access Control

    <CardGroup cols={2}>
      <Card title="Permission Inheritance" icon="shield-halved">
        API keys inherit access from:

        * Team management roles
        * Granted permissions
        * Feature access levels
      </Card>

      <Card title="Authorization" icon="lock">
        Access is controlled by:

        * RBAC policies
        * User permissions
        * Feature restrictions
      </Card>
    </CardGroup>

    ### Creating New API Keys

    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/create-api-key.png" alt="Create API Key Dialog" />
    </Frame>

    <Steps>
      1. Click "Create API Key"
      2. Enter description (e.g., "Production API Key")
      3. Generate key
      4. Copy and secure your key immediately
    </Steps>

    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/api-key-generated.png" alt="API Key Generated Dialog" />
    </Frame>

    <Warning>
      API keys are shown only once at creation. Copy and store them securely as they cannot be retrieved later.
    </Warning>

    ### API Keys Table

    Available information for each key:

    * Description
    * Masked Key
    * Status
    * Creation Date
    * Expiration Date

    <CardGroup cols={2}>
      <Card title="Key Management" icon="key">
        Actions available:

        * Create new keys
        * Delete existing keys
        * View key details
      </Card>

      <Card title="Security Features" icon="shield">
        Protection measures:

        * One-time key display
        * Masked key in table
        * Immediate deletion option
      </Card>
    </CardGroup>

    ### Deleting API Keys

    <Warning>
      Deleting an API key immediately revokes access for all services using that key. This action cannot be undone.
    </Warning>

    <Steps>
      1. Locate key in table
      2. Click delete action
      3. Confirm deletion
      4. Key access revoked immediately
    </Steps>
  </Tab>
</Tabs>
