# Storage

Qubitro supports robust storage solutions for persistent data management.&#x20;

Two primary storage types are available:

### Time Series Storage

Designed for structured, time-stamped data. Supports valid JSON and binary data (via integrations) for capturing events, sensor readings, and other chronological information.

{% content-ref url="/pages/OB5ZYomERrvDW9eRuC1T" %}
[Time Series Storage](/platform/storage/time-series-storage.md)
{% endcontent-ref %}

### Blob Storage

Designed for unstructured data. Supports audio, image, and video formats for managing large files and multimedia content.

{% hint style="info" %}
Available only on the Enterprise plan. Activate it from the organization’s add-on settings.
{% endhint %}

{% content-ref url="/pages/8bz3O1kbSohDSEuYaRt4" %}
[Blob Storage](/add-ons/blob-storage.md)
{% endcontent-ref %}


---

# 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.qubitro.com/platform/storage.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.
