# Transport

- [Transport Data Flow](https://docs.sharelogic.com/unifi/3.0/transport/transport-data-flow.md): An overview of the flow of data through Unifi's built in message bus.
- [Snapshots](https://docs.sharelogic.com/unifi/3.0/transport/snapshots.md): Whenever there is an update to a bonded record, Unifi will take a snapshot of it and capture it in a Snapshot record. The Snapshot is the key to facilitating automated Integration testing.
- [Transactions](https://docs.sharelogic.com/unifi/3.0/transport/transactions.md): A Transaction is an instance of a Message occurence.  It contains and tracks the processing of a Message using Stages and HTTP Requests.
- [Stages](https://docs.sharelogic.com/unifi/3.0/transport/stages.md): The Stage is the root staging table for all data mapping.  Stages are created dynamically at the time of data being sent/received.  The Staged Data fields will vary dependent on the data being sent.
- [HTTP Requests](https://docs.sharelogic.com/unifi/3.0/transport/http-requests.md): Every request is handled and tracked by a HTTP Request record.


---

# 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://docs.sharelogic.com/unifi/3.0/transport.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.
