# Database backups

- [MySQL backups](https://docs.weap.io/database-backups/mysql-backups.md)
- [Get started](https://docs.weap.io/database-backups/mysql-backups/get-started.md): Get started with MySQL backups.
- [Encrypted MySQL backups](https://docs.weap.io/database-backups/mysql-backups/encrypted-mysql-backups.md): Learn how to encrypt your MySQL backups.
- [Exclude certain tables from the backups](https://docs.weap.io/database-backups/mysql-backups/exclude-certain-tables-from-the-backups.md): Find out how you can exclude certain tables from the backups.
- [PostgreSQL backups](https://docs.weap.io/database-backups/postgresql-backups.md)
- [Get started](https://docs.weap.io/database-backups/postgresql-backups/get-started.md): Get started with PostgreSQL backups.
- [Auto-synchronize your PostgreSQL databases](https://docs.weap.io/database-backups/postgresql-backups/auto-synchronize-your-postgresql-databases.md)
- [How to decrypt a database backup](https://docs.weap.io/database-backups/how-to-decrypt-a-database-backup.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.weap.io/database-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.
