> For the complete documentation index, see [llms.txt](https://chord-on-code.gitbook.io/dansokgogo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chord-on-code.gitbook.io/dansokgogo/undefined/app/mypage.md).

# 내 정보 관리

**내 정보 관리** 화면에서 프로필을 관리합니다.

<figure><img src="/files/7n2sVcUDTX1NO3Q1Pjcr" alt="" width="188"><figcaption></figcaption></figure>

## 진입 경로

[홈 화면](/dansokgogo/undefined/app/home.md) 우측 상단 **설정(⚙️) 버튼** → 설정 페이지 → **내 정보 관리**

## 내 정보 관리 화면

| 항목          | 설명                                                                                |
| ----------- | --------------------------------------------------------------------------------- |
| 프로필 이미지     | 카메라 아이콘으로 사진을 선택하거나 삭제합니다.                                                        |
| 닉네임         | 화면에 표시되는 이름을 변경합니다(최대 12자).                                                       |
| 이메일 / 가입일   | 계정 정보 카드(읽기 전용)                                                                   |
| 변경사항 저장     | 닉네임 또는 이미지가 변경되었을 때만 활성화됩니다.                                                      |
| ⋮ 메뉴(우측 상단) | **로그아웃** / [**회원 탈퇴**](/dansokgogo/undefined/getting-started/account-deletion.md) |

## 계정 관리

* **로그아웃** — 현재 세션을 종료합니다.
* **회원 탈퇴** — 계정과 등록한 차량 정보가 모두 삭제되며 복구할 수 없습니다. 절차·주의사항은 [회원 탈퇴 (계정 삭제)](/dansokgogo/undefined/getting-started/account-deletion.md) 참고.

## 아파트 회원으로 전환하려면

홈 또는 설정 페이지 상단의 **"무료 체험 중"** 배너 → **자세히 보기** → [아파트 회원으로 전환하기](/dansokgogo/undefined/getting-started/upgrade.md) 절차를 따라가세요.


---

# 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://chord-on-code.gitbook.io/dansokgogo/undefined/app/mypage.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.
