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

# Settings

> Manage your bot settings and preferences

## Bot Settings

Access the settings menu with the `/settings` command to manage your bot preferences and account options.

## Available Settings

<AccordionGroup>
  <Accordion title="Slippage Tolerance">
    Set your acceptable slippage percentage for trades. Higher slippage means faster execution but potentially worse prices.

    **Default:** 0.5%

    **Recommended:** 0.1% - 1%
  </Accordion>

  <Accordion title="Default Leverage">
    Set your preferred leverage for quick trades. This is used when you don't specify leverage in commands.

    **Default:** 5x

    **Range:** 1x - 100x
  </Accordion>

  <Accordion title="Trade Notifications">
    Enable or disable notifications for:

    * Order fills
    * Liquidation warnings
    * Points updates
    * Referral activity
  </Accordion>

  <Accordion title="Price Alerts">
    Set custom price alerts for any asset. Get notified when price reaches your target.
  </Accordion>
</AccordionGroup>

## Account Management

### View Wallet

Display your wallet address and account details:

* Public address
* Account ID
* Creation date

### Export Keys

<Warning>
  **Advanced users only!** Exporting private keys is NOT recommended. Keys are securely stored in Turnkey.
</Warning>

If you absolutely need to export:

1. Open `/settings`
2. Select "Export Keys"
3. Confirm you understand the risks
4. Keys will be sent via encrypted message

<Note>
  We strongly recommend keeping keys in Turnkey for maximum security.
</Note>

## Security Settings

### Two-Factor Authentication

Enable 2FA on your Telegram account for additional security:

1. Open Telegram Settings
2. Privacy and Security
3. Two-Step Verification
4. Set a password

### Session Management

View active sessions and logout from other devices if needed.

### Backup & Recovery

<Steps>
  <Step title="Save your wallet address">
    Keep a copy of your wallet address in a safe place
  </Step>

  <Step title="Enable Telegram 2FA">
    Protect your Telegram account with two-factor authentication
  </Step>

  <Step title="Secure your recovery">
    Your account is tied to your Telegram ID - keep your Telegram account secure!
  </Step>
</Steps>

## Preferences

### Display Settings

* Currency display format (USD, EUR, etc.)
* Decimal precision
* Time zone

### Language

Currently supported:

* English
* More languages coming soon

### Interface Mode

* Simple mode (basic commands only)
* Advanced mode (full features)

## API Settings

### Lighter API Keys

Your Lighter API keys are automatically managed and synced:

* Auto-generated on first trade
* Auto-refreshed when needed

<Tip>
  You don't need to manually manage API keys - the bot handles everything!
</Tip>

## Contact Support

Need help with settings?

1. Use `/settings` command
2. Select "Contact Support"
3. Describe your issue
4. Our team will respond ASAP

Or reach out through:

* Telegram community
* Twitter DMs

## Reset Settings

To reset all settings to default:

1. Open `/settings`
2. Scroll to bottom
3. Select "Reset to Defaults"
4. Confirm action

<Warning>
  This will reset ALL preferences but won't affect your trades or balance.
</Warning>
