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

# 계정 설정

### 내 계정

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

개인 프로필 정보를 확인하고 관리하는 공간입니다.

* **정보 수정**: 이름, 이메일 주소, 비밀번호 항목 우측의 `>` 버튼을 클릭하여 정보를 수정할 수 있습니다.
* **회원 탈퇴**: 화면 하단에 위치한 버튼을 통해 탈퇴를 진행할 수 있습니다.

***

### 연결된 앱

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

업무 툴을 연동하여 계약 일정을 관리하고 파일을 간편하게 불러올 수 있는 공간입니다.

* **연동 및 해제 방법**\
  각 앱 카드 우측 상단의 버튼(`[연결하기]` 또는 `[연결됨]`)을 클릭하여 계정 인증을 진행하거나 연동을 해제할 수 있습니다.
* **Slack**\
  연동 시 계약서의 담당 에디터(Editor) 계정으로 주요 일정 리마인드가 DM으로 발송됩니다.
* **Google**\
  구글 계정을 연동하면 드라이브에서 계약서 파일을 손쉽게 불러올 수 있으며, 계약 정보에 입력된 5대 주요 일정이 개인 구글 캘린더에 '종일 일정'으로 자동 등록됩니다. (구글 캘린더 일정 유형 자세히 알아보기)

{% hint style="info" %}
타임라인 카드, 첨부파일, 코멘트는 동기화에서 제외됩니다.
{% endhint %}


---

# 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://guide.allibee.ai/cue/settings/account.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.
