# Profile and Settings

Your profile and settings let you manage your account details, secure your account with two-factor authentication, and customize how the platform looks and feels. Everything on this page applies to your user account across all projects.

### Where to Find It

Click **Account** in the sidebar (or your profile icon in the header), then click **Profile**. You'll see several sections: Profile, Settings, Change Password, and Two-Factor Authentication.

***

### Profile

The Profile section shows your basic account information. You can update your first name, last name, and email address. If your email is not yet verified, a **Verify** button appears—click it to receive a verification link. After you verify, the button disappears.

1. Edit your first name, last name, or email.
2. Click **Save** to apply your changes.

{% hint style="info" %}
Your name and email appear in messages and notifications. Keep them up to date so your team and customers see the correct information.
{% endhint %}

***

### Settings

The Settings section lets you customize how the platform appears to you. You can choose a theme and language.

* **Theme** – Choose System (follows your device), Light, or Dark. The interface updates immediately when you save.
* **Language** – Select your preferred language. The page may reload after you save if the language changes.

1. Select your theme and language.
2. Click **Save** to apply your changes.

***

### Change Password

Use this section to update your password. You'll need your current password to sign in after changing it.

1. Enter your new password in the **New password** field.
2. Enter the same password again in the **Confirm new password** field.
3. Click **Save**.

{% hint style="success" %}
After you save, your password is updated. Use the new password the next time you sign in.
{% endhint %}

***

### Two-Factor Authentication

Two-factor authentication (2FA) adds an extra layer of security to your account. When enabled, you'll need your password plus a code from an authenticator app (such as Google Authenticator or Authy) to sign in.

#### Enabling 2FA

1. Click **Generate QR code**.
2. Scan the QR code with your authenticator app, or enter the security code manually if your app supports it.
3. Enter the 6-digit code from your app in the **Security code** field.
4. Enter your password to confirm.
5. Click **Save**.

Once enabled, you'll see a success message. The next time you sign in, you'll be asked for a code from your app.

#### Disabling 2FA

If you need to turn off two-factor authentication, click **Disable** at the bottom of the section. You'll need to confirm. After that, you can sign in with just your password again.

{% hint style="warning" %}
If you lose access to your authenticator app, you may not be able to sign in. Keep your recovery codes or backup method in a safe place.
{% endhint %}

***

### Delete Account

At the bottom of the page, you'll find an option to delete your account. This permanently removes your account and all associated data. This action cannot be undone.

{% hint style="danger" %}
Deleting your account is permanent. All your projects, customers, reviews, and settings will be removed. If you manage a space, your team members may lose access. Contact support if you have questions before proceeding.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moregoodreviews.com/accounts/profile-and-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
