> For the complete documentation index, see [llms.txt](https://cargospot.gitbook.io/cargospot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cargospot.gitbook.io/cargospot/ltl-quote/get-ltl-quote.md).

# Get LTL Quote

Use this option to estimate carrier rates for LTL auto shipments based on pickup and delivery locations and item details.&#x20;

#### 1. Open the **LTL Quote** page

&#x20;At the top right of the dashboard, click **Get LTL Quote**.

<figure><img src="/files/5WYVMi4sFGQnrig5aCrV" alt=""><figcaption><p>Get LTL Quote</p></figcaption></figure>

The **Quick Quote** page is displayed.

<figure><img src="/files/HAHfe1TXStUiwMJeBJBw" alt=""><figcaption><p>Input Shipment Details</p></figcaption></figure>

#### **2. Enter Stop Details**

You can add stop details using one of the following options:

&#x20;**Option 1: Use a Saved Address**

1. Select **Saved address**.
2. Choose an address from the list of existing addresses&#x20;

&#x20;**Option 2: Enter City, State, and ZIP Code**

1. Select **City/state/zip**.
2. Enter the following information for the pickup and delivery locations:
   * **Country**
   * **State**
   * **City**
   * **ZIP Code**

{% hint style="info" %}
Use this option to view the quick quote without saving the address in the database.
{% endhint %}

#### 3. Add any Pickup/Delivery Accessorial, if applicable

#### **4. Enter Item Details**

From the **Item** list, select an existing item or click **+** to add a new item.

<figure><img src="/files/siLO7kARwyPc8JJ5TYCa" alt=""><figcaption><p>Add Item(s)</p></figcaption></figure>

{% hint style="info" %}
If the item is selected from the list, the **Freight Class**, **Total Weight**, and **Dimensions** etc. will be auto-filled.
{% endhint %}

**5. Get Carrier Rate Estimates**

&#x20;     Click **Get Quote** in the bottom right corner.

The system displays shipment details and carrier rate options.

* By default, the two lowest carrier rates are shown.
* To view additional rates, click **More Rates**.

<figure><img src="/files/3ljaQdDo20xQh67uf73I" alt=""><figcaption><p>View Quote</p></figcaption></figure>

### To Create Shipment:

1\. Click **Select** next to the desired carrier. (See figure above)

The **Shipment Summary** page is displayed.

<figure><img src="/files/DyHdlr75DZu4hbEfm7w5" alt=""><figcaption><p>Review Shipment Summary</p></figcaption></figure>

2\. Review all shipment details

3\. Click **Create Shipment**

The **Confirm New Shipment** dialog box opens.

![Confirm Pickup](/files/oFk4DWFp9ju77gwAp56r)

4. Enter the **Reference Number(s)**.
5. If required, select the **Confirm Shipment and Create Documents** checkbox.
6. Click **Create**.

![](/files/oJrCpHsZezeYmPRYFRUk)

7. Verify the pickup details and click **Confirm**.

The **Shipment Confirmed** message is displayed at the top right of the screen.


---

# 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://cargospot.gitbook.io/cargospot/ltl-quote/get-ltl-quote.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.
