# Cloud Database

- [Copy Data From Path](https://docs.apphive.io/apphive-documentacion/reference/funciones/cloud-database/copy-data-from-path.md)
- [Eliminar datos de la base de datos (Delete Database Data)](https://docs.apphive.io/apphive-documentacion/reference/funciones/cloud-database/delete-database-data.md): Elimina un registro o todos los registros de la base de datos en la nube.
- [Get Database Data](https://docs.apphive.io/apphive-documentacion/reference/funciones/cloud-database/get-database-data.md): Obtain registers from the cloud database data.
- [Save Data in Database](https://docs.apphive.io/apphive-documentacion/reference/funciones/cloud-database/save-data-in-database.md): Save data in the cloud database
- [Upload File](https://docs.apphive.io/apphive-documentacion/reference/funciones/cloud-database/upload-file.md): Create a working file upload component with functions.


---

# 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.apphive.io/apphive-documentacion/reference/funciones/cloud-database.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.
