# My Account

SysmasterDB 계정이 있는 사용자라면 누구나 접속할 수 있는 페이지로 자신의 인적정보, 그룹 정보 등을 확인하고 수정할 수 있는 화면이다.

만약 속한 그룹이 없다면 Group 항목에서는 아무것도 조회되지 않는다.

#### Case 1. 그룹에 속하지 않은 경우

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

#### Case 2. 그룹에 속한 경우

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

### User Info

| 항목           | 설명                     |
| ------------ | ---------------------- |
| User ID      | 사용자 아이디                |
| Create Date  | 사용자 계정 생성 날짜           |
| Mail Address | 사용자 이메일 주소             |
| Date Format  | 사용자의 서비스 화면에 표시될 날짜 형식 |
| Phone Number | 사용자 휴대전화 번호            |

### Group

| 항목          | 설명                                   |
| ----------- | ------------------------------------ |
| Group       | 그룹명                                  |
| Role        | 유저의 그룹 역할                            |
| Instance    | 그룹에 할당된 인스턴스 중 해당 유저가 권한이 있는 인스턴스 목록 |
| Create Date | 그룹이 생성된 날짜                           |
| Description | 그룹 설명                                |

###


---

# 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.tibero.com/sysmasterdb/8.3_manual/settings/my-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.
