# Appointment Scheduling

## Appointment Types

In the TZ web application, there are three different status types for each appointment.

### Unconfirmed

Appointment date only (no time, no confirmed by). Unconfirmed appointments are normally set the day after the ETA. This means the appointment is not confirmed with the receiver and will likely fall in that same date or day

![](/files/-MILoo754Epi0rpeZe-E)

### Tentative

Pre Alert with existing appointment date and time. If an order is still in Pre Alert status, the Pickup number and/or the LFD are still unknown. This information will be put into the order at a later date/time during Import Container Tracing.

![](/files/-MILpBwMJTjTlWlWtj5l)

### Confirmed

Appointments that have the Pickup number and LFD available, and for which the receiver has been contacted confirming the appointment date and time.

![](/files/-MILpaIeioBeSlpRtDKK)

### Track Shipment (Public Trace)

The Track Shipment page available to customers will update as a work order progresses through the TZ web application.

#### Unconfirmed and Tentative

![](/files/-MHAKHLT4xYxd2teeRlM)

#### Confirmed

![](/files/-MHAKNAJ6OLax_ApsPfQ)

## Scheduling Appointments

Every morning at 8:00 am (central time), review Work Orders for the current day with missing drivers, and reschedule appointments to the following working day or possibly for the same day if drivers are available. Once scheduled, mark them as confirmed.

{% hint style="warning" %}
Only Freight Forwarders are allowed to know the dollar amount of charges for an order. Do NOT give such information to Consignees or Shippers.
{% endhint %}

When calling to schedule an appointment, remember to identify the company you work for, and ask to make an appointment for loading/export, or unloading/import.

For example:

"Hi, my name is \<Name>, and I'm calling on behalf of \<Trucking Company Name> to schedule an appointment for unloading an import container."

If you get sent to voice mail when attempting to schedule an appointment, leave a voice mail message with the trucking company dispatch telephone number.

In addition to scheduling the appointment, confirm the following information:

### Import

* Container Number
* Commodity
* Delivery Address
* Appointment Date and Time

### Export

* Booking number
* Container Size
* Weight
* Delivery Address
* Appointment Date and Time


---

# 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://manual.truckerzoom.com/training/daily-workflow-training/appointment-scheduling.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.
