# Get started with drivekit

- [Trip recording lifecycle](https://docs.drivequant.com/get-started-drivekit/trip-recording-lifecycle.md)
- [iOS](https://docs.drivequant.com/get-started-drivekit/ios.md): This section describes how to integrate DriveKit into an iOS mobile application.
- [Quick start](https://docs.drivequant.com/get-started-drivekit/ios/quick-start.md): In this part, we will take you through the required basic steps to detect your first trips using DriveKit.
- [Advanced configurations](https://docs.drivequant.com/get-started-drivekit/ios/advanced-configurations.md)
- [References](https://docs.drivequant.com/get-started-drivekit/ios/references.md)
- [DriveKit 3.0 migration guide](https://docs.drivequant.com/get-started-drivekit/ios/drivekit-3.0-migration-guide.md): Migration guide for DriveKit 3.0 on iOS platform
- [Android](https://docs.drivequant.com/get-started-drivekit/android.md)
- [Quick start](https://docs.drivequant.com/get-started-drivekit/android/quick-start.md): In this part, we will take you through the required basic steps to detect your first trips using DriveKit.
- [Advanced configurations](https://docs.drivequant.com/get-started-drivekit/android/advanced-configurations.md)
- [References](https://docs.drivequant.com/get-started-drivekit/android/references.md)
- [Android 15 Migration guide](https://docs.drivequant.com/get-started-drivekit/android/android-15-migration-guide.md)
- [Android 14 Migration guide](https://docs.drivequant.com/get-started-drivekit/android/android-14-migration-guide.md)
- [Troubleshooting](https://docs.drivequant.com/get-started-drivekit/android/troubleshooting.md): This page can be helpful if you encounter some build issues with DriveKit SDK in your app.
- [DriveKit 3.0 migration guide](https://docs.drivequant.com/get-started-drivekit/android/drivekit-3.0-migration-guide.md): Migration guide for DriveKit 3.0 on Android platform


---

# 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.drivequant.com/get-started-drivekit.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.
