# Dashboard

Contained in the Dashboard is information about your Fast-Weigh application, and its current status in the specified date range. The other filters can be used to further narrow down the dataset.

<figure><img src="/files/5WKUfIVXOy0gmauwPnwR" alt=""><figcaption></figcaption></figure>

Contained in the Dashboard is ticketing information for the particular ticketing app. This screen mimics the Home screen on the [Web Portal](/fast-weigh-knowledge-base/references/web-portal/home.md), and is meant to give an overview of units, loads, orders, trucks, etc. all in one spot on the ticketing app.

Setting a date range allows for quick review of tickets generated, total net of product ticketed, active customers, orders, and trucks. You can further filter by setting a specific Lane, Truck, Customer, Order, Product, or Ship To to be able to see more specific information in the dashboard.

<table><thead><tr><th width="182">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Total Tickets</strong></td><td>Total number of Tickets created</td></tr><tr><td><strong>Total Net</strong></td><td>Sum of all Net Weights on tickets created</td></tr><tr><td><strong>Active Customers</strong></td><td>Total number of unique Customers used on tickets</td></tr><tr><td><strong>Active Orders</strong></td><td>Total number of unique Orders used on tickets</td></tr><tr><td><strong>Active Trucks</strong></td><td>Total number of unique Trucks used on tickets</td></tr><tr><td><strong>Active Ship Tos</strong></td><td>Total number of unique Ship Tos used on tickets</td></tr><tr><td><strong>Info Tabs:</strong> <br><em>Lane | Truck | Order | Customer | Product | Ship To</em></td><td>Displays basic information about the selected criteria, including a bar graph that shows the Total Net Weight ticketed upon each unique entry.</td></tr><tr><td><strong>Net Weight &#x26; Tickets</strong></td><td>A timeline graph showing the different sums of net weight and tickets over the course of time. The bars represent the net weight, and the line represents the number of tickets.</td></tr></tbody></table>


---

# 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/ticketing-app/application/dashboard.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.
