# Tables

## Visión general

Estas tablas pueden ser el resultado de la sincronización de datos con sistemas externos, como ser ERPs, CRMs o PMSs y/o el resultado de importaciones masivas que realizan los usuarios dentro de la plataforma. A estas alturas ya debería tener una Api Key registrada y saber cómo realizar solicitudes autenticadas. Veamos cómo subir un documento.

## Métodos de Documents API

A continuación, detallamos los métodos de la API Tables

<table><thead><tr><th width="253">Método</th><th>Descripción</th></tr></thead><tbody><tr><td><a href="/pages/zmUvPEzIBnuGlpi7xlLD">List</a></td><td>Se utiliza para obtener los datos estructurados de una tabla en particular.</td></tr></tbody></table>


---

# 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-agents-api.boolfy.com/tables.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.
