> For the complete documentation index, see [llms.txt](https://runyourai.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runyourai.gitbook.io/userguide/runyour-agent/workspace/undefined-4.md).

# 계정 정보 관리

#### 계정 메뉴 열기

사이드바 좌측 하단의 **프로필**을 클릭하면 요약 정보와 함께 **\[계정 정보] · \[로그아웃]** 메뉴가 나타납니다. **계정 정보**를 클릭하면 계정 정보 페이지로 이동합니다.

<div data-with-frame="true"><figure><img src="/files/Z6e2qZJEjL4Hj9DILhNI" alt=""><figcaption><p><strong>계정 팝오버</strong> — 프로필 요약과 계정 정보·로그아웃 메뉴입니다</p></figcaption></figure></div>

#### 프로필 정보 수정

1. 계정 정보 페이지의 프로필 섹션에서 **이름** 필드를 수정합니다.
2. **변경 사항 저장**을 클릭하면 이름이 즉시 업데이트되고, 사이드바 프로필을 포함한 전체 화면에 동기화됩니다.

#### 비밀번호 변경

1. 비밀번호 변경 섹션에서 '현재 비밀번호', '새 비밀번호', '새 비밀번호 확인'을 입력합니다.
2. **비밀번호 변경**을 클릭하면, 현재 비밀번호 일치와 새 비밀번호 교차 검증을 거쳐 변경되고 완료 토스트가 표시됩니다.
3. 입력값이 일치하지 않으면 인라인 오류가 표시되고 버튼이 비활성화됩니다.


---

# 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://runyourai.gitbook.io/userguide/runyour-agent/workspace/undefined-4.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.
