# Cargospot

## Cargospot

- [Welcome!](https://cargospot.gitbook.io/cargospot/readme.md)
- [Logging In](https://cargospot.gitbook.io/cargospot/getting-started/quickstart.md)
- [Dashboard Overview](https://cargospot.gitbook.io/cargospot/getting-started/publish-your-docs.md)
- [View Shipment](https://cargospot.gitbook.io/cargospot/shipment/view-shipment.md): View complete shipment details at a glance
- [Create Shipment](https://cargospot.gitbook.io/cargospot/create-shipment.md): Create a new shipment with required load and routing details
- [LTL Auto](https://cargospot.gitbook.io/cargospot/create-shipment/ltl-auto.md): Automate LTL shipment creation and processing
- [International](https://cargospot.gitbook.io/cargospot/create-shipment/ltl-auto/international.md)
- [LTL Manual](https://cargospot.gitbook.io/cargospot/create-shipment/markdown.md)
- [FTL](https://cargospot.gitbook.io/cargospot/create-shipment/images-and-media.md): Create and manage full truckload shipments efficiently
- [Track Shipment](https://cargospot.gitbook.io/cargospot/track-shipment.md): View real-time shipment status and monitor progress from pickup to delivery
- [Void Shipment](https://cargospot.gitbook.io/cargospot/void-shipment.md): Cancel a shipment that is no longer needed
- [Get LTL Quote](https://cargospot.gitbook.io/cargospot/ltl-quote/get-ltl-quote.md): Estimate LTL Shipping Costs
- [Data Setup](https://cargospot.gitbook.io/cargospot/settings/data-setup.md)
- [Integration Setup](https://cargospot.gitbook.io/cargospot/settings/integration-setup.md)
- [Release Notes](https://cargospot.gitbook.io/cargospot/resources/release-notes.md)
- [Auth](https://cargospot.gitbook.io/cargospot/auth.md)
- [Shipments](https://cargospot.gitbook.io/cargospot/shipments.md)
- [Shipment Controller](https://cargospot.gitbook.io/cargospot/shipment-controller.md)
- [Models](https://cargospot.gitbook.io/cargospot/models.md)
- [API Documentation](https://cargospot.gitbook.io/cargospot/api-documentation.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://cargospot.gitbook.io/cargospot/readme.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.
