# Managing your own user account

## Introduction

Having registered from a Patchworks account - or having been [added to a company profile as a user](/product-documentation/users-roles-and-permissions/creating-a-new-user-account-for-your-company-profile.md) - a user account is created for you. If required, you can [access your account settings](#accessing-your-account-settings) and:

* [Update your name and/or email address](#changing-your-account-name-or-email-address)
* [Enable/disable two-factor authentication](#enabling-disabling-two-factor-authentication)
* [Change your password](#changing-your-password)

## Accessing your account settings

To access your account settings, click your login name in the top, right-hand corner of the dashboard, then select the **account settings** option:

<div align="left"><figure><img src="/files/HS50Fn1UyojmPUc0wZ0V" alt="" width="375"><figcaption></figcaption></figure></div>

## Changing your account name or email address

**Step 1**\
Access your [account settings](#accessing-your-account-settings) page.

**Step 2**\
Update information in the **general** panel as needed:

<div align="left"><figure><img src="/files/Ws7teCcznv797T1EKWUT" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Remember that the email address specified here is used to log into the Patchworks dashboard.
{% endhint %}

**Step 3**\
Click the **save** button.

## Enabling/disabling two-factor authentication

If you want to enable/disable two-factor authentication for your account, move down to the **extra** panel and select the **multi-factor authentication** tab:

<div align="left"><figure><img src="/files/eKEnQleLWdcuVS79fEhU" alt=""><figcaption></figcaption></figure></div>

For more information please see our [two-factor authentication (2FA) page](/product-documentation/registration/two-factor-authentication-2fa.md).

## Changing your password

**Step 1**\
Click your login name in the top, right-hand corner of the dashboard, then select the **change password** option:

<div align="left"><figure><img src="/files/CA1zPoe2FSQvyHWs5fsO" alt="" width="375"><figcaption></figcaption></figure></div>

**Step 2**\
Complete the **change password** form by entering your existing password, followed by the new [password](broken://pages/sNrlmpgLbYhnny02igKi) required and confirmation of this:

<div align="left"><figure><img src="/files/NJd90lQu7alIE0cSl3M9" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
When setting your password, the following rules apply:

* A minimum length of 8 characters&#x20;
* At least 1 lowercase letter (a - z)&#x20;
* At least 1 uppercase letter (A - Z)&#x20;
* At least 1 number (0 - 9)&#x20;
* At least 1 special character (!, $, #, or %)
  {% endhint %}

**Step 3**\
Click the **submit** button to save changes.

{% hint style="info" %}
You may notice that there's a **reset password** option at the top of your [account settings](#changing-your-account-name-or-email-address) page. This option triggers a password reset email which includes a link to the password reset form shown above - so you achieve the same thing but with an extra step.&#x20;
{% 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://doc.wearepatchworks.com/product-documentation/users-roles-and-permissions/managing-your-own-user-account.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.
