> 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/search-customers.md).

# 고객 조회하기

{% hint style="info" %}
등록된 고객의 정보를 조회해볼까요? 아래 기능들을 사용해보세요!
{% endhint %}

## 방법 1️⃣ ‘고객 검색하기’ 기능 사용하기

![](/files/OPGJjoKRQCOSZxj37Xbg)

{% stepper %}
{% step %}
화면 우측 상단의 ‘돋보기’ 아이콘 버튼을 클릭해주세요.
{% endstep %}

{% step %}
버튼을 클릭하시면 고객 검색창이 노출돼요. 검색할 고객의 정보를 입력해주세요.

{% hint style="success" %}
**검색 가능한 정보**

* 고객명
* 고객코드
* 전화번호
  {% endhint %}
  {% endstep %}

{% step %}
고객의 목록을 클릭하면 해당 고객의 고객정보창이 노출됩니다.\
검색어를 입력했을 때와 입력하지 않았을 때 다음과 같은 차이점이 있어요.

{% hint style="success" %}
**검색어를 입력하지 않을 경우**

* 검색어를 입력하지 않을 경우 가장 최근에 검색한 고객의 정보가 노출됩니다.

**검색어를 입력한 경우**

* 검색어와 일치하는 정보를 가진 고객의 정보가 노출됩니다.
  {% endhint %}
  {% endstep %}

{% step %}
만약 찾는 고객의 정보가 없을 경우 고객 등록을 진행해보세요!
{% endstep %}

{% step %}
검색 결과에서는 최근 방문일과 일정 담당자가 함께 보여져요.\
최근 방문일은 마지막 ‘완료’ 처리된 일정 기준이라,\
재방문 고객 응대할 때 직전 상담 담당자와 날짜를 바로 확인할 수 있어요.
{% endstep %}
{% endstepper %}

## 방법 2️⃣ ‘조회 - 고객목록’ 기능 사용하기

![](/files/aHi7owJXxbFzM0tIg2Ah)

{% stepper %}
{% step %}
화면 좌측 상단의 ‘조회’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}
화면 좌측 메뉴의 ‘고객 목록’ 메뉴를 클릭해주세요.
{% endstep %}

{% step %}
검색하고자 하는 고객의 정보를 입력해주세요.

{% hint style="success" %}
**검색 가능한 정보**

* 고객명
* 고객코드
* 전화번호
  {% endhint %}

![](/files/ttAqFn6B6GLSYcvyB8X5)
{% endstep %}

{% step %}
상세검색을 하고자 하실 경우, 상세 검색 버튼을 클릭해 조건을 설정해주세요. 조건 설정 후 ‘검색하기’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}
3, 4번에서 설정된 값과 일치하는 고객 정보가 노출됩니다. 조회하고자 하는 고객의 목록을 클릭하면 해당 고객의 고객정보창이 노출됩니다.
{% 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/search-customers.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.
