# Gestión de datos

- [Introducción](https://docs.biuwer.com/es/gestion-de-datos/introduccion.md)
- [Conexiones de datos](https://docs.biuwer.com/es/gestion-de-datos/conexiones-datos.md): Las conexiones de datos permiten acceder a tus datos allá donde estén.
- [Conjuntos de datos](https://docs.biuwer.com/es/gestion-de-datos/conjuntos-datos.md): Los Conjuntos de datos en Biuwer permiten disponer las entidades de datos que se van a utilizar para crear las Tarjetas y Páginas.
- [Modelos de datos](https://docs.biuwer.com/es/gestion-de-datos/modelos-datos.md): Una de las claves del funcionamiento flexible de Biuwer es su capa de modelado de datos, que se hace mediante los Modelos de datos.


---

# 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.biuwer.com/es/gestion-de-datos.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.
