> For the complete documentation index, see [llms.txt](https://or-orbro-guide.gitbook.io/orbro-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://or-orbro-guide.gitbook.io/orbro-guide/settings/account-settings.md).

# 계정 설정

### 계정 설정에서 확인할 수 있는 내용

* 내 프로필 정보
* 계정 유형
* 수정 가능한 항목
* 보안 정보 변경 가능 여부

***

### 계정 유형별 차이

#### ORBRO 계정

ORBRO 계정은 이메일 주소와 휴대폰 번호를 사용하는 계정입니다.

수정 가능한 항목은 다음과 같습니다.

* 프로필 이미지
* 사용자 이름
* 등록된 이메일 주소
* 등록된 휴대폰 번호

#### Local 계정

Local 계정은 아이디와 비밀번호를 사용하는 계정입니다.

수정 가능한 항목은 다음과 같습니다.

* 프로필 이미지
* 비밀번호

***

### 참고해 주세요

* 수정 가능한 항목은 계정 유형에 따라 다르게 표시될 수 있습니다.
* 계정 정보 변경 전에는 현재 로그인한 계정이 본인 계정인지 먼저 확인하는 것이 좋습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://or-orbro-guide.gitbook.io/orbro-guide/settings/account-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
