<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/knowledge-base
Last modified: 2026-08-20T20:52:05.000Z

# Knowledge base

The documents the AI is allowed to answer from.

**Scope:** `knowledge_base`

A knowledge base holds **sources** (a file, or a crawled URL), and each
source is split into **chunks** — the passages the retriever matches a
question against. Ingestion is asynchronous: add a source, then poll until
its status reads `ready`.




```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```
