# SENTTransmittableDataType

Data types that are transmittable to the Sentiance Cloud Platform.

<table><thead><tr><th width="414">Name</th><th>Description</th></tr></thead><tbody><tr><td>SENTTransmittableDataTypeAll</td><td>All data types</td></tr><tr><td>SENTTransmittableDataTypeSdkInfo</td><td>Data pertaining to SDK and device info</td></tr><tr><td>SENTTransmittableDataTypeVehicleCrashInfo</td><td>Data pertaining to vehicle crashes</td></tr><tr><td>SENTTransmittableDataTypeGeneralDetections</td><td>Data pertaining to general SDK detections (e.g. trip, stationary)</td></tr></tbody></table>


---

# 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.sentiance.com/important-topics/sdk/api-reference/ios/senttransmittabledatatype.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.
