WukongDojo.AIAI is here, just build it
English

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.

LimitValueWhy
Library size50 filesKeeps your library manageable; most workflows need far fewer.
Per-file size500 KBKeeps markdown lightweight; split large docs across files.
Attach per agent30 filesPrevents 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.