# What should I do if I get a BugSplat?

When you get a BugSplat, it means that the program you were running crashed.

The best thing to do is fill out the User Description box and hit “Send.” The user description of the event right before the crash in combination with a snapshot from BugSplat of the crash is immensely helpful for developers when they go to your bugs.

If you have repeatedly gotten BugSplats, you should search for help from the developer of your software or video game. Try searching for a help forum or support site maintained by the company that developed the application that is crashing. Most of the time only a simple fix is required.

See this [document](https://github.com/BugSplat-Git/bugsplat-docs/blob/master/education/faq/common-end-user-questions/broken-reference/README.md) for further help with fixing repeat 'BugSplat's'.


---

# 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.bugsplat.com/education/faq/common-end-user-questions/what-should-i-do-if-i-get-a-bugsplat.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.
