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

# Settings Overview

> Configure your Kasava account and preferences

Customize Kasava to match your workflow through the Settings panel.

## Accessing Settings

To access your settings:

1. Click your **avatar** in the bottom-left corner of the sidebar
2. Select **Settings** from the dropdown menu

The Settings panel includes multiple sections accessible via the left navigation:

* **[Organization](/docs/settings/organization)** - Team management and usage
* **[Billing](/docs/settings/billing)** - Subscription and payments
* **[Action Types](/docs/settings/action-types)** - Custom @kasava commands
* **[Templates](/docs/settings/templates)** - Response formatting
* **[API Keys](/docs/settings/api-keys)** - API access tokens
* **Integrations** - Connected services (see [Integrations](/docs/integrations/overview))
* **Repositories** - Repository settings
* **Documents** - Document settings
* **Chrome Extension** - Extension configuration
* **AI Learning** - AI customization (see [AI Learning](/docs/advanced/ai-learning))
* **[Health Diagnostics](/docs/settings/health-diagnostics)** - Custom keywords and health monitoring

## Account Information

Update your personal details:

| Field        | Description                                    |
| ------------ | ---------------------------------------------- |
| Display Name | How your name appears throughout Kasava        |
| Email        | Your primary email for notifications and login |

<Steps>
  <Step title="Edit Your Details">
    Update your display name or email address
  </Step>

  <Step title="Save Changes">
    Click "Save Changes" to apply your updates
  </Step>
</Steps>

## Preferences

Customize your Kasava experience:

| Preference                     | Description                                                 |
| ------------------------------ | ----------------------------------------------------------- |
| Weekly digest of sync activity | Receive a weekly email summary of your GitHub sync activity |

Toggle these preferences on or off using the switches next to each option.

## Theme

Change the appearance of Kasava:

1. Click your avatar in the sidebar
2. In the dropdown, select your preferred theme:
   * **Light** - Light background
   * **Dark** - Dark background
   * **System** - Automatically match your operating system preference

## Switch Organization

If you belong to multiple organizations:

1. Click your avatar in the sidebar
2. Hover over **Switch Organization**
3. Select the organization you want to switch to

A checkmark indicates your currently active organization.

## Sign Out

To sign out of Kasava:

1. Click your avatar in the sidebar
2. Click **Sign out** at the bottom of the dropdown menu

## Delete Account

<Warning>
  Account deletion is permanent and cannot be undone. All your data will be permanently removed.
</Warning>

To delete your account:

<Steps>
  <Step title="Open General Settings">
    Go to Settings → General
  </Step>

  <Step title="Find Danger Zone">
    Scroll to the "Danger Zone" section at the bottom
  </Step>

  <Step title="Click Delete">
    Click the "Delete" button next to "Delete Account"
  </Step>

  <Step title="Review What Will Be Deleted">
    Review the list of data that will be permanently removed:

    * Your profile and settings
    * Organizations where you are the only member
    * All repositories and associated data
    * All documents and uploaded files
    * All Plans and bug reports
    * All integrations
  </Step>

  <Step title="Confirm Deletion">
    Type DELETE in the confirmation field and click "Delete Account"
  </Step>
</Steps>

Before deleting your account:

* Transfer organization ownership if you're the sole owner
* Download any data you need to keep
* Cancel active subscriptions

## Troubleshooting

<AccordionGroup>
  <Accordion title="Cannot update email">
    Email changes may require verification. Check your inbox for a confirmation link. If you signed in with GitHub OAuth, your email is linked to your GitHub account.
  </Accordion>

  <Accordion title="Settings not saving">
    Check your internet connection and try refreshing the page. If the issue persists, clear your browser cache or try a different browser.
  </Accordion>

  <Accordion title="Cannot access organization settings">
    Only organization owners and admins can modify organization settings. Contact your organization owner to request access.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Organization" icon="users" href="/docs/settings/organization">
    Manage organization and members
  </Card>

  <Card title="Billing" icon="credit-card" href="/docs/settings/billing">
    Subscription and payments
  </Card>
</CardGroup>
