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

# Account Settings

> Manage your personal account information and preferences

## Accessing Settings

Click **Settings** at the bottom of the sidebar to access account, billing, and organization settings.

## Account Information

View and update your personal account details.

### What You Can Manage

<CardGroup cols={2}>
  <Card icon="envelope" title="Email Address">
    Your login email and contact address
  </Card>

  <Card icon="user" title="Display Name">
    Your full name as shown in the platform
  </Card>

  <Card icon="key" title="Password">
    Change your account password for security
  </Card>

  <Card icon="palette" title="Theme Preference">
    Choose Light, Dark, or System theme
  </Card>
</CardGroup>

## Updating Your Email

<Steps>
  <Step title="Navigate to Settings → Account">
    Access your account settings page.
  </Step>

  <Step title="Click 'Change Email'">
    Open the email update form.
  </Step>

  <Step title="Enter new email address">
    Provide your new email address.
  </Step>

  <Step title="Verify via email">
    Check your new email for a verification link and click it to confirm the change.
  </Step>
</Steps>

<Warning>
  After changing your email, use the new email address to log in. Your old email will no longer work.
</Warning>

## Changing Your Password

<Steps>
  <Step title="Navigate to Settings → Account">
    Access your account settings page.
  </Step>

  <Step title="Click 'Change Password'">
    Open the password update form.
  </Step>

  <Step title="Enter current and new passwords">
    * **Current password** - Your existing password
    * **New password** - Your desired new password (minimum 8 characters)
    * **Confirm new password** - Re-enter new password
  </Step>

  <Step title="Save changes">
    Click "Update Password" to save.
  </Step>
</Steps>

<Tip>
  Use a strong, unique password for your InsureStack account. Consider using a password manager.
</Tip>

## Theme Preferences

Change your visual theme preference:

* **Light mode** - Clean, bright interface
* **Dark mode** - Eye-friendly dark theme
* **System mode** - Automatically matches your device's theme

Changes apply immediately.

## Additional Settings

<AccordionGroup>
  <Accordion icon="bell" title="Notification Preferences">
    Control which email notifications you receive:

    * Quote completion notifications
    * Policy processing alerts
    * Credit balance warnings
    * Team activity updates (Team Plan only)
  </Accordion>

  <Accordion icon="clock" title="Timezone">
    Set your timezone for accurate timestamp displays in Recent Activity and reports.
  </Accordion>

  <Accordion icon="language" title="Language">
    Currently, InsureStack is available in English only. Additional languages may be added in future updates.
  </Accordion>
</AccordionGroup>

## Account Security

<CardGroup cols={2}>
  <Card icon="shield-check" title="Two-Factor Authentication">
    Currently not available. Coming soon for enhanced security.
  </Card>

  <Card icon="clock-rotate-left" title="Login History">
    View recent login activity and devices (Coming soon).
  </Card>

  <Card icon="key" title="API Keys">
    Enterprise only - manage API keys for integrations
  </Card>

  <Card icon="right-from-bracket" title="Sign Out All Devices">
    Force logout from all devices (Coming soon).
  </Card>
</CardGroup>

## Deleting Your Account

To delete your account:

1. Navigate to **Settings → Account**
2. Scroll to the bottom
3. Click **"Delete Account"**
4. Confirm deletion

<Warning>
  **Account deletion is permanent and cannot be undone.**

  * All your data will be deleted
  * Your organization will be deleted if you're the only member
  * Purchased credits will be forfeited
  * Active subscriptions will be canceled

  Consider downgrading to Pay as you Go instead of deleting if you might return.
</Warning>

## Next Steps

<CardGroup cols={2}>
  <Card title="Organization Settings" icon="building" href="/settings/organization">
    Manage organization-level settings
  </Card>

  <Card title="Payment Methods" icon="credit-card" href="/settings/payment-methods">
    Update billing and payment information
  </Card>

  <Card title="Team Management" icon="users" href="/team/invite-members">
    Invite and manage team members
  </Card>

  <Card title="Billing" icon="file-invoice-dollar" href="/billing/overview">
    View billing and subscription details
  </Card>
</CardGroup>
