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

# Guides

- [Using BugSplat](https://docs.bugsplat.com/guides/development.md)
- [Using the App](https://docs.bugsplat.com/guides/using-the-app.md)
- [Symbol Files](https://docs.bugsplat.com/guides/working-with-symbol-files.md)
- [Upload Symbols with symbol-upload](https://docs.bugsplat.com/guides/working-with-symbol-files/upload-symbols-with-symbol-upload.md): How to upload symbol files to BugSplat with symbol-upload, covering CLI usage, authentication, dSYM, self-hosted symbol servers, and GitHub Actions
- [How to Manually Upload Symbols](https://docs.bugsplat.com/guides/working-with-symbol-files/how-to-manually-upload-symbols.md)
- [Managing Symbol Storage](https://docs.bugsplat.com/guides/working-with-symbol-files/managing-symbol-storage.md): How BugSplat stores symbols, cleans them up automatically, how to remove symbol files, and how to manage your symbol space
- [Symbol Servers](https://docs.bugsplat.com/guides/working-with-symbol-files/symbol-servers.md)
- [Working with Symbol Files in Windows Environments](https://docs.bugsplat.com/guides/working-with-symbol-files/working-with-windows-symbols-in-bugsplat.md)
- [Source Maps](https://docs.bugsplat.com/guides/working-with-symbol-files/source-maps.md)
- [SendPdbs (Legacy)](https://docs.bugsplat.com/guides/working-with-symbol-files/sendpdbs-legacy.md)
- [Searching](https://docs.bugsplat.com/guides/searching.md)
- [Table Filtering](https://docs.bugsplat.com/guides/searching/search.md)
- [Table Grouping](https://docs.bugsplat.com/guides/searching/grouping.md)
- [Grouping Crashes](https://docs.bugsplat.com/guides/grouping-crashes.md)
- [Commenting](https://docs.bugsplat.com/guides/commenting.md)
- [Alerts & Issue Trackers](https://docs.bugsplat.com/guides/integrating-with-tools.md)
- [Configurable Alerts](https://docs.bugsplat.com/guides/integrating-with-tools/messanger-apps.md)
- [Slack](https://docs.bugsplat.com/guides/integrating-with-tools/messanger-apps/slack.md)
- [Microsoft Teams](https://docs.bugsplat.com/guides/integrating-with-tools/messanger-apps/microsoft-teams.md)
- [Discord](https://docs.bugsplat.com/guides/integrating-with-tools/messanger-apps/discord.md)
- [Email](https://docs.bugsplat.com/guides/integrating-with-tools/messanger-apps/email.md)
- [Webhook](https://docs.bugsplat.com/guides/integrating-with-tools/messanger-apps/webhook.md)
- [Issue Trackers](https://docs.bugsplat.com/guides/integrating-with-tools/issue-trackers.md)
- [Azure DevOps](https://docs.bugsplat.com/guides/integrating-with-tools/issue-trackers/azure-devops.md)
- [Favro](https://docs.bugsplat.com/guides/integrating-with-tools/issue-trackers/favro.md)
- [Jira](https://docs.bugsplat.com/guides/integrating-with-tools/issue-trackers/jira.md)
- [GitHub Issues](https://docs.bugsplat.com/guides/integrating-with-tools/issue-trackers/github-issues.md)
- [GitLab](https://docs.bugsplat.com/guides/integrating-with-tools/issue-trackers/gitlab.md)
- [Monday.com](https://docs.bugsplat.com/guides/integrating-with-tools/issue-trackers/monday.md)
- [YouTrack](https://docs.bugsplat.com/guides/integrating-with-tools/issue-trackers/youtrack.md)
- [Automatic Issue Creation for Defect Tracker Integrations](https://docs.bugsplat.com/guides/integrating-with-tools/issue-trackers/automatic-issue-creation.md)
- [Production](https://docs.bugsplat.com/guides/production.md)
- [Versions](https://docs.bugsplat.com/guides/production/managing-versions.md): BugSplat's Versions Page
- [Regression Alerts](https://docs.bugsplat.com/guides/production/regression-alerts.md)
- [Security and Compliance](https://docs.bugsplat.com/guides/production/security-privacy-and-compliance.md)
- [Security Program](https://docs.bugsplat.com/guides/production/security-privacy-and-compliance/security-program.md): Updated 25-Oct-2023
- [BugSplat Security Program Inquirys](https://docs.bugsplat.com/guides/production/security-privacy-and-compliance/bugsplat-security-program-inquirys.md)
- [SOC 2](https://docs.bugsplat.com/guides/production/security-privacy-and-compliance/soc-2.md)
- [GDPR & UK GDPR Compliance](https://docs.bugsplat.com/guides/production/security-privacy-and-compliance/gdpr.md)
- [Avoid Collecting Personally Identifiable Information (PII)](https://docs.bugsplat.com/guides/production/security-privacy-and-compliance/avoid-collecting-personally-identifiable-information-pii.md)
- [Crash Expiry](https://docs.bugsplat.com/guides/production/security-privacy-and-compliance/crash-expiry.md)
- [Terms](https://docs.bugsplat.com/guides/production/security-privacy-and-compliance/terms.md)
- [Privacy Policy](https://docs.bugsplat.com/guides/production/security-privacy-and-compliance/privacy-policy.md)
- [Support Responses](https://docs.bugsplat.com/guides/production/setting-up-custom-support-responses.md)


---

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