# Version Control and Backups

### Disaster Recovery and Business Continuity

As part of our technical controls, PixieBrix maintains [continuous backups](https://devcenter.heroku.com/articles/heroku-postgres-data-safety-and-continuous-protection) for disaster recovery and business continuity. Read more in our [Security and Compliance](/enterprise-it-setup/security-and-compliance.md) resources.

### Package and Mod Backups

PixieBrix packages your team creates are versioned.&#x20;

PixieBrix does not integrate directly with Version Control Systems (e.g., Git). To backup/synchronize packages with a VCS, use the PixieBrix [Developer API](/developer-api.md)

* Listing packages: [Package Management APIs](/developer-api/package-management-apis.md)

### Team Database Backups

Team Databases can be exported using the [Developer API](/developer-api.md)


---

# 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.pixiebrix.com/enterprise-it-setup/version-control-and-backups.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.
