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

# Pending

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

***

## Page Overview

To refine your search, you can enter the Truck, Hauler ID, or Field ID in the Search bar to filter for a pending ticket. You can also use the filter funnels on the headers to further narrow your search. Clicking on any cell in the table will pull the corresponding pending ticket back to the ticketing screen for you to finish out the ticketing process.

<table><thead><tr><th width="183">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Field ID</strong></td><td>A unique identifier for the pending ticket.</td></tr><tr><td><strong>Truck ID</strong></td><td>The truck assigned to the pending ticket</td></tr><tr><td><strong>Entered Time</strong></td><td>The check-in time of the pending ticket. This will be blank if ticket was stashed, rather than checked-in.</td></tr><tr><td><strong>Loaded Time</strong></td><td>The time the pending ticket is marked as Loaded via the Fast-Weigh Loader Mobile App</td></tr><tr><td><strong>Loader</strong></td><td>The pending ticket's Loader from the Fast-Weigh Loader Mobile App</td></tr><tr><td><strong>Hauler</strong></td><td>The assigned Truck's Hauler</td></tr><tr><td><strong>Location /</strong> Yard</td><td>The Location &#x26; Yard assigned to the pending ticket</td></tr><tr><td><strong>Lane</strong></td><td>The lane the ticket was stashed on</td></tr><tr><td><strong>Request</strong></td><td>The assigned Request</td></tr><tr><td><strong>Customer</strong></td><td>The assigned Customer</td></tr><tr><td><strong>Order</strong></td><td>The assigned Order</td></tr><tr><td><strong>Product</strong></td><td>The assigned Product</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/pending.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.
