# Colecciones DB

## Arquitectura DataBase

#### Colecciones usadas en MongoDB

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

Las colecciones Semantic y Term, son las colecciones que almacenan toda la gestión de los campos semánticos y los términos, las relaciones existentes entre ellos y las referencias a los audios y/o recursos asociados a cada término.

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

Las colecciones Resources y Record, son las colecciones que almacenan y gestionan los recursos asociados a los términos (cada término tiene asociado un segmento de entrevista tipo texto o tipo audio, con el fin de ilustrar su contexto).


---

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