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

# 계정 관리

**계정 관리** 메뉴에서는 회원 정보를 조회 및 변경하고 서비스에서 탈퇴할 수 있습니다.

<figure><img src="/files/pIpmeVQQWctt17T3JiTq" alt=""><figcaption><p>계정 관리</p></figcaption></figure>

<table><thead><tr><th width="178">구분</th><th>설명</th></tr></thead><tbody><tr><td>연동 계정</td><td>센터플로우 서비스와 연동된 소셜 계정의 이메일 주소</td></tr><tr><td>회사/단체명</td><td>서비스를 이용 중인 회사/단체명</td></tr><tr><td>담당자 이름</td><td>서비스를 구독 신청 및 관리할 회사/단체 대표 담당자 이름</td></tr><tr><td>담당자 이메일</td><td>서비스를 구독 신청 및 관리할 회사/단체 대표 이메일 주소<br> - 해당 이메일 주소로 관리자 대상 중요한 공지 메일 발송</td></tr><tr><td>담당자 연락처</td><td>서비스를 구독 신청 및 관리할 회사/단체 대표 담당자 연락처</td></tr><tr><td>마케팅 수신 동의</td><td>마케팅 수신 동의 여부</td></tr></tbody></table>

### 회원 정보 변경 <a href="#change-member-info" id="change-member-info"></a>

\[회원 정보 변경] 버튼을 클릭하여 회원 정보를 수정할 수 있습니다.

{% hint style="warning" %}
**주의** \
연동 이메일 계정은 콘솔에서 변경할 수 없습니다. 변경 및 이관 필요 시 <centerflow@kakaoenterprise.com>으로 문의해주세요.
{% endhint %}

### 회원 탈퇴 <a href="#lleave" id="lleave"></a>

\[회원 탈퇴] 버튼을 클릭하여, 서비스에서 탈퇴할 수 있습니다. 회원 탈퇴 시 회원 정보 및 서비스 데이터가 삭제되어 시스템에 다시 로그인할 수 없으며, 데이터는 다시 복구할 수 없습니다.

{% 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.centerflow.ai/undefined-1/console/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.
