# Manage OnlyMonster Account Information

You can access these settings from any Menu tab by clicking on your **Profile Picture → Manage Account**

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

This menu is divided into two sections — Account and Security.

## Account

### Customizing account details

To change your account details — such as your **profile photo, first name**, or **last name** — click on the **name bar**. You can upload a new profile picture from your device using the **Upload Image** button. Once you've made your changes, press **Continue** to save them.

<figure><img src="/files/9un1cOxoMqpfqef8LZbc" alt=""><figcaption></figcaption></figure>

### Email Setup

To add a new email, click **Add an Email Address**. After entering the new email, you’ll receive a confirmation code. Once confirmed, the new email can be used to restore your account if needed.

Clicking on the **email bar** will let you manage the email addresses associated with your account. You can designate one email address as the **primary email** or delete it from the account. If you delete your primary email, the next available email address will automatically become the new primary one.

The **primary email** will be used for logging in and receiving emails from OnlyMonster.

<figure><img src="/files/eamIYEUQlh3n1ujJztCG" alt="" width="563"><figcaption></figcaption></figure>

## Security

In the **Security** section, you can change your password, enable two-step verification, and manage the sessions where your account is logged in.

<figure><img src="/files/gyEjeq0yMJ9u3duoizEP" alt="" width="563"><figcaption></figcaption></figure>

### Password change

To change your password, select **Change Password**. You’ll need to enter both your current password and the new one, then confirm it. You can **Sign out of all other devices** to log out of your account on all other devices once the password is changed.

If you forgot your password and need to reset it, check the [Forgot Password](/troubleshooting/forgot-password.md) article for detailed steps to help you out.

<figure><img src="/files/isH21uO6jO2oZEWFxEIS" alt="" width="563"><figcaption></figcaption></figure>

### Managing active sessions

In the **Security** section, you can view detailed information about all devices where your account is currently logged in. To log out from a specific device, select it and click **Sign Out of Device**.

<figure><img src="/files/oOpTyyazZqVdXC57wUTR" alt="" width="563"><figcaption></figcaption></figure>

### Two-step verification

To enhance the security of your account, enable Two-Step Verification. To do this, click **Add Two-Step Verification**. Install a convenient two-factor authentication app on your mobile device and use it to scan the provided QR code. Once scanned, confirm the setup by entering the verification code from the app.

Be sure to download and keep a backup of the code. This will help you authenticate in the future if problems arise with the authenticator.

If you can’t scan the QR code, click **Can’t scan QR code?** and OnlyMonster will provide you with a **Key** and a **TOTP** link for your authentication app.

<figure><img src="/files/9eHW9UZmRExJx3k7vHJb" alt="" width="563"><figcaption></figcaption></figure>

**Two-step verification** adds an extra layer of security by requiring two steps to verify your identity: your password and a secondary factor, such as a code sent to your phone. This helps protect your account even if your password is compromised.


---

# 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.onlymonster.ai/team-and-security-management/manage-onlymonster-account-information.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.
