# Xenioo Database

The Xenioo Database section gives your chatbot full access to high performance cloud database that can be quickly accessed by your chatbots and shared between conversations.

Using Xenioo Database, your chatbot can access multiple [collections ](/database/collections.md)of data that can be used to store dynamic values. Values, stored in collections, can be accessed from your chatbot flow [using actions](/actions-and-operations/database.md), [scripting ](/actions-and-operations/integration/xenioo.bots.actions.base.executescriptaction/xenioo-database-collection-methods.md)and API for [reading, writing and deleting](/database/database-api-access.md).

Data stored in collections is persistent and shared among all conversation instances.

![](/files/-M_REcWKPVLhvj0NM9vC)

The Xenioo Database features require an active Database [package](/basic-concepts/your-account/additional-packages.md).

### Further Reading

{% embed url="<https://www.xenioo.com/how-to-build-a-complete-qa-chatbot-part-1/>" %}


---

# 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://docs10.xenioo.com/database/xenioo-database.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.
