# Desktop

BugSplat provides best-in-class support for desktop applications. We support both native [C++](/introduction/getting-started/integrations/desktop/cplusplus.md) and [.NET Framework](/introduction/getting-started/integrations/desktop/windows-dot-net-framework.md) version 3.5+ applications on Windows. For [macOS](/introduction/getting-started/integrations/desktop/macos.md), we support macOS 10.7 or newer and also support crash reporting for ARM Macs. On [Linux](/introduction/getting-started/integrations/desktop/linux.md) systems, we support collecting native C++ crash reports via [Breakpad](/introduction/getting-started/integrations/cross-platform/breakpad.md) and [Crashpad](/introduction/getting-started/integrations/cross-platform/crashpad.md). Take a look at the documentation articles below to configure crash reporting in your app.

{% content-ref url="/pages/-LBNuL8eAtOKiWftzlY9" %}
[BugSplat for Windows (C++)](/introduction/getting-started/integrations/desktop/cplusplus.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mg1sBkS0Y9xv3mJcPER" %}
[.NET Framework](/introduction/getting-started/integrations/desktop/windows-dot-net-framework.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MiRaZicbGk3N6gqitF2" %}
[macOS](/introduction/getting-started/integrations/desktop/macos.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeRWg8mVkYp1Z8J-AlE" %}
[Linux](/introduction/getting-started/integrations/desktop/linux.md)
{% endcontent-ref %}

{% hint style="info" %}
**Not finding what you're looking for?** Please reach out to <support@bugsplat.com> to request the language or environment you'd like BugSplat to integrate with next!
{% endhint %}


---

# 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/introduction/getting-started/integrations/desktop.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.
