Docs - Knowledge
The knowledge library
Store markdown files in your library. Attach them to agents to inject context into every conversation.
1. The library
Your personal library holds up to 50 files in markdown format. Each file can be up to500 KB. Use this space to build a shared knowledge base — style guides, FAQs, product docs, templates, or anything an agent should know about your work.
2. Limits
Knowledge is organized by per-library and per-agent caps.
| Limit | Value | Why |
|---|---|---|
| Library size | 50 files | Keeps your library manageable; most workflows need far fewer. |
| Per-file size | 500 KB | Keeps markdown lightweight; split large docs across files. |
| Attach per agent | 30 files | Prevents context bloat; prioritize the files each agent needs. |
All knowledge is measured as text — binary content (images, PDFs) must be extracted to markdown or stored separately.
3. Attach to an agent
In the agent editor, open the knowledge tab. Select the files you want the agent to use — up to 30 per agent. Every conversation with that agent will include those files. You can change attachments any time; the next turn picks up the new set.
4. How it's used
Knowledge is injected into the prompt on every turn. The agent sees the full text of all attached files, so it can follow your guidelines, answer using your terminology, or apply your templates. This is not semantic search (no vector retrieval) — it is direct injection. Large files count toward your context window.
