# Changing your password

Tablion users are able to change their password after signing up. Users may wish to change their password:

* If it is weaker than required by their organisation
* When compromise is suspected
* After a data breach
* If it has been shared or leaked

### How to change your password

1. Select 'My Account' from your username dropdown.

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

2. Select 'Change Password'.

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

3. Populate the 'Old password' field with your current password.

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

**Note:** Select any of the eye icons (below) to toggle password visibility for all fields of the 'Change Password' page.

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

4. Populate the 'New password' field with the password you wish to use, ensuring this new password contains at least 8 characters, and is not:
   * Too similar to your other personal account information
   * A commonly used password
   * Entirely numeric
   * The same as your current password.

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

5. Populate the 'Confirm new password' field with the same password you entered into the 'New password' field, ensuring they match exactly.

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

6. Select 'Change my password'. An email confirming you made this change will be sent to your account's associated email address (no action is required, as you did make this change).

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


---

# 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://tablion-help.aristotlemetadata.com/changing-your-password.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.
