> For the complete documentation index, see [llms.txt](https://docs.xtrakit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xtrakit.com/overview/customers.md).

# Customers

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>List Customers </strong><mark style="color:green;"><strong><code>GET</code></strong></mark></td><td>Retrieve a list of all c<strong>ustomers</strong> and you can also filter your results.</td><td></td><td><a href="/pages/2dcqK6mlf07uqVSYCQHH">/pages/2dcqK6mlf07uqVSYCQHH</a></td></tr><tr><td><strong>Fetch Customer </strong><mark style="color:green;"><strong><code>GET</code></strong></mark></td><td>Retrieve a specific c<strong>ustomer</strong> using the c<strong>ustomer</strong> id. To retrieve complete c<strong>ustomer</strong> details.</td><td></td><td><a href="/pages/ysNaMuN0gpAHlfPp7hWE">/pages/ysNaMuN0gpAHlfPp7hWE</a></td></tr><tr><td> <strong>Add Customer </strong><mark style="color:yellow;"><strong><code>POST</code></strong></mark></td><td>Allows you to add a new c<strong>ustomer</strong> record. </td><td></td><td><a href="/pages/4snIZTciteISu5ccQ6CG">/pages/4snIZTciteISu5ccQ6CG</a></td></tr><tr><td> <strong>Edit Customer </strong><mark style="color:purple;"><strong><code>PUT</code></strong></mark></td><td>Modify an existing c<strong>ustomer's</strong> information. In an unfinalized c<strong>ustomer</strong>, this endpoint can be used to change customer name, customer phone, or customer email'</td><td></td><td><a href="/pages/N7J3nkt68Vt5ZKRrIrlC">/pages/N7J3nkt68Vt5ZKRrIrlC</a></td></tr></tbody></table>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>List Customer Group </strong><mark style="color:green;"><strong><code>GET</code></strong></mark></td><td>Retrieve a list of all c<strong>ustomer groups</strong> and you can also filter your results.</td><td></td><td><a href="/pages/L0fpH4iWhI33lgDCOCYS">/pages/L0fpH4iWhI33lgDCOCYS</a></td></tr><tr><td><strong>Fetch Customer Group </strong><mark style="color:green;"><strong><code>GET</code></strong></mark></td><td>Retrieve a specific c<strong>ustomer group</strong> using the group id. To retrieve complete group details.</td><td></td><td><a href="/pages/FkpqegIZriBLPPigCsU4">/pages/FkpqegIZriBLPPigCsU4</a></td></tr><tr><td> <strong>Add Customer Group </strong><mark style="color:yellow;"><strong><code>POST</code></strong></mark></td><td>Allows you to add a new c<strong>ustomer</strong> group record. </td><td></td><td><a href="/pages/1Lun8L9wMpVPPyRCvePH">/pages/1Lun8L9wMpVPPyRCvePH</a></td></tr><tr><td> <strong>Edit Customer Group </strong><mark style="color:purple;"><strong><code>PUT</code></strong></mark></td><td>Modify an existing c<strong>ustomer group's</strong> information. In an unfinalized c<strong>ustomer group</strong>, this endpoint can be used to change group name and group description.</td><td></td><td><a href="/pages/RsyXGSCcIP3SCEuWb7Pm">/pages/RsyXGSCcIP3SCEuWb7Pm</a></td></tr></tbody></table>


---

# 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.xtrakit.com/overview/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.
