> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sentiance-insights.md).

# Sentiance Insights

- [Overview of Sentiance Insights](https://docs.sentiance.com/sentiance-insights/overview-of-sentiance-insights.md)
- [Driving Insights](https://docs.sentiance.com/sentiance-insights/overview-of-sentiance-insights/driving-insights.md)
- [Transports](https://docs.sentiance.com/sentiance-insights/overview-of-sentiance-insights/driving-insights/transports.md)
- [Driving Events and Scores](https://docs.sentiance.com/sentiance-insights/overview-of-sentiance-insights/driving-insights/driving-events-and-scores.md)
- [Vehicle Crashes](https://docs.sentiance.com/sentiance-insights/overview-of-sentiance-insights/driving-insights/car-crashes.md)
- [Mobility and Lifestyle Insights](https://docs.sentiance.com/sentiance-insights/overview-of-sentiance-insights/mobility-and-lifestyle-insights.md)
- [Visit Essentials](https://docs.sentiance.com/sentiance-insights/overview-of-sentiance-insights/mobility-and-lifestyle-insights/visit-essentials.md)
- [User Segmentation](https://docs.sentiance.com/sentiance-insights/overview-of-sentiance-insights/mobility-and-lifestyle-insights/user-segmentation.md)
- [Engagement](https://docs.sentiance.com/sentiance-insights/engagement.md)
- [User Adaptive Score](https://docs.sentiance.com/sentiance-insights/engagement/user-adaptive-score.md)
- [Streaks](https://docs.sentiance.com/sentiance-insights/engagement/streaks.md)
- [Challenges](https://docs.sentiance.com/sentiance-insights/engagement/challenges.md)
- [Reward System](https://docs.sentiance.com/sentiance-insights/engagement/reward-system.md)
- [Communication Campaign](https://docs.sentiance.com/sentiance-insights/engagement/communication-campaign.md)
- [Social Groups](https://docs.sentiance.com/sentiance-insights/engagement/social-groups.md): Social Groups is a feature designed to keep users connected with family and friends, emphasising both safety and engagement. It focuses on two main components:
- [Technical Details](https://docs.sentiance.com/sentiance-insights/engagement/social-groups/technical-details.md): This section provides technical details to help you integrate the Social Groups feature into your application, including examples of GraphQL queries and mutations.
- [Accessing Sentiance Insights](https://docs.sentiance.com/sentiance-insights/accessing-sentiance-insights.md)
- [via On Device API](https://docs.sentiance.com/sentiance-insights/accessing-sentiance-insights/via-on-device-api.md)
- [via Cloud API](https://docs.sentiance.com/sentiance-insights/accessing-sentiance-insights/via-cloud-api.md)
- [via Firehose - Realtime Messages](https://docs.sentiance.com/sentiance-insights/accessing-sentiance-insights/firehose.md)
- [via Offloads](https://docs.sentiance.com/sentiance-insights/accessing-sentiance-insights/offloads.md): Sentiance provides data offloads with Sentiance Insights to the clients on a daily basis.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sentiance.com/sentiance-insights.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
