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