> 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-en/quote-consultation/manage-customer.md).

# Customer management

Customer Management is a page where you can separately view and manage customers who are the subjects of consultations.

## Enter Customer Management

You can enter the Customer Management page by clicking Quotes/Consultation > Customer Management.

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

## Customer Lookup

### Check Customer Information

You can scroll through the customer table to view customer information.

<figure><img src="/files/24dd6651f7cc6a292f7e3d1b82cd010a308cb840" alt=""><figcaption></figcaption></figure>

### Customer Search

You can search by setting the search conditions and range based on the search scope and each customer's information.

Click the \[Reset] button to reset the search conditions.

<figure><img src="/files/40577b012a57b2b3180cf24a81e43c8c14843c14" alt=""><figcaption></figcaption></figure>

### View Customer Consultation History

Click the \[Consultation List] on the right to view all consultation records for that customer together.

<figure><img src="/files/26098d85fbf65b1402ac6f1912f870f0f1a29699" alt=""><figcaption></figcaption></figure>

## Edit Customer

Click \[Edit Customer Information] on the right to edit that customer's information.

<figure><img src="/files/1cdd9df17216dd156c9724bbefcef9fa32182400" 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-en/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.
