# 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](broken://pages/-LdYpe93z-UqrvvQdX7V).

### Collection Information

Each collection you create in the Xenioo Database will be listed in the general database view. Each entry will display a number of information and will offer different options.

<figure><img src="/files/XWv5pC4AkTS8ie15OAmz" alt=""><figcaption></figcaption></figure>

Each block will display:

* **Records**\
  The number of records that are currently inside this collection.
* **Edits**\
  The number of unique edits (update, insert and delete) that have been done on this collection data.
* **Last Update**\
  The last time the collection data was updated.
* **Reads**\
  The number of reads done on this collection data.

Each block will also display the following operational icons:

* **Clone Collection**\
  Can create a copy of the collection structure or of both the structure or the data contained. If the collection is particularly big it may take a while to clone all the data.<br>
* **Clear Collection**\
  Will delete all records contained in the collection but won't delete the collection structure. <br>
* **Delete Collection**\
  Will completely delete the collection and all the data contained.

### 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://docs.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.
