> For the complete documentation index, see [llms.txt](https://help.tacinsight.com/fast-weigh-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tacinsight.com/fast-weigh-knowledge-base/references/ticketing-app/application/customers.md).

# Customers

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

***

## Page Overview

The information contained in this screen cannot be edited in the application. The Customers visible can be filtered by Region or searched using key information related to the customer, such as their ID, name, or other contact information.

This will also allow you to view their Credit Status, which shows if the customer is able to be ticketed on in Fast-Weigh.

<table><thead><tr><th width="186">Field</th><th>Description</th></tr></thead><tbody><tr><td>Customer ID</td><td>The Customer's unique ID</td></tr><tr><td>Customer Name</td><td>The Customer's Name</td></tr><tr><td>Credit Status</td><td>Open / Cash Only / Do Not Sell / Closed</td></tr><tr><td>Extra Copies</td><td>How many extra copies of tickets will be printed out for the customer</td></tr><tr><td>Require Order</td><td>If True, the customer cannot be ticketed without an Order</td></tr><tr><td># Orders</td><td>The number of assigned Orders to that customer</td></tr><tr><td>Phone #</td><td>Customer's Phone Number</td></tr><tr><td>Street</td><td>Customer's Street Address</td></tr><tr><td>City</td><td>Customer's City</td></tr><tr><td>State</td><td>Customer's State</td></tr><tr><td>Zip</td><td>Customer's Zip</td></tr><tr><td>Regions</td><td>Regions assigned to the customer</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://help.tacinsight.com/fast-weigh-knowledge-base/references/ticketing-app/application/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.
