# Profile & Security

Manage your personal account settings, security preferences, and active sessions from the Account page.

## Profile

Update your personal information:

1. Click your avatar in the top-right corner and select **Account**.
2. Edit your profile details:

| Field      | Description                                              |
| ---------- | -------------------------------------------------------- |
| First name | Your given name                                          |
| Last name  | Your family name                                         |
| Email      | Your email address (requires re-verification if changed) |
| Phone      | Your phone number (used for SMS-based MFA)               |
| Avatar     | Upload a profile picture                                 |

3. Click **Save**.

## Password

### Changing Your Password

1. Go to **Account > Password**.
2. Enter your current password.
3. Enter and confirm your new password.
4. Click **Update Password**.

Your new password must meet the tenant's password policy requirements. The form shows these requirements as you type.

## Multi-Factor Authentication

### Setting Up MFA

1. Go to **Account > Security > Multi-Factor Authentication**.
2. Click **Set Up** next to your preferred method:
   * **Authenticator app**: Scan the QR code with your authenticator app and enter the verification code.
   * **SMS**: Enter your phone number and verify with a code.
   * **Email**: Verify using a code sent to your email.
3. Save your **recovery codes** in a secure location. These are one-time-use codes for accessing your account if you lose your MFA device.

### Managing MFA

* **Change method**: Set up a new method and disable the old one.
* **Regenerate recovery codes**: Go to MFA settings and click **Regenerate Codes**. This invalidates all previous codes.
* **Disable MFA**: Click **Disable** next to the active method. This may not be available if your tenant requires MFA.

## Passkeys

Passkeys let you sign in using biometrics (fingerprint, face recognition) or a hardware security key.

### Adding a Passkey

1. Go to **Account > Security > Passkeys**.
2. Click **Add Passkey**.
3. Follow your browser or device prompts to register the passkey.
4. Give the passkey a name (e.g., "MacBook Pro", "YubiKey").

### Managing Passkeys

* View all registered passkeys with their name and last-used date.
* Remove a passkey by clicking **Remove** next to it.
* You can register multiple passkeys for backup.

## Sessions

View and manage your active sessions:

1. Go to **Account > Sessions**.
2. See a list of all active sessions:

| Column      | Description                      |
| ----------- | -------------------------------- |
| Device      | Browser and operating system     |
| Location    | Approximate location based on IP |
| Last active | When the session was last used   |
| Status      | Current or other session         |

3. Click **End Session** next to any session to terminate it.
4. Click **End All Other Sessions** to terminate everything except your current session.


---

# 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://accessiq.gitbook.io/accessiq-docs/my-account/profile-and-security.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.
