# Feature Production Readiness

The Sentiance SDK includes two types of features:

* **Early Access**: these are early releases of features that Sentiance is working on, and that have been tested for stability and acceptable quality. Early Access features are intended for trials, PoCs and MVPs while we finalize them for production use. The APIs are not final, and may change until the feature reaches production. We welcome your feedback to help us improve the features further.
* **Production Ready**: these are features that have undergone rigorous quality and stability tests and checks, and are ready to be used for building production features in your app. The APIs are final, and remain backwards compatible across minor and patch version updates.

{% hint style="info" %}
We generally release certain features as Early Access first, then update them to Production Ready in subsequent major or minor SDK releases.
{% endhint %}

### Production Ready State of Current Features

The following table lists each SDK feature, with the version of the SDK it was first released in as Early Access, and the version in which it became Production Ready.

<table data-header-hidden><thead><tr><th width="225.8574565245455"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Feature</strong></td><td><strong>Early Access Version</strong></td><td><strong>Production Ready Version</strong></td></tr><tr><td>General Purpose Sensor Data Collection</td><td></td><td><p>Android: 1.0.0</p><p>iOS: 1.0.0</p></td></tr><tr><td>Automatic Stationary and Trip Detection</td><td></td><td><p>Android: 1.0.0</p><p>iOS: 1.0.0</p></td></tr><tr><td>User Linking</td><td></td><td><p>Android: 4.1.22</p><p>iOS: 5.1.0</p></td></tr><tr><td>User Activity Information</td><td></td><td><p>Android:4.7.0</p><p>iOS: 5.3.0</p></td></tr><tr><td>SDK Reset</td><td></td><td><p>Android: 4.14.0</p><p>iOS: 5.6.0</p></td></tr><tr><td>Vehicle Crash Detection</td><td><p>Android: 4.1.21</p><p>iOS: 5.1.4</p></td><td><p>Android: 4.20.0</p><p>iOS: 5.9.0</p></td></tr><tr><td>Transport Classification</td><td><p>Android: 6.0.0</p><p>iOS: 6.0.0</p></td><td><p>Android: 6.4.0</p><p>iOS: 6.4.0</p></td></tr><tr><td>Home &#x26; Work Detection</td><td><p>Android: 6.0.0</p><p>iOS: 6.0.0</p></td><td><p>Android: 6.4.0</p><p>iOS: 6.4.0</p></td></tr><tr><td>Event Timeline</td><td></td><td>Android 6.6.0<br>iOS 6.6.0</td></tr><tr><td>User Segment Detection</td><td><p>Android: 6.0.0</p><p>iOS: 6.0.0</p></td><td><p>Android: 6.4.0</p><p>iOS: 6.4.0</p></td></tr><tr><td>User Current Context Information</td><td><p>Android: 6.0.0</p><p>iOS: 6.0.0</p></td><td><p>Android: 6.4.0</p><p>iOS: 6.4.0</p></td></tr><tr><td>Venue Type Mapping Information</td><td><p>Android: 6.0.0</p><p>iOS: 6.0.0</p></td><td></td></tr><tr><td>Semantic Time</td><td><p>Android: 6.2.0</p><p>iOS: 6.2.0</p></td><td></td></tr><tr><td>Driving Insights</td><td><p>Android: 6.3.0</p><p>iOS: 6.3.0</p></td><td>Android: 6.8.0<br>iOS: 6.8.0</td></tr><tr><td>Smart Geofences</td><td></td><td>Android: 6.8.0<br>iOS: 6.8.0</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/appendix/feature-production-readiness.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.
