# USE CASES AND TUTORIALS

- [Shippers (ERP, WMS) 🔀](https://developer.dashdoc.com/docs/use-cases-and-tutorials/shippers-erp-wms.md)
- [Create a simple transport as a shipper](https://developer.dashdoc.com/docs/use-cases-and-tutorials/shippers-erp-wms/as-a-shipper.md)
- [Manage the address book](https://developer.dashdoc.com/docs/use-cases-and-tutorials/shippers-erp-wms/manage-the-address-book.md)
- [Carriers 🚛](https://developer.dashdoc.com/docs/use-cases-and-tutorials/carriers.md)
- [Create a simple transport as a carrier](https://developer.dashdoc.com/docs/use-cases-and-tutorials/carriers/as-a-carrier.md)
- [Create a multi-deliveries transport as a carrier](https://developer.dashdoc.com/docs/use-cases-and-tutorials/carriers/create-a-multi-deliveries-transport-as-a-carrier.md): Multi-deliveries transport are using same endpoint as simple transport but with modification an deliveries and segments
- [Create a break in a transport (segment)](https://developer.dashdoc.com/docs/use-cases-and-tutorials/carriers/create-a-break-in-a-transport-segment.md)
- [Charter whole or part of a transport - Affrètement](https://developer.dashdoc.com/docs/use-cases-and-tutorials/carriers/chartering-affretement.md)
- [Manage truckers](https://developer.dashdoc.com/docs/use-cases-and-tutorials/carriers/create-truckers.md)
- [Create and follow rental orders](https://developer.dashdoc.com/docs/use-cases-and-tutorials/carriers/rental-orders.md): This page explains how to create rental order transports that will generate specific rental documents, and how to retrieve related information.
- [Handle Qualimat transports](https://developer.dashdoc.com/docs/use-cases-and-tutorials/carriers/handle-qualimat-transports.md): This page explains how to create transports that will respect Qualimat requirement. Additional information on transports, loads and trailers are detailed.
- [Retrieve transport data 🏁](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data.md)
- [Get last updated transports (Poll vs. webhooks)](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data/get-last-updated-transports-poll-vs.-webhooks.md)
- [Get status updates with dates and times](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data/get-status-updates-with-dates-and-times.md)
- [Get load information (quantity, weight...)](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data/get-load-information-quantity-weight....md)
- [Get mileage from transport](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data/get-mileage-from-transport.md)
- [Get documents and photos with their type](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data/get-documents-and-photos-with-their-type.md)
- [Get observations from trucker / signatory](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data/get-observations-from-trucker-signatory.md)
- [Get information about washings](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data/get-information-about-washings.md)
- [Filter transports created by your truckers and partners](https://developer.dashdoc.com/docs/use-cases-and-tutorials/retrieve-transport-tracking-data/retrieve-transports-created-using-dashdoc.md)
- [Invoicing 💰](https://developer.dashdoc.com/docs/use-cases-and-tutorials/invoicing.md)
- [Dashdoc Wam ♻️](https://developer.dashdoc.com/docs/use-cases-and-tutorials/dashdoc-wam.md)
- [Create a Waste Form](https://developer.dashdoc.com/docs/use-cases-and-tutorials/dashdoc-wam/dashdoc-wam-create-waste-forms.md)
- [Sign a Waste Form as Organizer](https://developer.dashdoc.com/docs/use-cases-and-tutorials/dashdoc-wam/sign-a-waste-form-as-organizer.md)
- [Create a Transport for a Waste Form](https://developer.dashdoc.com/docs/use-cases-and-tutorials/dashdoc-wam/create-a-transport-for-a-waste-form.md)
- [Find the transport linked to a waste form](https://developer.dashdoc.com/docs/use-cases-and-tutorials/dashdoc-wam/find-the-transport-linked-to-a-waste-form.md)


---

# 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://developer.dashdoc.com/docs/use-cases-and-tutorials.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.
