# Columna de bloques

<figure><img src="/files/ONIrtmOG0vMRerjyMXtL" alt=""><figcaption><p>Blocks Section</p></figcaption></figure>

La sección de bloques incluye todos los bloques funcionales esenciales para que prepares y despliegues tus escenarios.

Puedes encontrar la descripción detallada de cada bloque en [All Blocks](/spanish/bloques-de-funcion/blocks-reference.md).

Cada sección de bloques está dividida en varias pestañas:

<details>

<summary>Input/Output</summary>

La sección Input/Output incluye bloques encargados de suministrar datos a tus escenarios y exportarlos.

</details>

<details>

<summary>Data/Logic</summary>

Esta pestaña incluye manipulación de tipos de datos fuera de las imágenes, tales como:

* Cadenas (textos)
* Números
* Datos lógicos (verdadero/falso)
* Diccionarios, contenedores especiales basados en clave-valor

</details>

<details>

<summary>Image Transformers</summary>

Aquí se encuentran todos los bloques funcionales que manipulan datos de imagen, por ejemplo:

<figure><img src="/files/MUzWEIw2dqUgBflMVHpQ" alt="" width="450"><figcaption><p>Blur Transformer</p></figcaption></figure>

</details>

<details>

<summary>Detections/Shapes</summary>

En esta pestaña encontrarás los bloques necesarios para la detección de formas y patrones:

<figure><img src="/files/aSkB36dTReTBho4kphZZ" alt="" width="450"><figcaption><p>Detect Reference Block</p></figcaption></figure>

</details>

<details>

<summary>AI Blocks</summary>

Integra algoritmos de IA para análisis y procesamiento avanzado de imágenes:

<figure><img src="/files/yzY2iruzYPyMolkfXzT5" alt="" width="450"><figcaption><p>Detect Reference Block</p></figcaption></figure>

</details>

<details>

<summary>Custom Blocks</summary>

Aquí se muestran todos los plugins y bloques personalizados creados por el usuario.

</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.augelab.com/spanish/bloques-de-funcion/blocks-column.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.
