> 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/product-guides-and-integrations/product-guides/crash-reporting.md).

# Crash Reporting

- [Crash Reporting Types](https://docs.luciq.ai/product-guides-and-integrations/product-guides/crash-reporting/crash-reporting-types.md): Understand the different types of crashes Luciq detects and reports. Learn how handled exceptions, native crashes, and ANRs are captured and categorized.
- [Crash Report Content](https://docs.luciq.ai/product-guides-and-integrations/product-guides/crash-reporting/crash-report-content.md): Learn about the data included in Luciq crash reports. Understand the crash log format, metadata, user info, and attachments captured with each crash event.
- [Occurrences Content](https://docs.luciq.ai/product-guides-and-integrations/product-guides/crash-reporting/occurrences-content.md): What each crash occurrence carries in Luciq, including default and custom user attributes, user data, and any attachments captured on crash.
- [App Hangs](https://docs.luciq.ai/product-guides-and-integrations/product-guides/crash-reporting/app-hangs.md): An App Hang happens when your main thread stops responding. Luciq captures hangs of 3 seconds or more, with the tasks that caused them.
- [Force Restarts](https://docs.luciq.ai/product-guides-and-integrations/product-guides/crash-reporting/force-restarts.md): Learn how Luciq detects and reports forced app restarts. Understand how force restarts differ from traditional crashes and how they appear in your dashboard.
- [Flame Graphs](https://docs.luciq.ai/product-guides-and-integrations/product-guides/crash-reporting/flame-graphs.md): Flame graphs visualize the stack traces behind ANRs and App Hangs, showing which functions appear most so you can find the bottleneck.
- [Crashes For Agents](https://docs.luciq.ai/product-guides-and-integrations/product-guides/crash-reporting/crashes-for-agents.md): Structured, AI-ready crash aggregations a coding agent can consume without blowing its context window, distilled from every occurrence.


---

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