# Overview

Luciq SDK aims to save developers time. We believe that you should spend your time creating awesome features and improving your application instead of chasing information from your testers and users. We believe that spending hours and hours debugging to locate the source of a problem is a waste of time.

This can be done through our main products for Flutter apps:

1. [**Bug Reporting**](/flutter/setup-luciq-for-flutter/setup-bug-reporting.md)
2. [**Crash Reporting**](/flutter/setup-luciq-for-flutter/setup-crash-reporting.md)
3. [**App Performance Monitoring**](/flutter/setup-luciq-for-flutter/setup-application-performance-monitoring.md)
4. [**Session Replay**](/flutter/setup-luciq-for-flutter/setup-session-replay.md)
5. [**In-App Replies**](/flutter/setup-luciq-for-flutter/setup-in-app-replies.md)
6. [**In-App Surveys**](/flutter/setup-luciq-for-flutter/setup-in-app-surveys.md)

| Feature          | Status | Comment |
| ---------------- | ------ | ------- |
| Bug Reporting    | √      | -       |
| Crash Reporting  | √      | -       |
| Session Replay   | √      |         |
| In-App Chat      | √      | -       |
| In-App Surveys   | √      | -       |
| Feature Requests | √      | -       |
| User Events      | √      | -       |
| User Steps       | X      | -       |
| Repro Steps      | √      | -       |
| Identify User    | √      | -       |
| User Attributes  | √      | -       |
| Networks Logs    | √      | -       |
| View Hierarchy   | X      | -       |
| Tagging Reports  | √      | -       |
| Screen Loading   | X      | -       |
| Spans            | X      | -       |


---

# 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/flutter/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.
