> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/enterprise/quote-consultation/manage-customer.md).

# 고객 관리

고객 관리는 상담의 대상이 되는 고객을 별도로 조회 및 관리할 수 있는 페이지입니다.

## 고객 관리 진입

견적/상담 > 고객 관리를 클릭하여 고객 관리 페이지에 진입할 수 있습니다.

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

## 고객 조회

### 고객 정보 확인

고객 테이블을 스크롤하여 고객 정보를 확인할 수 있습니다.

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

### 고객 검색

검색 범위와 각 고객 정보를 바탕으로 검색 조건 및 범위를 설정하여 검색할 수 있습니다.

\[초기화] 버튼을 클릭해 검색 조건을 초기화 할 수 있습니다.

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

### 고객 상담 기록 확인

우측 \[상담 리스트]를 클릭해 해당 고객의 모든 상담 기록을 모아서 확인할 수 있습니다.

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

## 고객 수정

우측 \[고객 정보 수정]을 클릭해 해당 고객의 정보를 수정할 수 있습니다.

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


---

# 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://docs.archisketch.com/guide/enterprise/quote-consultation/manage-customer.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.
