# What is BsSndRpt.exe?

BugSplat is a crash reporting tool that helps developers report on instances of their application crashes. The file BsSndRpt.exe is a part of the crash reporting program and is trusted by thousands of developers to help them fix their bugs.

BugSplat is a crash reporter. A crash reporter is a piece of code that helps developers find when, where, and how frequently their software crashes while in use.

If you saw a BugSplat after your software shut down unexpectedly, it means that the developers behind your software are dedicated to its quality. And that's an excellent thing.

As part of the BugSplat program, the **BsSndRpt.exe** file is vital for getting the crash reporting tool to work correctly. Uninstalling the actual BugSplat file is not an option, as it is part of whichever program you were using that just crashed.

The best way to fix a program that is crashing is to follow these instructions [here](https://github.com/BugSplat-Git/bugsplat-docs/blob/master/education/faq/common-end-user-questions/broken-reference/README.md), or contact the makers of your software program.


---

# 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-is-bssndrpt-exe.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.
