# Introduction

{% hint style="danger" %}
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to <https://docs.sentiance.com>.
{% endhint %}

## What is the Sentiance Platform?

The Sentiance Platform helps to improve your app's user experience by learning and anticipating key moments that matter for end users. Yolo.

This is how it's done.

First, GPS and motion sensor data from a user's phone or IOT devices is collected via our SDK.

![](https://2815737651-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ckedE44Iqi35u8JIVGE%2Fuploads%2Fgit-blob-c5045f5d0374ac059732f3f1e410250a310976ad%2Fplatform.png?alt=media)

Once the data is collected, we turn this into valuable insights about the user, grouped into EVENTS, MOMENTS, and SEGMENTS.

In other words, we give you an understanding of where the user likes to go, what the user likes to do, and provide an insight into the persona of the user.

![](https://2815737651-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ckedE44Iqi35u8JIVGE%2Fuploads%2Fgit-blob-e6af1d40678e176a4edd27f886b8c3f61d1c5b16%2Fcontext-layers.png?alt=media)

## Mobile SDK: designed for efficiency, built for accuracy

* Available for Android and iOS.
* Easy integration in mobile apps.
* Optimized for accuracy and battery usage.
* Minimal bandwidth usage during data collection.

![](https://2815737651-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ckedE44Iqi35u8JIVGE%2Fuploads%2Fgit-blob-0085e347b7d61a641f4f6c8e227e1e9e33a24a31%2FScreen%20Shot%202018-12-17%20at%204.47.30%20PM.png?alt=media)

## API for all your needs

We offer two types of API endpoints. A [REST API](https://legacy-docs.sentiance.com/backend/rest-api) that covers common requests with pre-built resources and a [GraphQL API ](https://legacy-docs.sentiance.com/backend/graphql)that covers more complex, customized use cases.

## Demo App

Try Journeys to see how the Sentiance Platform learns about your journey.

![](https://2815737651-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ckedE44Iqi35u8JIVGE%2Fuploads%2Fgit-blob-e328653ac96ead648ff909ccae6dea903a13780f%2Fjourneys-demo.gif?alt=media)


---

# 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://legacy-docs.sentiance.com/readme.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.
