Knowledge overview
Manage the knowledge bases that power retrieval across chats and workflows.
How knowledge & RAG works
The mental model: ingest, embed, retrieve, and answer from your own content.
Managing documents
Upload, watch processing, and remove documents and their chunks.
Build a RAG knowledge base
A step-by-step walkthrough from empty base to first answer.
Knowledge (RAG)
How do I set up a knowledge base?
How do I set up a knowledge base?
Create a knowledge base in the app, then upload documents to it. Each file is parsed, split into chunks, and indexed automatically — no setup beyond the upload. Creating and managing knowledge bases needs an owner or admin role. See Knowledge overview for the walkthrough.
How do I use knowledge in a workflow?
How do I use knowledge in a workflow?
Add a Knowledge node, pick the knowledge base it should search, and give it a search query. The node returns the matching passages so a later node can answer from them. You can also ask questions in chat with your knowledge.
Does knowledge search cost credits?
Does knowledge search cost credits?
For ModuleX-managed knowledge, yes — each search and each document you add draws down credits (one credit each, plus the model cost of embedding the text). If you bring your own embedding key (BYOK), that usage is billed by your provider and is not charged in ModuleX credits. See Credits & metering.
Why is my first search slow or empty?
Why is my first search slow or empty?
A newly uploaded document has to finish indexing before it can be searched — it moves from
pending to processing to completed. Until it reaches completed, its content will not show up in results. Once indexing finishes, later searches are fast. You can watch each document’s status in Managing documents.What can I upload, and how much?
What can I upload, and how much?
Common document types are supported:
pdf, docx, doc, txt, md, html, csv, json, xlsx, and pptx. The per-file size cap and the number of knowledge bases you can create depend on your plan, not a single fixed limit — see Managing documents and Plans & pricing.Can I delete documents?
Can I delete documents?
Yes — remove a document from its knowledge base and its indexed chunks are deleted with it. Deleting is permanent, so the content stops appearing in results right away. See Managing documents.
Knowledge bases, documents, and search all require an owner or admin role on the organization. If a teammate cannot see or change a knowledge base, check their role under Account & access.
Related help
Credentials & integrations
Connect a provider key for BYOK embeddings or external vector stores.
Billing, plans & credits
What managed search and ingest cost, and how usage is measured.
Errors & troubleshooting
What a
402 or 403 means and how to clear it.