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

# Account Management

> Manage your profile, security settings, and API keys

# Account Management

## Profile Settings

Access your profile settings from the top-right menu:

* **Personal Information**: Update your name, email
* **Password Management**: Change your password or enable two-factor authentication

## API Key Management

### Creating API Keys

<Steps>
  <Step title="Access API Keys">
    Go to the "API Keys" section in your dashboard
  </Step>

  <Step title="Generate New Key">
    Click "Generate New API Key"
  </Step>

  <Step title="Name Your Key">
    Give your key a descriptive name (e.g., "My Website Integration")
  </Step>

  <Step title="Copy and Store">
    Copy your API key immediately and store it securely
  </Step>
</Steps>

### API Key Best Practices

<Card title="Security Guidelines">
  * Never share API keys via email or chat
  * Use different keys for different environments (dev, staging, production)
  * Rotate keys periodically for enhanced security
  * Monitor key usage for unusual activity
  * Store keys in environment variables, not in code
</Card>

### Revoking API Keys

If an API key is compromised:

1. **Immediate Action**: Go to your API Keys section
2. **Revoke**: Click "Revoke" next to the compromised key
3. **Generate New**: Create a new API key with a different name
4. **Update Applications**: Replace the old key in all your applications

<Warning>
  Revoking an API key immediately stops all applications using that key. Make sure to update your applications with a new key.
</Warning>
