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

# Settings

> Common questions about account settings and preferences

<img style={{ borderRadius: '0.5rem' }} className="block dark:hidden" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Light" width="1500" height="500" data-path="assets/cover/cover.svg" />

<img style={{ borderRadius: '0.5rem' }} className="hidden dark:block" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Dark" width="1500" height="500" data-path="assets/cover/cover.svg" />

# Settings Overview

<AccordionGroup>
  <Accordion title="What settings are available?">
    **Settings on app.kash.bot**

    Open **Settings** in the webapp to manage:

    * **Language:** English, Spanish, Portuguese, Russian, and Chinese
    * **Theme:** light and dark mode
    * **Notifications:** in-app and browser/device push preferences
    * **Privacy:** control your data and profile visibility
    * **API keys:** create and manage keys for the [Kash API](https://docs.kash.bot)
    * **Trading bot:** authorize your X account for tweet-based trading

    Changes take effect immediately and persist across your sessions and devices.
  </Accordion>

  <Accordion title="How do I change the language or theme?">
    **Display Preferences**

    * **Language:** pick from English, Spanish, Portuguese, Russian, or Chinese in Settings — the interface updates instantly
    * **Theme:** switch between light and dark mode

    Your choice is saved to your account, so it follows you across devices.
  </Accordion>

  <Accordion title="How do I manage notifications?">
    **Settings → Notifications**

    * Toggle **in-app** notifications for the notification center
    * Enable **browser / device push** to get alerts even when the tab is closed — your browser will ask for permission
    * **iOS:** install app.kash.bot as a PWA (Share → Add to Home Screen) to receive push notifications on iPhone

    See the [Notifications FAQ](/getting-started/faqs/notifications) for the available categories.
  </Accordion>

  <Accordion title="How do I set up tweet trading?">
    **Settings → Trading Bot**

    Tweet-based trading is opt-in:

    1. Open **Settings → Trading bot**
    2. Authorize your X account
    3. Once connected, you can place trades by tweeting at **Kash's dedicated trading account** — the current handle is linked from the [@kash\_bot](https://x.com/kash_bot) profile

    You can revoke the authorization at any time from the same page.
  </Accordion>

  <Accordion title="How do I manage API keys?">
    **Settings → API Keys**

    * Create API keys for programmatic access to your account
    * Copy the key at creation time — treat it like a password
    * Revoke keys you no longer use

    See the [Developer Docs](https://docs.kash.bot) for authentication, scopes, and rate limits.
  </Accordion>

  <Accordion title="What privacy controls do I have?">
    **Privacy Settings**

    * Manage your data and profile visibility from **Settings → Privacy**
    * Keep in mind that on-chain activity is inherently public: trades from your wallet are visible on the Base blockchain regardless of in-app settings
  </Accordion>
</AccordionGroup>

# Account-Level Settings

<AccordionGroup>
  <Accordion title="How do I add a recovery email?">
    Add or update your recovery email in **Settings**. This is your safety net if you lose access to your primary login method — set it up early. See the [Account FAQ](/getting-started/faqs/account) for the full recovery picture.
  </Accordion>

  <Accordion title="How do I export my wallet key?">
    You can export your embedded wallet's key from **Settings**. This gives you independent access to your smart account outside of Kash. Store it securely and never share it — see the [Security FAQ](/getting-started/faqs/security).
  </Accordion>
</AccordionGroup>

# Troubleshooting Settings

<AccordionGroup>
  <Accordion title="Why aren't my settings saving?">
    **Quick Fixes**

    1. **Refresh** the page and try again
    2. **Clear cache** and cookies for app.kash.bot
    3. **Try another browser** to rule out extensions or compatibility issues
    4. **Check your connection** — settings save to your account and need a stable connection

    Still stuck? Use the in-app feedback widget to report a bug (attach a screenshot), or email **[support@kash.bot](mailto:support@kash.bot)**.
  </Accordion>

  <Accordion title="Why aren't push notifications working?">
    * Confirm push is enabled in **Settings → Notifications**
    * Check that your browser/OS allows notifications from app.kash.bot
    * On iOS, push only works from the installed PWA — add app.kash.bot to your home screen first
  </Accordion>
</AccordionGroup>

<Tip>
  Most preferences live in one place: **Settings** on app.kash.bot. Language, theme, notifications, privacy, API keys, and the trading bot are all managed there.
</Tip>

<CardGroup cols={2}>
  <Card title="Account Security" icon="shield" href="/getting-started/faqs/security">
    Learn about security settings
  </Card>

  <Card title="Account Management" icon="user" href="/getting-started/faqs/account">
    Manage your account
  </Card>
</CardGroup>
