> For the complete documentation index, see [llms.txt](https://docs.wproofreader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wproofreader.com/v6.11.1/admin-panel/account-settings.md).

# Account settings

To access your account settings, click your user icon at the bottom left of the sidebar and select [Account settings](https://app.wproofreader.com/user/profile).

<div align="left"><figure><img src="/files/G0JthP4YtUCY5fnoYkb0" alt="" width="195"><figcaption></figcaption></figure></div>

### Profile information

You can update your name, email address, and photo. Make your changes and click **Save**.

If you change your email address, you'll need to verify the new one. A verification email will be sent to the new address. If you don't receive it, click **Click here to resend the verification email**.

<figure><img src="/files/HSsh5xvLOiKxXpQ7tHb0" alt="Profile information form with name, email, and photo"><figcaption></figcaption></figure>

Changing your profile email doesn't update your billing email. To update the billing email, go to the [Billing details](https://app.wproofreader.com/billing) page and edit the **Billing email** field in the Billing address section.

### Changing your password

1. Go to the **Change password** section on the Account settings page.
2. Enter your current password in the **Current password** field.
3. Enter your new password in the **New password** field and repeat it in the **Confirm password** field.
4. Click **Save**.

<figure><img src="/files/hzyRs3WgV4A7xnVSN3HA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The password must be at least 8 characters and include at least one uppercase and one lowercase letter. A strength indicator below the field shows the password strength from very weak to very strong.
{% endhint %}

### Browser sessions

The **Browser sessions** section shows your active sessions across all browsers and devices. You can log out of all sessions at once if needed.

<figure><img src="/files/YZvdLppg4F7Eme9oba2u" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wproofreader.com/v6.11.1/admin-panel/account-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
