> 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.md).

# Development

This **Development** section includes articles that are useful for using BugSplat and getting the most out of the app.

[**Using the App**](/introduction/development/using-the-app.md) - is a walkthrough of the different pages in the app, how to navigate inside the app, and how to begin using the app to view crash data.

[**Symbol Files**](/introduction/development/working-with-symbol-files.md) - are a critical component of getting useful data from your crashes. They're also a common stumbling block for new users.

[**Table Filtering**](/introduction/development/searching/search.md) - contains instructions on how to search application crash data to find and isolate specific crashes or crash groups.

[**Table Grouping**](/introduction/development/searching/grouping.md) - is an overview of how to compare groups of crashes to see into crash and stability trends.

[**Grouping Crashes**](/introduction/development/grouping-crashes.md) - define rules that group a set of crashes at some level other than the top level of the call stack.

[**Commenting**](/introduction/development/commenting.md) - is BugSplat's built-in comment tool and issue tracker.

[**3rd Party Tools**](/introduction/development/integrating-with-tools.md) - compliment your workflow by integrating BugSplat with your issue tracker, messaging app, or another tool.

[**API**](/introduction/development/web-services.md) – is an overview of the BugSplat API.


---

# 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/introduction/development.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.
