# Set up Bug Reporting

{% hint style="info" %}

#### Integrating and Showing Luciq

To be able to use Luciq's Bug Reporting and Feedback product, you must first [integrate the SDK](/android/set-up-luciq-for-android/integrate-luciq-on-android.md). You should also understand how to [show the SDK](/android/set-up-luciq-for-android/set-up-bug-reporting/showing-luciq.md).
{% endhint %}

Your users and beta testers can show Luciq Bug Reporting from any page in your app. When they select "Report a bug", "Suggest an improvement", or "Ask a question" from the default [Prompt Options](/android/set-up-luciq-for-android/sdk-customizations/prompt-options.md) menu that pops up when they show Luciq, these reports are sent to the bugs page of your dashboard with all the information and logs you need to pinpoint any issues.


---

# 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/set-up-luciq-for-android/set-up-bug-reporting.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.
