# Overview

The Luciq SDK aims to save you time. Instead of spending hours locating the source of a problem and chasing information from your testers and users, we make this process easier and faster for you so that you can spend your time creating awesome features and improving your application.

This can be done through our products available for the iOS platform:

1. [**Bug Reporting**](/android/set-up-luciq-for-android/set-up-bug-reporting.md)
2. [**Crash Reporting**](/android/set-up-luciq-for-android/set-up-crash-reporting.md)
3. [**App Performance Monitoring**](/android/set-up-luciq-for-android/set-up-application-performance-monitoring.md)
4. [**Session Replay**](/android/set-up-luciq-for-android/set-up-session-replay.md)
5. [**App ratings**](/android/set-up-luciq-for-android/setup-app-ratings-and-reviews.md)
6. [**Rollout Management**](/product-guides-and-integrations/product-guides/rollout-management.md)
7. [**In-App Replies**](/android/set-up-luciq-for-android/in-app-replies.md)
8. [**In-App Surveys**](/android/set-up-luciq-for-android/setup-in-app-surveys.md)

| Feature          | Status | Comment |
| ---------------- | ------ | ------- |
| Bug Reporting    | √      | -       |
| Crash Reporting  | √      | -       |
| In-App Chat      | √      | -       |
| In-App Surveys   | √      | -       |
| User Events      | √      | -       |
| User Steps       | √      | -       |
| Identify User    | √      | -       |
| User Attributes  | √      | -       |
| Networks Logs    | √      | -       |
| View Hierarchy   | √      | -       |
| Tagging Reports  | √      | -       |
| Feature Requests | √      | -       |

***

### Jetpack Compose

{% hint style="info" %}

#### Minimum SDK Version

Supporting Jetpack Compose requires a minimum Luciq Android SDK version of 11.13.0
{% endhint %}

Luciq supports Jetpack Compose for **Bug Reporting and Crash Reporting**. In addition to the features listed in the table above, below is a breakdown of the availability of specific features.

| Feature                         | XML | Jetpack Compose |
| ------------------------------- | --- | --------------- |
| Repro Steps                     | √   | √               |
| Auto Masking                    | √   | √               |
| User Steps                      | √   | √               |
| Current View (Occurrences Page) | √   | √               |
| Private Views                   | √   | √               |

For details on how to integrate Luciq with Jetpack Compose, please check [this ](/android/set-up-luciq-for-android/integrate-luciq-on-android/jetpack-compose-integration.md)link.


---

# 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.luciq.ai/android/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.
