> For the complete documentation index, see [llms.txt](https://api.docs.blockbrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.docs.blockbrain.ai/de/konzepte/knowledge-base.md).

# Dokumentendatenbanken

**Dokumentendatenbanken** speichern und bereitstellen die Quellmaterialien, auf die Wissens-Workflows angewiesen sind: Dateien, E-Mail-Inhalte und strukturierte Dokumente. In diesem Stack werden Dokumente über kurzlebige Verweise mit Gesprächen (Data Rooms) und Insights verknüpft, was Abruf, Verarbeitung und Indexierung ermöglicht und gleichzeitig Herkunft und Zugriffssteuerungen bewahrt.

#### Wann eine Dokumentendatenbank verwendet werden sollte

* **Sie benötigen dauerhafte Speicherung** für Artefakte, die von Knowledge Bots und Insights verwendet werden.´
* **Sie benötigen Herkunftsnachweis** um Dokumente mit den Gesprächen und Notizen zu verknüpfen, die sie zitiert haben.
* **Sie planen, Inhalte zu indexieren** für Suche/RAG, Analysen oder Compliance-Prüfungen.
* **Sie integrieren Unternehmensquellen** (z. B. SharePoint, E-Mail) und benötigen ein einheitliches Handhabungsmodell.

### Typischer Lebenszyklus

1. Ein Gespräch oder ein Connector nimmt eine Datei/E-Mail in den Dokumentenspeicher auf.
2. Das System generiert eine kurzlebige `Ref` für sicheren Zugriff.
3. Tools verarbeiten das Dokument (Textextraktion, Aufteilung, Metadatenanreicherung, Embeddings).
4. Insights zitieren das Dokument über Herkunftsverknüpfungen und speichern `Ref` Werte für die weitere Verarbeitung.
5. Indexer nehmen normalisierte Inhalte und Metadaten in Such-/RAG-Systeme auf.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://api.docs.blockbrain.ai/de/konzepte/knowledge-base.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.
