> For the complete documentation index, see [llms.txt](https://documentations.bizverse.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentations.bizverse.world/bizverse-world-browser/crash-reporting-in-bizverse-world.md).

# Crash reporting in Bizverse World

Crash reporting is turned off by default in **Bizverse World** but you can turn it on at any time. We look at incoming crash reports to identify what causes crashes and errors. Turning on crash reporting helps us understand **Bizverse World** so we can continue to improve it.

## Turn crash reporting on or off <a href="#w_turn-crash-reporting-on-or-off" id="w_turn-crash-reporting-on-or-off"></a>

1. Launch **Bizverse World**
2. Click the cogwheel to open the *Settings* menu:
3. Click the switch next to Crash Reporting to turn it on. The color switch should be green.

If **Bizverse World** crashes, it will send back details about the crash to **Bizverse** so we can make improvements.

## What information is sent to Bizverse? <a href="#w_what-information-is-sent-to-mozilla" id="w_what-information-is-sent-to-mozilla"></a>

Information sent in crash reports falls mainly into the following basic categories:

### Device information <a href="#w_device-information" id="w_device-information"></a>

This tells us information about your device, such as the operating system, manufacturer and graphics adapter when the crash happened.

### Application information <a href="#w_application-information" id="w_application-information"></a>

This tells us information about the application that crashed, such as the version, build and build architecture of **Bizverse World** you were using.

### Crash information <a href="#w_crash-information" id="w_crash-information"></a>

This provides information about the crash, including a report of **Bizverse World**’s subroutines at the time of the crash, whether a crash happened before **Bizverse World** finished starting up, what type of process caused the crash and the information in device memory at the time of the crash.


---

# 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://documentations.bizverse.world/bizverse-world-browser/crash-reporting-in-bizverse-world.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.
