# How-Tos

The How-To segment covers guides and tutorials for common stumbling blocks, best practices, feature overviews, and more.

These resources are meant to help new users get the most out of BugSplat following completion of the [Getting Started ](/introduction/getting-started.md)resources or to help current users find resources that can help them further customize their BugSplat account.

## BugSplat Basics

The BugSplat Basics section covers important features and skills needed for using BugSplat.

{% content-ref url="/pages/-MekgqzpG96G7o6jtqAp" %}
[Using the App](/introduction/development/using-the-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MebBB5qGLH01QJXM2uu" %}
[Table Filtering](/introduction/development/searching/search.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mekkl50muWtUYe2RtPG" %}
[Commenting](/introduction/development/commenting.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MekkrgkFnZQYOWC4YEA" %}
[Creating Defects](/education/how-tos/creating-a-defect.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mekv6t47sXhJYVP\_6Zo" %}
[Send Feedback](/education/how-tos/sending-feedback.md)
{% endcontent-ref %}

## Diving Into Defect Data

The Diving Into Defect Data includes tutorials and docs outlining features useful for exploring the data BugSplat can gather on application defects.

{% content-ref url="/pages/-Meb3Lyi24zmvrayM7Tl" %}
[Symbol Files](/introduction/development/working-with-symbol-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mel1v3BHZebgma\_W76T" %}
[Reprocess Crashes](/education/how-tos/reprocessing-crashes.md)
{% endcontent-ref %}

{% content-ref url="/pages/CiHpVHEZV7XwNwyWTsk6" %}
[Batch Reprocess Crashes](/education/how-tos/batch-reprocess-crashes.md)
{% endcontent-ref %}

## Supporting Application Users

The documents in the Supporting Application Users section covers issues critical to providing the best possible experience for [end-users](/education/bugsplat-terminology.md#end-users) when they run into crashes and errors in a live application.

{% content-ref url="/pages/-MeWD6QraxHo55XXaeq0" %}
[Support Responses](/introduction/production/setting-up-custom-support-responses.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeWFIgHdm8-Ecm3l1og" %}
[Crash Dialog Branding](/education/how-tos/customize-the-crash-dialog.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mel2qeRVyOW32niPT6y" %}
[Contacting End-Users](/education/how-tos/contacting-users.md)
{% endcontent-ref %}

## Defect Data

{% content-ref url="/pages/-Meb3Lyi24zmvrayM7Tl" %}
[Symbol Files](/introduction/development/working-with-symbol-files.md)
{% endcontent-ref %}


---

# 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/education/how-tos.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.
