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

# Knowledge Overview

> The Knowledge Base serves as the brain of your agent.

When an agent performs tasks, it retrieves information from the Knowledge Base to generate accurate and context-aware responses.

In this section, you will learn:

<Columns cols={1}>
  <Card title="How to add knowledge" icon="circle-plus" href="/knowledge/add-sources">
    Upload knowledge through document uploads, web page imports, or automatic synchronization.
  </Card>

  <Card title="How to manage your Knowledge Base" icon="layer-group" href="/knowledge/manage">
    A well-structured Knowledge Base helps your agent understand and retrieve information more precisely.
  </Card>
</Columns>
