# Home

<figure><img src="/files/90fkQJn3Gp6pfpbfgMDA" alt=""><figcaption><p>Home Tab</p></figcaption></figure>

## Narrow The Search

<figure><img src="/files/KQIBwoG0LFPpXJ53qgzP" alt=""><figcaption><p>Filter drop-down menus on Home Tab</p></figcaption></figure>

Utilizing **Region, Location, From, and To Dates** you can narrow down the information presented on the Home tab.&#x20;

Once you have set the desired filter parameters you can click the <img src="/files/8mAip6Cbj3vKjzJXiwwb" alt="" data-size="line"> button to display the filtered information.

## Info Tiles

<figure><img src="/files/fBuBQHMaIFnE7YbJvkO3" alt=""><figcaption><p>Info tiles on Home Tab</p></figcaption></figure>

There are five different info tiles that gives general information at a glance

* **Total Loads** - The total amount of loads for the given filter parameters
* **Total Units** - The total amount of units for the given filter parameters
* **Active Customers** - The number of active customers for the given filter parameters
* **Active Orders** - The number of active orders for the given filter parameters
* **Active Trucks** - The number of active trucks for the given filter parameters

## Tables and Graphs

<figure><img src="/files/xYtHUu9bduzU7x8t5742" alt=""><figcaption><p>Overview of Tables and Graphs on Home Tab</p></figcaption></figure>

There are five different tables and matching graphs you can switch between.

### Products Table and Graph

<figure><img src="/files/RVZbuKZBzApFkaHWxloh" alt=""><figcaption><p>Products table and graph on Home Tab</p></figcaption></figure>

On the **Products** tab, the table will have the following information:

* **Product ID** - The ID you have set for your product(s) in *Product Setup*
* **Product** - The descriptive name for your product(s)
* **Loads** - The number of loads for the product in the given filter parameters
* **Units** - The number of units for the product in the given filter parameters

The graph will have a bar for each product and reflect the number of units of a product.

### Customers Table and Graph

<figure><img src="/files/IkA1YhUg6lH2qyliVuZo" alt=""><figcaption><p>Customers table and graph on Home Tab</p></figcaption></figure>

On the **Customers** tab, the table will have the following information:

* **Customer ID** - The ID you have set for your customer(s) in *Customers*
* **Customer** - The descriptive name for your customer(s)
* **Loads** - The number of loads for the customer in the given filter parameters
* **Units** - The number of units for the customer in the given filter parameters

The graph will have a bar for each customer and reflect the number of units the customer received.

### Orders Table and Graph

<figure><img src="/files/Jol76gi17jQ1LIE4HYNk" alt=""><figcaption><p>Ordres table and graph on Home Tab</p></figcaption></figure>

On the **Orders** tab, the table will have the following information:

* **Order** - The order number and description
* **Customer** - The customer associated with the order
* **Product** - The product associated with the customer and the order
* **Loads** - The number of loads on the order in the given filter parameters
* **Units** - The number of units on the order in the given filter parameters

The graph will have a bar for each order and reflect the number of units on that order.

### Trucks Table and Graph

<figure><img src="/files/0gIhova7Jwbt5293ULgJ" alt=""><figcaption><p>Trucks table and graph on Home Tab</p></figcaption></figure>

On the Trucks tab, the table will have the following information:

* **Truck ID** - The ID you have set for your truck(s) in *Trucks*
* **Hauler** - The hauler the truck(s) are associated with
* **Loads** - The number of loads on the truck in the given filter parameters
* **Units** - The number of units on the truck in the given filter parameters

The graph will have a bar for each truck and reflect the number of units on that truck.

### Locations Table and Graph

<figure><img src="/files/9lpHiboasLIgRCmaCcFR" alt=""><figcaption><p>Locations table and graph on Home Tab</p></figcaption></figure>

On the Locations tab, the table will have the following information:

* **Location** - The location that has had tickets generated
* **Loads** - The number of loads in the location in the given filter parameters
* **Units** - The number of units in the location in the given filter parameters

The graph will have a bar for each location and reflect the number of units in that location.

## Wrap-up and Tips

If you click the <img src="/files/sI4fsjsAPOmzaHVXb7KI" alt="" data-size="line"> button to the right of any of the items in the table you will be taken to the *Ticket Query* to view all of the relevant tickets.&#x20;

Each table will have total loads and units at the bottom of each respective column.

<figure><img src="/files/rS3HqN4JgZ5cTJAu4MSd" alt=""><figcaption><p>Units By Time graph in Home Tab</p></figcaption></figure>

Finally, you can see a Units by Time graph that shows the number of units that have gone out over the time frame set in the From and To dates.

{% hint style="info" %}
You can change the default date range the Home Tab populates with by navigating to the [*Portal Settings*](/fast-weigh-knowledge-base/references/web-portal/account-and-administration/portal-settings.md#other-settings) and setting the **Dashboard - Show Last** setting.&#x20;
{% 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/home.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.
