# Bug Reporting

- [Bug Grouping](https://docs.luciq.ai/product-guides-and-integrations/product-guides/bug-reporting/bug-grouping.md): Reduces triage time by automatically detecting and grouping duplicate bug reports. You’ll get cleaner bug lists, clearer issue impact, and a single master report you can act on.
- [Bug Grouping | Alerts & Rules](https://docs.luciq.ai/product-guides-and-integrations/product-guides/bug-reporting/bug-grouping/bug-grouping-or-alerts-and-rules.md): This page provides alert and rule recommendations if you have Bug Grouping enabled.
- [Report Types & Content](https://docs.luciq.ai/product-guides-and-integrations/product-guides/bug-reporting/report-types-and-content.md): This page covers the content found in the reports sent to the bugs page of your dashboard and relevant APIs for your iOS apps.
- [Reply to Reporters](https://docs.luciq.ai/product-guides-and-integrations/product-guides/bug-reporting/reply-to-reporters.md): This page shows you how to send an in-app chat to your users from your dashboard and explains the icons seen in the list of reports on your bugs page for your iOS apps.
- [Extended Bug Report](https://docs.luciq.ai/product-guides-and-integrations/product-guides/bug-reporting/extended-bug-report.md)
- [Proactive Bug Reporting](https://docs.luciq.ai/product-guides-and-integrations/product-guides/bug-reporting/proactive-bug-reporting.md): This page covers how you can use Proactive Reporting to prompt users to submit feedback reports and how to configure it using APIs.
- [Report Categories](https://docs.luciq.ai/product-guides-and-integrations/product-guides/bug-reporting/report-categories.md): This page covers how you can set custom categories so that when a user tries to report a bug or suggest an improvement, they can select the category for the report.


---

# 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/product-guides-and-integrations/product-guides/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.
