> For the complete documentation index, see [llms.txt](https://soporte.optiwe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soporte.optiwe.com/chatbots/configuraciones-avanzadas/containers.md).

# Containers

Se utilizan para contener un bloque reusable de acciones. Este diseño se realiza por medio del tag **`<container id="cierre_de_conversacion"> </container>`**

```xml
<container id="cierre_de_conversacion"> 
<action type="reply" with_text="Muchas gracias por contactarnos"/>
<action type="end"/>
</container>
```
