> 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/customers/manage-customer-info.md).

# 고객 정보 관리하기

{% hint style="info" %}
등록된 고객의 정보를 수정하시거나 삭제하는 기능에 대해 알려드릴게요!
{% endhint %}

## 🔧 고객정보 수정하기

{% hint style="success" %}
고객 정보를 수정하려면 수정하고자 하는 고객의 고객정보창을 열어주세요.
{% endhint %}

![](/files/3IrwqAVqBqWepEoRfyvU)

{% stepper %}
{% step %}
고객정보창의 좌측 상단에 위치한 ‘수정’ 아이콘 버튼을 클릭해주세요.
{% endstep %}

{% step %}
수정하고자 하는 고객 정보를 입력해주세요.
{% endstep %}

{% step %}
수정하기’ 버튼을 눌러 변경된 정보를 저장해주세요.
{% endstep %}
{% endstepper %}

## ❌ 고객정보 삭제하기

{% hint style="success" %}
고객 정보를 삭제하려면 삭제하고자 하는 고객의 고객정보창을 열어주세요.
{% endhint %}

![](/files/Ay03mo6gNhjLT5LTKxNT)

{% stepper %}
{% step %}
고객정보창의 좌측 상단에 위치한 ‘삭제’ 아이콘 버튼을 클릭해주세요.
{% endstep %}

{% step %}
고객정보가 삭제되면 해당 고객의 모든 정보가 삭제됩니다.\
실수로 고객정보를 삭제하는 경우를 방지하기 위해 “고객 삭제” 라고 작성해주세요.
{% endstep %}

{% step %}
“고객 삭제”가 입력되면 ‘삭제하기’ 버튼이 활성화 됩니다. 클릭해 고객 정보를 삭제할 수 있어요.
{% endstep %}
{% endstepper %}


---

# 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/customers/manage-customer-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.
