> For the complete documentation index, see [llms.txt](https://docs.bugsplat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugsplat.com/integrations.md).

# Integrations

- [Choose Your Platform](https://docs.bugsplat.com/integrations/integrations.md)
- [Desktop Software](https://docs.bugsplat.com/integrations/desktop.md)
- [BugSplat for Windows (C++)](https://docs.bugsplat.com/integrations/desktop/cplusplus.md)
- [Full Memory Dumps](https://docs.bugsplat.com/integrations/desktop/cplusplus/full-memory-dumps.md)
- [BugSplat for Windows Dependencies](https://docs.bugsplat.com/integrations/desktop/cplusplus/dependencies.md)
- [BugSplat for Windows Upgrade Guide](https://docs.bugsplat.com/integrations/desktop/cplusplus/bugsplat-for-windows-upgrade-guide.md): Upgrading from versions of BugSplat for Windows prior to 7.0.0
- [BugSplat for Windows API Documentation](https://docs.bugsplat.com/integrations/desktop/cplusplus/bugsplat-for-windows-api-documentation.md)
- [.NET Framework](https://docs.bugsplat.com/integrations/desktop/windows-dot-net-framework.md)
- [.NET Standard](https://docs.bugsplat.com/integrations/desktop/dot-net-standard.md)
- [macOS](https://docs.bugsplat.com/integrations/desktop/macos.md)
- [Linux](https://docs.bugsplat.com/integrations/desktop/linux.md)
- [Electron](https://docs.bugsplat.com/integrations/desktop/electron.md)
- [Qt](https://docs.bugsplat.com/integrations/desktop/qt.md)
- [Java](https://docs.bugsplat.com/integrations/desktop/java.md)
- [Python](https://docs.bugsplat.com/integrations/desktop/python.md)
- [Crashpad](https://docs.bugsplat.com/integrations/desktop/crashpad.md)
- [How to Build Google Crashpad](https://docs.bugsplat.com/integrations/desktop/crashpad/how-to-build-google-crashpad.md)
- [Breakpad (Deprecated)](https://docs.bugsplat.com/integrations/desktop/breakpad.md)
- [Game Development](https://docs.bugsplat.com/integrations/game-development.md)
- [CRYENGINE](https://docs.bugsplat.com/integrations/game-development/cryengine.md)
- [Nintendo Switch 2](https://docs.bugsplat.com/integrations/game-development/nintendo.md)
- [PlayStation](https://docs.bugsplat.com/integrations/game-development/playstation.md): Process PS4 and PS5 crash reports with BugSplat. Available for certified PlayStation developers, our SDK enhances game stability
- [Unreal Engine](https://docs.bugsplat.com/integrations/game-development/unreal-engine.md)
- [Unreal Engine Plugin](https://docs.bugsplat.com/integrations/game-development/unreal-engine/unreal-engine-plugin.md)
- [Unreal Assert, Check, and Ensure Reporting](https://docs.bugsplat.com/integrations/game-development/unreal-engine/unreal-assert-check-and-ensure-reporting.md)
- [Unity](https://docs.bugsplat.com/integrations/game-development/unity.md)
- [Xbox](https://docs.bugsplat.com/integrations/game-development/xbox.md): Integrate BugSplat for crash reporting in Xbox games (Series X, S, One). Our SDK supports GDK and GDKX projects, helping certified developers enhance game stability.
- [Custom Engine Support](https://docs.bugsplat.com/integrations/game-development/custom-engine-support.md)
- [Mobile Apps](https://docs.bugsplat.com/integrations/mobile.md)
- [Android](https://docs.bugsplat.com/integrations/mobile/android.md)
- [Ionic](https://docs.bugsplat.com/integrations/mobile/ionic.md)
- [iOS](https://docs.bugsplat.com/integrations/mobile/ios.md)
- [React Native](https://docs.bugsplat.com/integrations/mobile/react-native.md)
- [Web](https://docs.bugsplat.com/integrations/web.md)
- [Angular](https://docs.bugsplat.com/integrations/web/angular.md)
- [JavaScript](https://docs.bugsplat.com/integrations/web/javascript.md)
- [React](https://docs.bugsplat.com/integrations/web/react.md)
- [Vue](https://docs.bugsplat.com/integrations/web/vue.md)
- [Node.js](https://docs.bugsplat.com/integrations/web/node.js.md)
- [Deno](https://docs.bugsplat.com/integrations/web/deno.md)
- [Downloads](https://docs.bugsplat.com/integrations/downloads.md): Direct links to platform downloads.  Note that all links can also be found in their platform specific document.


---

# 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.bugsplat.com/integrations.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.
