# Colecciones DB

## Arquitectura DataBase

#### Colecciones usadas en MongoDB

![Arquitectura DB parte I](/files/zxXiA8pyMKviCGlRzRW3)

Las colecciones Form, List y Options almacenan los campos, las listas y las opciones de lista que estructuran los diferentes formularios de carga que maneja el módulo de catalogación colaborativa.

![Arquitectura DB parte II](/files/yYjtrcAbx4Q24p4sCbEY)

Las colecciones ResourcesGroups, Resources y Record, son las colecciones que almacenan y gestionan los fondos, los recursos y los archivos asociados a cada recurso. Con ResourcesGroups se genera el árbol de fondos, y en Record se almacenan los archivos asociados a cada recurso (detallado con sus metadatos en Resources).&#x20;


---

# 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://docsmodulocatalogacion.comisiondelaverdad.co/arquitectura-proyecto/colecciones-database-arquitectura.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.
