# FAQs

### **Welcome to the BugSplat FAQs Documentation.**

In this segment, users will find answers to commonly asked questions about the BugSplat app and crash reporting.

Use the left-hand menu to navigate to specific FAQs or search for your topic using the search feature at the top right-hand of the page.

### **Not finding what you're looking for?**

If you still can't find the answer you're looking for, please send us a note at <support@bugsplat.com>. You can also drop by our [Discord Server](https://discord.gg/K4KjjRV5ve) and talk to us directly.


---

# 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/faq.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.
