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

# Account settings

> Manage your Edge Impulse account profile, password, plan, multi-factor authentication, secrets, and organization access.

Your **Account settings** are where you manage everything tied to your personal Edge Impulse account, independent of any individual [project](/studio/projects/dashboard) or [organization](/studio/organizations/dashboard). You can reach this page at any time from [studio.edgeimpulse.com/studio/user-settings/account-info](https://studio.edgeimpulse.com/studio/user-settings/account-info), or by clicking your profile photo in the top right corner of the Studio and selecting **Account settings**.

The settings are organized into tabs in the left-hand menu: **Account**, **Password**, **Plans & Billing**, **Multi-factor authentication**, **Secrets**, and **Organizations**.

## Account

The **Account** tab holds your profile information. You can update your profile photo, name, job title, and company name, then click **Save changes** to apply them. Your email address is shown here but cannot be edited directly.

<Frame caption="The Account tab in your Edge Impulse account settings.">
  <img src="https://mintcdn.com/edgeimpulse/vbLbpPIIdK9WdHqb/.assets/images/account-settings/account.png?fit=max&auto=format&n=vbLbpPIIdK9WdHqb&q=85&s=9ee85f42c2cf576077f91a365a292351" width="1600" height="964" data-path=".assets/images/account-settings/account.png" />
</Frame>

### Administrative zone

At the bottom of the **Account** tab you will find the **Administrative zone**, which contains the **Delete your account** button.

<Frame caption="The Administrative zone, where you can delete your account.">
  <img src="https://mintcdn.com/edgeimpulse/vbLbpPIIdK9WdHqb/.assets/images/account-settings/delete-account.png?fit=max&auto=format&n=vbLbpPIIdK9WdHqb&q=85&s=03898f6c8e8191d313cf4abcdbfb99e2" width="1600" height="338" data-path=".assets/images/account-settings/delete-account.png" />
</Frame>

<Warning>
  Deleting your account is permanent and cannot be undone. If your account is the only admin user for an organization, you will need to delete the entire organization or nominate a new admin user before deleting your account. See [How can I delete my Edge Impulse account?](/knowledge/faq) for more details.
</Warning>

## Password

The **Password** tab lets you change your account password. Enter your current password, then your new password twice, and click **Save changes**.

<Frame caption="Changing your password.">
  <img src="https://mintcdn.com/edgeimpulse/vbLbpPIIdK9WdHqb/.assets/images/account-settings/password.png?fit=max&auto=format&n=vbLbpPIIdK9WdHqb&q=85&s=300d0f1940740ca7a8456b0a8a07b3b9" width="1600" height="964" data-path=".assets/images/account-settings/password.png" />
</Frame>

## Plans & Billing

The **Plans & Billing** tab shows your current plan and your compute usage for the month, broken down by CPU and GPU minutes. Use **View plan details** to review what your plan includes, or **Upgrade plan** to move to a higher tier. For a full comparison of available plans, see our [pricing page](https://edgeimpulse.com/pricing).

<Frame caption="Your current plan and compute usage.">
  <img src="https://mintcdn.com/edgeimpulse/vbLbpPIIdK9WdHqb/.assets/images/account-settings/plans-billing.png?fit=max&auto=format&n=vbLbpPIIdK9WdHqb&q=85&s=0694e716a166f73d61f5a2fdd5c3c495" width="1600" height="866" data-path=".assets/images/account-settings/plans-billing.png" />
</Frame>

## Multi-factor authentication

The **Multi-factor authentication** (MFA) tab lets you add an extra layer of security to your account. Click **Set up using Google Authenticator or Authy** and follow the prompts to register an authenticator app. Once configured, you will be asked for a one-time code from your authenticator app each time you sign in.

<Frame caption="Setting up multi-factor authentication.">
  <img src="https://mintcdn.com/edgeimpulse/vbLbpPIIdK9WdHqb/.assets/images/account-settings/mfa.png?fit=max&auto=format&n=vbLbpPIIdK9WdHqb&q=85&s=f341ae9a5ea1491c3898ac2f478f2065" width="1600" height="742" data-path=".assets/images/account-settings/mfa.png" />
</Frame>

## Secrets

The **Secrets** tab is used to hold sensitive data, like API keys for [synthetic data](/studio/projects/data-acquisition/synthetic-data) generation. Click **Add new secret** to create one. Secrets are stored securely and can be referenced from your projects without exposing the underlying values.

<Frame caption="Managing account secrets.">
  <img src="https://mintcdn.com/edgeimpulse/vbLbpPIIdK9WdHqb/.assets/images/account-settings/secrets.png?fit=max&auto=format&n=vbLbpPIIdK9WdHqb&q=85&s=fc99b9505db744748cb21a65a499aedd" width="1600" height="744" data-path=".assets/images/account-settings/secrets.png" />
</Frame>

To create a secret, click **Add new secret** and provide:

* **Name**: the identifier for your secret. It is passed in as an environmental variable, so use a name like `SECRET_NAME`.
* **Secret**: the sensitive value itself. This won't be visible after creating, so store a copy elsewhere if you need it.
* **Description**: an optional note describing what the secret is for.

Click **Add secret** to save it.

<Frame caption="Adding a new secret.">
  <img src="https://mintcdn.com/edgeimpulse/vbLbpPIIdK9WdHqb/.assets/images/account-settings/add-secret.png?fit=max&auto=format&n=vbLbpPIIdK9WdHqb&q=85&s=439b2480cb1070ad3a702117daa7b9e0" width="1586" height="924" data-path=".assets/images/account-settings/add-secret.png" />
</Frame>

## Organizations

The **Organizations** tab lists the organizations you belong to. Organizational features are only available for enterprise customers. To learn more about what organizations offer, see [Organizations](/studio/organizations/dashboard).

<Frame caption="The Organizations tab.">
  <img src="https://mintcdn.com/edgeimpulse/vbLbpPIIdK9WdHqb/.assets/images/account-settings/organizations.png?fit=max&auto=format&n=vbLbpPIIdK9WdHqb&q=85&s=b3f1ceaad950cf05d15e4ab296e7893b" width="1600" height="763" data-path=".assets/images/account-settings/organizations.png" />
</Frame>
