# Introduction

The Straatos Cloud Archive enables secure storage and retrieval of documents and metadata. Customers can choose to archive data in their own Azure environment or opt for CumulusPro to host the archive in our data centers.

* Key Components:
  * Archive Connector:
    * Connects to SQL Database, Azure AI Search, and Azure Storage.
  * Azure Key Vault:
    * Securely stores secrets and passwords.

* Document Upload & Retrieval:
  * Documents can be uploaded via the CumulusPro BPM platform (workflow) using the CumulusPro Archive Connector.
  * Documents can be retrieved through the following methods:
    * CumulusPro Web User Interface (TaskUI).
    * Secure REST API.

{% hint style="info" %}
This documentation excludes network and application security recommendations. Follow your company’s security policies or Microsoft Azure Security frameworks. It focuses solely on component setup and configuration.
{% endhint %}

### **Diagram of component interaction**

![](/files/lEcPrbonVLNIBDnDgiYh)

{% hint style="info" %}
API Management Service is optional. Alternatively, an Application Gateway or direct access to the Web App Service can be used.
{% endhint %}


---

# 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://help.cumuluspro.net/straatos-archive/introduction.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.
