# Concepts There are common concepts used throughout Telemetry: - {doc}`pings ` - the packets we use to submit data - {doc}`sessions & subsessions ` - how we slice a users' time in the browser - *measurements* - how we collect data - *opt-in* & *opt-out* - the different sets of data we collect - {doc}`submission ` - how we send data to the servers - {doc}`archiving ` - retaining ping data locally - {doc}`crashes ` - the different data crashes generate ```{toctree} :glob: true :hidden: true :maxdepth: 2 :titlesonly: true pings crashes * ```