# Tipos de nodos

* **Nodo de mensaje:** Muestra información o envia un mensaje al cliente
* **Nodo de pregunta**: Hace una pregunta y espera la respuesta del usuario.
* **Nodo de acción**: Procesa datos y tareas mediante integraciones, APIs, notificaciones, etc.
* **Nodo condicional**: Va a diferentes pasos según las condiciones.
* **Nodo de separación**: Va a diferentes pasos según probabilidades.
* **Nodo de Correo electrónico**: Envía un correo electrónico.
* **Nodo "Ir"**: Salta a otro nodo o subflujo.

<figure><img src="/files/2kkeRy3jV3D3w3LJDrfX" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Cada canal tiene sus propias limitaciones de tipos de mensajes. Por ejemplo, puedes mostrar una galería de productos en Facebook Messenger, pero no en el canal SMS.
{% endhint %}


---

# 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://zasbot.gitbook.io/zasbot-help-docs/crea-tus-flujos/tipos-de-nodos.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.
