# 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 React Native platform:

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

| Feature          | Status | Comment                                                                                                     |
| ---------------- | ------ | ----------------------------------------------------------------------------------------------------------- |
| Bug Reporting    | √      | -                                                                                                           |
| Crash Reporting  | √      | -                                                                                                           |
| Session Replay   | √      |                                                                                                             |
| In-App Chat      | √      | -                                                                                                           |
| In-App Surveys   | √      | -                                                                                                           |
| User Events      | √      | -                                                                                                           |
| User Steps       | -      | Please note that the support is not available at the moment for React-Native components (only native ones). |
| Identify User    | √      | -                                                                                                           |
| User Attributes  | √      | -                                                                                                           |
| Networks Logs    | √      | -                                                                                                           |
| View Hierarchy   | √      | -                                                                                                           |
| Tagging Reports  | √      | -                                                                                                           |
| Feature Requests | √      | -                                                                                                           |
| Screen Loading   | x      | -                                                                                                           |
| Spans            | x      | -                                                                                                           |

<br>


---

# 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/react-native/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.
