# Viewing Learning Transport content The Learning Transport stores all messages on disk as individual files. By default, the storage location is a folder named `.learningtransport` that exists at the solution root. All files are textual and can be opened with any text editor to inspect their contents. Each endpoint in a project will have a subfolder in the `.learningtransport` folder. ![Learning transport endpoints](learningtransport-endpoints.png "Learning transport endpoints") Within the endpoint folder, each message will be represented by a `.metadata.txt` file that will exist at the root of the endpoint folder. This file contains metadata, such as the message headers, for the message. ![Learning transport metadata](learningtransport-metadata.png "Learning transport metadata") The contents of the message can be found in the `.bodies` folder in a `.body.txt` file.