# Overview of Sentiance Insights

Sentiance transforms smartphone sensor data into actionable insights, empowering you to develop personalized apps focusing on safety and sustainability.

Our platform leverages GPS data, accelerometer readings, and gyroscope information as input, and in return, it delivers an augmented transport, or stationary packed with motion insights.

We categorize them into two types of insights:

1. [Driving Insights](/sentiance-insights/overview-of-sentiance-insights/driving-insights.md): This includes essential details about car transports especially information about risky driving behavior.
2. [Mobility and Lifestyle Insights](/sentiance-insights/overview-of-sentiance-insights/mobility-and-lifestyle-insights.md): This includes multi-modal transport details and various venues visited by your users.

More details are available in the specific sub-pages.

### On-Device Vs Backend Processing

Currently, the data processing configuration offers two options: backend platform processing or on-device processing. Certain features might be accessible only on one of these platforms due to their inherent processing capabilities.

We are enhancing our on-device platform to achieve a high level of capability, aiming to match and even surpass the backend platform's performance whenever feasible and relevant. The overarching idea is inspired by the following compelling rationales:

* **Privacy:** Sensitive data can stay on-device still allowing to run the models and gain the benefits of the end result.
* **Unit economics:** The data transmission and processing cost is brought down dramatically by eliminating cloud computing.

The following insights and features are currently available OnDevice with more to follow.

1. Mobility and Lifestyle Insights
2. Crash detection
3. Limited version of Driving Insights

The table below gives granular details about the individual features available on-device and in the backend. See [Accessing Sentiance Insights](/sentiance-insights/accessing-sentiance-insights.md) for more details.

<table><thead><tr><th width="312">Feature</th><th width="196">On-Device</th><th>Backend</th></tr></thead><tbody><tr><td>Transports</td><td>✅</td><td>✅</td></tr><tr><td>Transport Trajectory</td><td>✅</td><td>✅</td></tr><tr><td>Driving Events</td><td>✅</td><td>✅</td></tr><tr><td>Driving Scores</td><td>✅</td><td>✅</td></tr><tr><td>Driving Scores - Aggregated</td><td>✅</td><td>✅</td></tr><tr><td>Driver Passenger</td><td>✅</td><td>✅</td></tr><tr><td>Vehicle Crash Detection</td><td>✅</td><td></td></tr><tr><td>Vehicle Crash Forensics</td><td></td><td>✅</td></tr><tr><td>Stationaries</td><td>✅</td><td></td></tr><tr><td>Visit Essentials > Home</td><td>✅</td><td></td></tr><tr><td>Visit Essentials > Work</td><td>✅</td><td></td></tr><tr><td>Visit Essentials > Segments</td><td>✅</td><td></td></tr><tr><td>Engagement > Transports</td><td></td><td>✅</td></tr><tr><td>Engagement > Challenges</td><td></td><td>✅</td></tr><tr><td>Engagement > Streaks</td><td></td><td>✅</td></tr><tr><td>Engagement > Badges</td><td></td><td>✅</td></tr><tr><td>Engagement > Scores</td><td></td><td>✅</td></tr><tr><td>Engagement > Communication Messages</td><td></td><td>✅</td></tr></tbody></table>

Note that the exact features and the corresponding access mechanisms available to you depend on your use case and the contract signed with Sentiance.


---

# 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/sentiance-insights/overview-of-sentiance-insights.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.
