# Account Profile

Overview The Profile section under Settings in the AR Genie Portal allows users to manage personal information, update login credentials, set up authentication methods, review active sessions, manage connected applications, and access login history.

<figure><img src="/files/JakhT6L3knax74u1tNGg" alt=""><figcaption><p>Account Profile Overview</p></figcaption></figure>

***

## Account Overview

The Account Overview page displays user profile information and allows editing of basic details.

Features:

* View Profile / Edit Account: Access and modify personal details.
* First Name / Last Name: Update user name.
* Email: Registered email address (used for login and notifications).
* Company Name: Organization name associated with the account.
* Phone Number: Contact number for verification or alerts.
* Back to Application: Return to the main portal interface.

&#x20;

<figure><img src="/files/yEctOcySezF3USsrsCve" alt=""><figcaption><p>Account Overview in AR Genie Portal.</p></figcaption></figure>

## Change Password

This section allows users to securely update their account password.

{% stepper %}
{% step %}

### Enter current password

Input your Current Password.
{% endstep %}

{% step %}

### Enter new password

Input your New Password.
{% endstep %}

{% step %}

### Confirm new password

Retype the new password to confirm.
{% endstep %}

{% step %}

### Save

Click Save to update your credentials.
{% endstep %}
{% endstepper %}

<figure><img src="/files/SbflCUTqEJketbrhJqHQ" alt=""><figcaption><p>Change Password Screen</p></figcaption></figure>

## Two-Factor Authentication (Authenticator)

Enhance your account security using an authenticator app.

{% stepper %}
{% step %}

### Open authenticator app

Open your preferred Authenticator App (e.g., Google Authenticator).
{% endstep %}

{% step %}

### Scan QR code

Scan the displayed QR Code with the authenticator app.
{% endstep %}

{% step %}

### Enter one-time code

Enter the One-Time Code generated by the app.
{% endstep %}

{% step %}

### Assign device name

Assign a Device Name for easy management.
{% endstep %}

{% step %}

### Save

Click Save to complete setup.
{% endstep %}
{% endstepper %}

<figure><img src="/files/Gd1IaQWgiznyqyqfstOp" alt=""><figcaption><p>Two-Factor Authentication Setup</p></figcaption></figure>

## Sessions Management

View and control all active user sessions.

Displayed Information:

* IP Address
* Session Start Time
* Last Access Time
* Expiration Time
* Client Information

Users can click Log out all sessions to remotely terminate all active sessions except the current one.

<figure><img src="/files/Zagg8mT3dBGMLfwUb9t8" alt=""><figcaption><p>Sessions Management Screen</p></figcaption></figure>

## Applications

This page displays all connected applications, granted permissions, and user roles.

Details Include:

* Application Name
* Available Roles (e.g., `${workassist_role}`, `${livemetaassist_role}`)
* Granted Permissions
* Additional Grants
* Actions / Full Access Controls

&#x20;

<figure><img src="/files/jLStLjXxqZtPiKyzWwBR" alt=""><figcaption><p>Applications Overview</p></figcaption></figure>

## Account Log

The Account Log tracks login activity and related security events.

Log Fields:

* Date – Timestamp of login or event.
* Event – Type of event (e.g., login, logout).
* IP Address – Source of the connection.
* Client – Application or device used.

&#x20;

<figure><img src="/files/Q75bjxrcsylyzNjkLgxa" alt=""><figcaption><p>Account Log Table</p></figcaption></figure>

## Federated Identity & Social Login

Link your AR Genie account with third-party authentication providers like Google or Microsoft for Single Sign-On (SSO).

Features:

* Connect or disconnect linked social accounts.
* Simplify login using existing credentials.
* Improve security through centralized authentication.

&#x20;

<figure><img src="/files/PXmN1waMMRH3Jb48JDzD" alt=""><figcaption><p>Federated Identity and Social Login</p></figcaption></figure>

## Best Practices

* Enable Two-Factor Authentication for enhanced security.
* Regularly review sessions and terminate inactive ones.
* Keep profile information updated.
* Use Federated Login for faster and more secure sign-ins.

## ENDS


---

# 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.argenie.ai/ar-genie-remote-assist/remote-assist-on-web-portal/settings-ar-genie-remote-assist-web-portal/account-profile.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.
