> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/etc/my-info.md).

# 내 정보 수정하기

{% hint style="info" %}
오늘상담 계정 정보를 관리할 수 있어요!
{% endhint %}

![](/files/1guuGN5vaRNmQaIlowsf)

{% stepper %}
{% step %}
상단 프로필 버튼을 클릭해주세요.
{% endstep %}

{% step %}
계정 정보 수정 메뉴를 클릭해주세요.
{% endstep %}
{% endstepper %}

## ☑️ 개인 정보 변경

{% hint style="info" %}
워크스페이스 내 표시 이름 변경은 관리자가 환경설정-멤버 목록에서 변경가능해요!
{% endhint %}

![](/files/kHD7PXaefq8x4pe5gVfa)

* 회원가입 시 입력했던 개인정보를 변경할 수 있습니다.
* 변경 된 내용을 입력 후 하단의 “저장하기”버튼을 클릭해주세요.

## ☑️ 비밀번호 변경

![](/files/ettLi0M9xvqyAR9409nQ)

* 현재 비밀번호를 입력 한 뒤, 변경할 비밀번호를 입력해주세요.
* 변경할 비밀번호를 입력하셨다면 하단의 “변경하기”버튼을 클릭해주세요.
* 비밀번호는 8\~20자 영문,숫자,특수문자 사용을 권장합니다!

## ☑️ 회원탈퇴

![](/files/IjJ5t1gvwfuAkErABhCo)

* 소유자인 워크스페이스가 있는 경우 고객센터로 문의해주세요.
* 회원 탈퇴는 워크스페이스의 수납기록/상담기록 등과 무관합니다.


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/etc/my-info.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.
