# My Account

Manage your personal sign-in details and security settings.

You can access this page at <https://om.bitbond.com/admin/account>.

On **My Account**, you can:

* View your assigned role (Owner, Admin, Viewer, or Super Admin) and sign-in email.
* Update how your name appears in the app and in notifications.
* Change your sign-in email address (verification required).
* Manage your account’s security settings, including changing your password, reviewing active sessions, and enabling two-factor authentication.

> **Note:** Your role (Owner, Admin, Viewer, or Super Admin) is read-only here. To modify team roles or invite new users, go to [Team Management](https://docs.bitbond.com/asset-tokenization-suite/offering-manager/admin/team).

## Profile

The **Profile** card at the top of the page displays your current role and email address:

* **Role:** Shows your assigned role within the platform (Owner, Admin, Viewer, or Super Admin).
* **Email:** Your current sign-in email address.

These values are read-only on this page.

## Name

Manage how your name appears in the app and in notifications.

1. Locate the **Name** card.
2. View your current full name under “Current name.” If no name is set, you will see “—.”
3. Click **Edit name** to enter edit mode.
4. Update your **First name** and **Last name** (each up to 100 characters).
5. Click **Save** to apply changes or **Cancel** to discard.

Upon successful update, a confirmation message appears.

## Email Address

Change the email address used for signing in and receiving account notifications. Changing your email requires a two-step verification process.

1. In the **Email Address** card, click **Change email**.
2. Under **New email address**, enter a valid email (e.g. `you@example.com`).
3. Click **Send verification code**. A 6-digit code is sent to the new address.
4. Enter the 6-digit code and click **Confirm**.
5. If you do not receive the code, click **Resend code**.

Error messages and success notifications appear inline. After confirmation, your sign-in email is updated automatically.

## Security

Use the **Security** card to manage your account’s sign-in security:

* **Change Password:** Update your current password.
* **Active Sessions:** Review and sign out of other active sessions.
* **Two-Factor Authentication:** Enable or manage 2FA if your account supports it.

Follow the on-screen prompts in the **Security** section to update your credentials and safeguard your account.


---

# 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.bitbond.com/asset-tokenization-suite/offering-manager/my-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.
