# Cómo editar un bloque

## Barra superior del bloque del editor

La barra superior del bloque del editor contiene varios campos:

1. Tipo de bloque

<div data-with-frame="true"><figure><img src="/files/9bafa1c7e3cec2b89291f481988621ae8d54ab92" alt="" width="563"><figcaption></figcaption></figure></div>

2. Nombre del bloque (descripción)

<div data-with-frame="true"><figure><img src="/files/44543e74190fa9ac3c113c33d37e10be50b7ba33" alt="" width="375"><figcaption></figcaption></figure></div>

3. ID único del bloque

<div data-with-frame="true"><figure><img src="/files/c423a3d2021a6bb641f20001c5b0b059c9d87132" alt="" width="563"><figcaption></figcaption></figure></div>

Para copiar el número del bloque (ID del bloque), simplemente haga clic en el número del bloque.

4\. Menú de comandos adicionales

<div data-with-frame="true"><figure><img src="/files/001f64392e534857e59fc37c706fab7451a36a13" alt="" width="563"><figcaption></figcaption></figure></div>

5. Texto generado por IA

<div data-with-frame="true"><figure><img src="/files/922a2c020897664e38946cb863824fda95c2d020" alt="" width="563"><figcaption></figcaption></figure></div>

Este es el campo para seleccionar el tipo de bloque. Para obtener información detallada sobre los diferentes tipos de bloques, consulte [Bloques y tipos](/doc/es/chatbot/builder/setting/types.md)

Para cambiar el tipo de bloque, haga clic en el icono del tipo de bloque; esto abrirá un menú desplegable con todas las opciones disponibles.

<div data-with-frame="true"><figure><img src="/files/8481523ad9fd07fcba8ec7f109453f50e44ac0a6" alt="" width="285"><figcaption></figcaption></figure></div>

## Campo: Nombre del bloque

**Descripción:** Este campo le permite añadir una breve nota sobre la finalidad del bloque. Es extremadamente útil para organizar la lógica de su bot y mantener la claridad en proyectos complejos con numerosos bloques. De forma predeterminada, la descripción se completa automáticamente con texto del campo "Texto del mensaje". Esta descripción es solo para su referencia y no afecta al funcionamiento del bot.

De forma predeterminada, el bloque recibe el nombre de su tipo:

<div data-with-frame="true"><figure><img src="/files/acdfd9c08f21abec28f02efefd46787b503bd451" alt="" width="563"><figcaption></figcaption></figure></div>

Puede establecer un nombre personalizado para el bloque haciendo clic en el campo:

<div data-with-frame="true"><figure><img src="/files/df20c10f7a7f2ffed6cdfd1b99f52028773daa12" alt="" width="428"><figcaption></figcaption></figure></div>


---

# 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.mavibot.ai/doc/es/chatbot/builder/setting/edit.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.
