# Creating Defects

Using BugSplat with your defect or issue tracker tool is a great way to improve your support workflow and stay organized.

BugSplat integrates with popular defect tracking tools and allows users to create defects with a single-button click. Hyperlinks allow quick navigation from defects to crash reports and back. Defects created from BugSplat automatically include symbolic call stack information as well as other crash-specific data.

Follow this [link](/introduction/development/integrating-with-tools/issue-trackers.md) to learn more about integrating your defect tracker with BugSplat, as well as creating defects from individual crashes and stack keys,

{% content-ref url="/pages/-Mea3Qlfmb1SzMIP\_diG" %}
[Issue Trackers](/introduction/development/integrating-with-tools/issue-trackers.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/creating-a-defect.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.
