> 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/introduction/development/web-services.md).

# API

Welcome to the BugSplat web services API Reference Documentation.

We try hard to keep this documentation up to date, however, if you find any issues, please send us a note at <support@bugsplat.com>, or drop by our [Discord Server](https://discord.gg/K4KjjRV5ve) and talk to us directly.

{% content-ref url="/pages/-MeWAIVMskNMjAdKrPA7" %}
[Web Application Endpoints](/introduction/development/web-services/api.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mid3WyOUGGeuBeJAS7S" %}
[Crash Post Endpoints](/introduction/development/web-services/crash.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MkmXdIPerDfGEbbepCY" %}
[OAuth2](/introduction/development/web-services/oauth2.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeWBE9iwPP4JBlrFD9c" %}
[Paging, Filtering, and Grouping](/introduction/development/web-services/paging-filtering-and-grouping.md)
{% endcontent-ref %}

{% content-ref url="/pages/ALch2QT77owhsgoDyUxI" %}
[Platform Specific API's](/introduction/development/web-services/platform-specific-apis.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.bugsplat.com/introduction/development/web-services.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.
