> 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/guardar-un-dato-en-la-sesion.md).

# Guardar un dato en la sesión

A veces resulta útil guardar datos fijos en la sesión con el fin de poder ser utilizados posteriormente. Para realizar tal acción se debe utilizar el tipo de acción `store`&#x20;

```xml
    <action
        type="store"
        key="state.wanumber"
        value="917834811114"
    />
```
