# 프로필

### 프로필

이 섹션에서는 사용자 이름, 비밀번호, 마케팅 설정, 이중 인증, 계정 삭제 등 프로필 내 다양한 설정을 확인하고 관리하는 방법에 대해 설명합니다.

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

### 사용자 이름 (User Name)

* 현재 사용자 이름을 확인하거나 변경할 수 있습니다.

### 이메일 ID (Email ID)

* 등록된 이메일 주소가 읽기 전용으로 표시됩니다.\
  이메일 주소는 변경할 수 없으니 유의하시기 바랍니다.

### Password <a href="#password" id="password"></a>

<div align="left"><figure><img src="/files/2BXu118TqhvJ2fu5IqXJ" alt=""><figcaption></figcaption></figure></div>

비밀번호를 업데이트하려면 다음 절차를 따르세요.

1. **\[수정]** 버튼을 클릭하여 **비밀번호 변경** 창을 엽니다.
2. 현재 비밀번호를 입력합니다.
3. 새로운 비밀번호를 입력합니다. 다음 조건을 충족해야 합니다.

* 길이: 8\~30자
* 대문자와 소문자를 모두 포함할 것
* 숫자를 최소 1개 포함할 것
* 특수 문자를 포함할 것 (예: @, #, $, ! 등)

4. 새 비밀번호를 한 번 더 입력하여 확인합니다.
5. **\[제출]** 버튼을 클릭하여 완료합니다.

### 역할 (Role)

* 시스템 내에서 자신의 역할(Role)을 확인할 수 있습니다.

### 마케팅 수신 동의 (Marketing Opt-in Agreement)

* **Opt-in / Opt-out** 옵션을 통해 마케팅 정보 수신 여부를 선택할 수 있습니다.

### 이중 인증(2FA) 활성화 방법

<div align="left"><figure><img src="/files/D3a2J8rF687o2tp8Y5Ux" alt=""><figcaption></figcaption></figure></div>

계정 보안을 강화하기 위해 다음 절차에 따라 이중 인증(2FA)을 활성화하세요.

1. 지원되는 2FA 애플리케이션을 다운로드하고 설치합니다.
2. 화면에 표시된 **QR 코드**를 스캔하거나, 제공된 **시크릿 코드**를 앱에 입력합니다.
3. 2FA 애플리케이션에 표시된 인증 코드를 입력합니다.
4. **\[제출]** 버튼을 클릭하여 계정에 2FA를 활성화합니다.

### 계정 삭제 <a href="#delete-account" id="delete-account"></a>

<div align="left"><figure><img src="/files/troQ5Zmbv0ozjUAFX4CO" alt="" width="375"><figcaption></figcaption></figure></div>

계정을 완전히 삭제하려면 다음 절차를 따르세요.

1. 계정 비밀번호를 입력합니다.
2. **\[삭제]** 버튼을 클릭하여 계정을 완전히 삭제합니다.


---

# 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.opsnow.io/opsnow-user-guide-kr/setting/undefined.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.
