> For the complete documentation index, see [llms.txt](https://docs.luciq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luciq.ai/flutter/setup-luciq-for-flutter/setup-bug-reporting.md).

# Setup Bug Reporting

- [Showing Luciq](https://docs.luciq.ai/flutter/setup-luciq-for-flutter/setup-bug-reporting/showing-luciq.md): Pick how Luciq is shown in your Flutter app, by device shake, screenshot, floating button, or a manual call, and customize what users see next.
- [Customize Report Fields](https://docs.luciq.ai/flutter/setup-luciq-for-flutter/setup-bug-reporting/customize-report-fields.md): Customize bug report fields in your Flutter app with Luciq. Add custom fields and modify options to tailor the bug reporting experience for your team.
- [Bug Reporting Callbacks](https://docs.luciq.ai/flutter/setup-luciq-for-flutter/setup-bug-reporting/bug-reporting-callbacks.md): Covered here are callbacks that you can use to have a block of code executed when a certain action is triggered for your Flutter apps.
- [Setup Extended Bug Report](https://docs.luciq.ai/flutter/setup-luciq-for-flutter/setup-bug-reporting/setup-extended-bug-report.md): Standardize reports from your Flutter testers with fields for steps to reproduce, actual results, and expected results, and the APIs that configure them.
- [Setup Proactive Reporting](https://docs.luciq.ai/flutter/setup-luciq-for-flutter/setup-bug-reporting/setup-proactive-reporting.md): Enable Proactive Reporting in your Flutter app with Luciq. Turn the feature on and tune the pop-up frequency and launch delay from Dart.
- [Disabling/Enabling Bug Reporting](https://docs.luciq.ai/flutter/setup-luciq-for-flutter/setup-bug-reporting/disabling-enabling-bug-reporting.md): Enable or disable the bug report, feedback, and question options separately in your Flutter app, and see how that changes the default invocation mode.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.luciq.ai/flutter/setup-luciq-for-flutter/setup-bug-reporting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
