# Getting Started

- [iOS](https://sdk.ims.tech/readme/ios.md)
- [Requirements](https://sdk.ims.tech/readme/ios/requirements.md)
- [Importing the SDK](https://sdk.ims.tech/readme/ios/importing-the-sdk.md)
- [Permissions](https://sdk.ims.tech/readme/ios/permissions.md)
- [Initializing the SDK](https://sdk.ims.tech/readme/ios/initializing-the-sdk.md)
- [Using the SDK](https://sdk.ims.tech/readme/ios/using-the-sdk.md)
- [Using Push Notifications](https://sdk.ims.tech/readme/ios/using-the-sdk/using-push-notifications.md): Starting with SDK v1.17 the SDK requires a server upgrade in case you are migrating from a previous version (you need to contact IMS for that) and the server requires push notification capabilities.
- [Push notification certificate and profile creation guide](https://sdk.ims.tech/readme/ios/using-the-sdk/using-push-notifications/push-notification-certificate-and-profile-creation-guide.md)
- [Android](https://sdk.ims.tech/readme/android.md)
- [Requirements](https://sdk.ims.tech/readme/android/requirements.md)
- [Import the SDK](https://sdk.ims.tech/readme/android/import-the-sdk.md)
- [Permissions](https://sdk.ims.tech/readme/android/permissions.md)
- [Obfuscation](https://sdk.ims.tech/readme/android/obfuscation.md)
- [Initialize the SDK](https://sdk.ims.tech/readme/android/initialize-the-sdk.md)
- [Using the SDK](https://sdk.ims.tech/readme/android/using-the-sdk.md)
- [Trip Detection and Recording](https://sdk.ims.tech/readme/android/using-the-sdk/trip-detection-and-recording.md)
- [Trip Manager Configuration](https://sdk.ims.tech/readme/android/using-the-sdk/trip-detection-and-recording/trip-manager-configuration.md)
- [Using TripDetector.AWARENESS](https://sdk.ims.tech/readme/android/using-the-sdk/trip-detection-and-recording/trip-manager-configuration/using-tripdetector.awareness.md)
- [Trip Manager Device Support](https://sdk.ims.tech/readme/android/using-the-sdk/trip-detection-and-recording/trip-manager-configuration/trip-manager-device-support.md)
- [Trip Manager Control](https://sdk.ims.tech/readme/android/using-the-sdk/trip-detection-and-recording/trip-manager-control.md)
- [Trip Manager Status](https://sdk.ims.tech/readme/android/using-the-sdk/trip-detection-and-recording/trip-manager-status.md)
- [Bluetooth and Other Devices](https://sdk.ims.tech/readme/android/using-the-sdk/bluetooth-and-other-devices.md)
- [React Native](https://sdk.ims.tech/readme/react-native.md)
- [Requirements](https://sdk.ims.tech/readme/react-native/requirements.md)
- [Import the SDK](https://sdk.ims.tech/readme/react-native/import-the-sdk.md)
- [Permissions](https://sdk.ims.tech/readme/react-native/permissions.md)
- [Initialize the SDK](https://sdk.ims.tech/readme/react-native/initialize-the-sdk.md)
- [Android](https://sdk.ims.tech/readme/react-native/initialize-the-sdk/android.md)
- [iOS](https://sdk.ims.tech/readme/react-native/initialize-the-sdk/ios.md)
- [Using the SDK](https://sdk.ims.tech/readme/react-native/using-the-sdk.md): Trip Manager configuration
- [Trip Manager](https://sdk.ims.tech/readme/react-native/using-the-sdk/trip-manager.md)
- [Device service](https://sdk.ims.tech/readme/react-native/using-the-sdk/device-service.md)
- [Flutter](https://sdk.ims.tech/readme/flutter.md)
- [Requirements](https://sdk.ims.tech/readme/flutter/requirements.md)
- [Import the SDK](https://sdk.ims.tech/readme/flutter/import-the-sdk.md)
- [Permissions](https://sdk.ims.tech/readme/flutter/permissions.md)
- [Initialize the SDK](https://sdk.ims.tech/readme/flutter/initialize-the-sdk.md)
- [Using the SDK](https://sdk.ims.tech/readme/flutter/using-the-sdk.md)


---

# 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://sdk.ims.tech/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.
