# FAQ

<details>

<summary>What can I do if my database provider is not available in the options in bqckup?</summary>

Currently, [bqckup](https://bqckup.com) only supports **MySQL** and **PostGRE** as database providers. If the database provider you are using is not available in the options, you can submit a feature request to the [bqckup](https://bqckup.com), or even contribute to adding the feature yourself.

</details>

<details>

<summary>How can I connect my Google Drive, Dropbox, etc to bqckup?</summary>

[Bqckup](https://bqckup.com) was created based on the issues we experienced, and we use S3 as a storage for the data. You can read an article that I have written [here](https://medium.com/@thisnugroho/we-creating-a-secure-backup-solution-for-peace-of-mind-31b9963975b8), which explains why we chose to use S3 over Google Drive. However, if you do require this feature, please do not hesitate to submit a feature request and we will review whether it is necessary to add or not. or, you can contribute by adding this feature to [Bqckup](https://bqckup.com) 😀

</details>


---

# 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.bqckup.com/bqckup-documentation/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.
