# Account

## Login

Open a web browser and go to the Replica URL provided by your administrator. Sign in with the credentials you were given.

On your first login, you may be asked to change your password, accept terms of use, or set up one-time passwords. This depends on your organization's settings.

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

{% hint style="danger" %}
For security reasons, you cannot bookmark the generic login page. If you want a bookmark, save the exact login URL from your administrator or bookmark the site after you sign in.
{% endhint %}

{% hint style="info" %}
Available features depend on your account permissions and your organization's Replica subscription. If you need additional access, contact your Replica administrator.
{% endhint %}

## Logout

To sign out, click your username in the top-right corner and select **Log out**. This ends your session and returns you to the login page.

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

## Manage Account

Use **Manage Account** to update basic account settings such as your name, email, and password. You can also reset your password or one-time password (OTP) authenticator. Every action requires re-authentication.

{% stepper %}
{% step %}

### Access Manage Account

In the top-right corner, click your username, then select **Manage Account**.

<figure><img src="/files/QmmyAYlc2eNJZsGzNKME" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Account Management page

The Account Management page opens. From here, you can perform basic account actions.

<figure><img src="/files/6z0MeR3Y5TI2GqnpuiNs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Re-authenticate for actions

Every action on this page requires re-authentication because it changes account-level settings. When you select an action, a prompt appears and walks you through that step.

<figure><img src="/files/cHU6FvYCzzGsjpJQHR4S" alt="" width="231"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Change Password

Use **Change Password** to update your password. On your next login, use the new password.

{% stepper %}
{% step %}

### Open Change Password

After you select **Change Password** and re-authenticate, the password form opens.

<figure><img src="/files/MTgi9jExIR4tJPVXDocb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Submit and use new password

Submit the form to save your new password. Use that password the next time you sign in.
{% endstep %}
{% endstepper %}

## Reset OTP

Use **Reset OTP** to reset the one-time password method for the current user. After the reset, you must register a new authenticator device.

{% stepper %}
{% step %}

### Initiate Reset OTP

After you select **Reset OTP** and re-authenticate, you return to the Manage Account page and see the following prompt.

<figure><img src="/files/FF5PywI60GabvKC3aJdw" alt="" width="231"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Confirm Reset OTP

Click **Reset OTP** to continue. On your next login, enter your username and password as usual. Replica then takes you to the OTP setup page and shows the steps to register a new authenticator.

<figure><img src="/files/aWg80y1tCMHJWxi79iVY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Complete OTP setup

Complete the setup steps to finish sign-in and return to the application.
{% endstep %}
{% endstepper %}


---

# 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.replicacyber.com/user-guide/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.
