> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phidata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Document KnowledgeBase

## DocumentKnowledgeBase Params

| Parameter   | Type             | Default | Description                                               |
| ----------- | ---------------- | ------- | --------------------------------------------------------- |
| `documents` | `List[Document]` | -       | List of Document objects to be used as the knowledge base |

## AgentKnowledge Params

`DocumentKnowledgeBase` is a subclass of the `AgentKnowledge` class and has access to the same params

<Snippet file="kb-base-reference.mdx" />
