# Current

Here you are able to see a table view with all of the trucks that are currently In-Yard. You will see the Truck ID, Hauler, Beacon ID (if applicable), when the truck entered the yard, when the truck was loaded, how many minutes in yard, order details if the truck is assigned to an order, and the Loader ID.

<figure><img src="/files/iz2fbqBSk73zbNDQZkBF" alt=""><figcaption><p>In-Yard table in Load-Out Module</p></figcaption></figure>

## Applying Filters

<figure><img src="/files/r30l32MF8X8gSdBDa7U0" alt=""><figcaption><p>Filter Drop-down menus</p></figcaption></figure>

* **Region** - Drop-down menu for Region selection
* **Location** - Drop-down menu for Location selection, a Region ***must*** be selected for this menu to populate

<figure><img src="/files/AxdfQmecFNsfP0Q3Hg0N" alt=""><figcaption><p>Filter Hauler on In-Yard table</p></figcaption></figure>

You can utilize the filter funnels at the top of the table to narrow down your search further.&#x20;

Below is an outline of each item on the table:

<table><thead><tr><th width="120">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Truck ID</strong></td><td>The ID of the truck</td></tr><tr><td><strong>Hauler</strong> </td><td>The hauler the truck is associated with</td></tr><tr><td><strong>Beacon ID</strong></td><td>Beacon identification number associated with Beacon Hardware in/on truck</td></tr><tr><td><strong>Entered</strong></td><td>When the truck has entered the yard</td></tr><tr><td><strong>Loaded</strong></td><td>When the truck was loaded in the yard</td></tr><tr><td><strong>Minutes</strong></td><td>How many minutes that the truck has been in the yard</td></tr><tr><td><strong>Order #</strong></td><td>The order number assigned to the truck</td></tr><tr><td><strong>Order Description</strong></td><td>The description/title of the order assigned to the truck</td></tr><tr><td><strong>Customer</strong></td><td>The customer associated with the assigned order</td></tr><tr><td><strong>Product</strong></td><td>The product that has been assigned to the truck</td></tr><tr><td><strong>Loader ID</strong></td><td>The ID associated with the loader that loaded the truck</td></tr></tbody></table>

***

{% hint style="info" %}
You may also remove any trucks from In-Yard by clicking the <img src="/files/TCLzh6R3471BHqUWCaaK" alt="" data-size="line"> button.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.tacinsight.com/fast-weigh-knowledge-base/references/web-portal/in-yard/current.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
