> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Profile options

> Manage personal account options — time zone, language, OTP, password, and user history — from the profile menu in the bottom-left corner of the dashboard.

Click your **account email in the bottom-left corner** of the dashboard to open the profile menu. From this menu you can manage the key options for your personal account without signing out.

<Frame caption="Dashboard profile menu">
  <img src="https://mintcdn.com/argosidentity/UU_wUK3qPbRH_jka/images/dashboard/new/profile/profile_menu_en.png?fit=max&auto=format&n=UU_wUK3qPbRH_jka&q=85&s=5c059da7d4b48fda5a02e4a78e808008" alt="Dashboard profile menu opened from the account email in the bottom-left corner, showing Time Zone, Language, OTP Setup, Change Password, User History, Support, Notice, and Sign Out items" width="181" height="295" data-path="images/dashboard/new/profile/profile_menu_en.png" />
</Frame>

***

## Time Zone

Sets the reference time zone for all dates and times shown in the dashboard. Submission timestamps, user history, and event logs are all displayed in the selected time zone.

* Default: **Korea - Seoul** (KST)
* The change is applied across the dashboard immediately.

***

## Language

Select the dashboard UI language. The currently supported languages are:

| Language | Value     |
| -------- | --------- |
| English  | `English` |
| Korean   | `한국어`     |

<Note>
  The dashboard UI language is independent from the end user's language in the KYC liveform. For liveform language, see the [Query String and Token Guide](/en/idcheck/getting-started/liveform-url/querystring-and-token-guide).
</Note>

***

## OTP Setup

Enables **One-Time Password (OTP)** two-factor authentication for dashboard sign-in. Once OTP is set up, you must enter an OTP code after your password to complete sign-in.

| State          | Label                 |
| -------------- | --------------------- |
| Not configured | `Not Set` badge shown |
| Configured     | No badge              |

### How to configure

<Steps>
  <Step title="Click OTP Setup">
    In the profile menu, click **OTP Setup**.
  </Step>

  <Step title="Register with an authenticator app">
    Scan the on-screen QR code with a TOTP-compatible app such as Google Authenticator or Authy.
  </Step>

  <Step title="Enter the OTP code">
    Enter the 6-digit code shown in your authenticator app to finish enrollment.
  </Step>
</Steps>

<Warning>
  If you lose access to your authenticator app, you will not be able to sign in. Keep a backup device or contact your administrator.
</Warning>

***

## Change Password

<span style={{backgroundColor: '#EEF4FF', color: '#0064FF', padding: '2px 8px', borderRadius: '12px', fontSize: '12px', fontWeight: '600'}}>New in 2026-04</span>

Previously, changing your password required signing out and going through the **Forgot Password** flow. You can now change your password directly from the profile menu via **Change Password** while signed in. The flow branches based on whether OTP is enabled.

### When OTP is not set

<Steps>
  <Step title="Click Change Password">
    In the profile menu, click **Change Password** to open the modal.
  </Step>

  <Step title="Enter current password">
    Enter your current password to verify your identity.
  </Step>

  <Step title="Enter new password">
    Enter the new password, confirm it in the second field, and save.

    <Check>
      When the change succeeds, the modal closes with a success message. Your existing session stays active — you do not need to sign back in.
    </Check>
  </Step>
</Steps>

### When OTP is set

<Steps>
  <Step title="Click Change Password">
    In the profile menu, click **Change Password**.
  </Step>

  <Step title="Verify with OTP">
    Enter the OTP code from your authenticator app to verify your identity.
  </Step>

  <Step title="Enter new password">
    Enter the new password, confirm it in the second field, and save.

    <Check>
      When the change succeeds, the modal closes with a success message.
    </Check>
  </Step>
</Steps>

<Tip>
  This feature was added in the April 2026 update. See the [April 2026 update](/en/idcheck/notices/2026-04-update#change-account-password-from-the-dashboard) for details.
</Tip>

***

## User History

Review the recent activity of the currently signed-in account — sign-in timestamps, source IPs, and major dashboard setting changes — in chronological order.

<Tip>
  For access delegation and sign-in log policies, see the [Access Control](/dashboard/en/project-management/security-settings/access-control) guide.
</Tip>

***

## Support and Notice

* **Support**: Opens the ARGOS Identity customer support page in a new tab.
* **Notice**: Opens the product announcements and updates page in a new tab. You can also browse the same content in the [Product Updates overview](/en/idcheck/notices/overview).

***

## Sign Out

Ends the current session and returns to the sign-in screen. Always sign out when you are done on shared or public devices.
