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

# Account Management

> Manage your email, password, linked sign-in providers, and account settings.

## Accessing account settings

1. Click the **gear icon** in the nav rail to open Settings.
2. Select the **Account** tab.

## Change your email address

<Steps>
  <Step title="Go to Settings → Account">
    Open the settings panel and navigate to the Account section.
  </Step>

  <Step title="Click on your email address">
    Your current email is displayed. Click **Change Email**.
  </Step>

  <Step title="Enter your new email">
    Type your new email address and confirm it.
  </Step>

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

## Change your password

<Steps>
  <Step title="Go to Settings → Account">
    Open the settings panel.
  </Step>

  <Step title="Click Change Password">
    Enter your current password, then enter and confirm your new password.
  </Step>

  <Step title="Click Save">
    Your password is updated immediately.
  </Step>
</Steps>

<Note>
  If you signed up with Google or Discord and don't have a password set, you can add one in the Account settings. This lets you sign in with email and password as an additional option.
</Note>

## Linked sign-in providers

You can link multiple sign-in methods to your account:

* **Email and password**
* **Google**
* **Discord**
* **Magic link**

### Link a new provider

1. Go to **Settings → Account**.
2. Under **Linked Providers**, click **Link** next to the provider you want to add.
3. Authorize the connection.

### Unlink a provider

1. Go to **Settings → Account**.
2. Click **Unlink** next to the provider you want to remove.

<Warning>
  You must keep at least one sign-in method active. You can't unlink your last remaining provider.
</Warning>

## Delete your account

If you want to permanently delete your account:

1. Go to **Settings → Account**.
2. Scroll to the bottom and click **Delete Account**.
3. Confirm the deletion by typing your email address.

<Warning>
  Account deletion is permanent and cannot be undone. All your strategies, training data, session history, and account information will be permanently removed.
</Warning>

If you want to keep your data before deleting, export your strategies as `.rsharp` files first. See [File Import & Export](/import-export/file-import-export).
