> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/sales/customer-section/customer-centre.md).

# Customer Centre

## What is the Customer Centre?

The Customer Centre stands as the nerve center for all customer-related insights and operations. Seamlessly accessed through the intuitive left-side navigation, this centralized hub houses a wealth of information about registered customers, forming the cornerstone of effective customer relationship management. Whether navigating through sales orders, invoices, or managing transactions, the Customer Centre offers a dynamic platform to streamline these critical processes.&#x20;

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

{% hint style="info" %}
To view the Customer Centre, go to Menu > Sales > Customer Section > Customer Centre
{% endhint %}

### Customer Centre's Role&#x20;

Integrated with the Customer Info module, the Customer Centre becomes a treasure trove of customer data. From transaction history and communication logs to billing details and shipping addresses, it provides a comprehensive understanding of every customer. The flexible database structures allow businesses to tailor information, fostering an in-depth knowledge base for strategic decision-making and future reference.

### Use Cases

**Driving Operational Efficiency:** The Customer Centre is the go-to resource for sales representatives. Empowered by real-time data, they can swiftly respond to inquiries, track order statuses, and ensure accurate billing. The module's advanced filtering and sorting capabilities by transaction types and dates amplify the sales team's productivity, enabling a more focused approach to customer engagement and reducing administrative burdens.\
\
**Anticipating Customer Needs:** By leveraging the Customer Centre's rich repository of customer data, businesses gain the ability to anticipate customer needs even before they arise. This foresight becomes a catalyst for building lasting relationships, optimizing processes, and identifying strategic growth opportunities.


---

# 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.xorosoft.com/xoroerp-1/sales/customer-section/customer-centre.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.
