# Storage Services

### 🧱 Types of Content & Where They Go

| Content Type                             | Description                                 | Recommended Storage          |
| ---------------------------------------- | ------------------------------------------- | ---------------------------- |
| **Archive Data**                         | Must be kept long-term, minimal access      | 🏛️ **Archive Services**     |
| **Structured / Tabular Data**            | Organized, analytical, database-like        | 📊 **DataHub Platform**      |
| **Publications / Institutional Docs**    | Official UNESCO documents for public access | 📚 **UNESDOC**               |
| **Team & Collaborative Files**           | Daily work documents and shared folders     | 🤝 **Collaborative Storage** |
| **Large / Geospatial / Scientific Data** | Heavy, updated or processed frequently      | ☁️ **Cloud Storage (Azure)** |
| **Legacy Data**                          | Old systems and read-only content           | 🗂️ **Legacy Systems**       |

***

### 📬 What You Need to Provide (Level 1 Requirements)

| Category         | Information Needed                          |
| ---------------- | ------------------------------------------- |
| **Data Profile** | Location, type, size (GB), record count     |
| **Usage**        | Update frequency, access pattern, retention |
| **Access**       | User groups, permissions, roles             |

> Requests missing these elements cannot be routed.

### 🔄 Request Workflow

| Step                       | What Happens                                  |
| -------------------------- | --------------------------------------------- |
| **1. Submit Start Ticket** | You provide essential data information        |
| **2. L1 Qualification**    | Support verifies completeness and usage needs |
| **3. Classification**      | The data type determines the right storage    |
| **4. Assignment**          | Request goes to the responsible DBS team      |
| **5. Implementation**      | Storage is set up and configured              |
| **6. Service Delivery**    | You can start using the solution              |

***

### ⚡ Summary

**Right data → Right service → Smooth implementation.**\
Submit a Start Ticket with clear info, and DBS routes your request to the correct storage service.


---

# 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://unesco.gitbook.io/unesco-data-ai/good-practices/storage-services.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.
