# Retrieve transport data 🏁

- [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)


---

# 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/retrieve-transport-tracking-data.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.
