# Production

The Production section covers documents that help put your application into production with BugSplat.

[**Support Responses**](/introduction/production/setting-up-custom-support-responses.md) - are a custom message set by you that is displayed to an end-user as a new tab in their default browser after they experience a specific type of crash. They are useful for alerting users to known issues or passing along information important to fixing a defect.

[**Managing Versions**](/introduction/production/managing-versions.md) - instructions on adding or removing symbols, retiring old versions you no longer wish to collect crashes from, and adding support for Full Memory Dumps.

[**Security and Compliance**](/introduction/production/security-privacy-and-compliance.md) - Overview of BugSplat's security program, SOC-2 and GDPR compliance, terms, privacy policy, and more.

[Regression Alerts](/introduction/production/regression-alerts.md) - After a defect has been marked as closed, BugSplat can automatically identify when a crash recurs in a newer version and notify your team.


---

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