> For the complete documentation index, see [llms.txt](https://docs10.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs10.xenioo.com/basic-concepts/users-and-conversation-persistance.md).

# Users and Conversation Persistance

As a default settings, any user information (where available) and conversation captured by a chatbot within any of the available channels, is being persisted on Xenioo storage.

Xenioo storage is provided by a secure cloud infrastructure based in EU.

The lifetime of the persistent storage is limited by the type of the account subscription and it ranges between 1 to 9 months.

Using the [Forget User Action](/actions-and-operations/privacy/xenioo.bots.actions.privacy.privacyforgetuseraction.md) It is however possible to configure each chatbot conversation so that no information is persisted or stored any Xenioo infrastructure beside temporary volatile memory.

{% hint style="warning" %}
This configuration will **completely remove** each and every information about the user contacting your chatbot. Conversation history, variables, phone numbers, emails and every other detail will be **completely deleted** from Xenioo.

In case of a brand new conversation (the user is contacted or contacts the chatbot for the first time), enabling this flag will ensure that **no information is saved** in any case on Xenioo db, making the conversation **fully volatile**.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs10.xenioo.com/basic-concepts/users-and-conversation-persistance.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.
