Module · Knowledge✅Knowledge checkCheck: what the agent is allowed to know4 questions · Pass at 60%1. Who reads a Knowledge Base's description, and why does that change how you write it?The model itself, when it decides which library to searchYour colleagues, in the KB list, so it should read as a titleNobody reads it; it is metadata kept for the audit trailThe document processor, which uses it to decide how to chunk2. You are adding a returns policy with specific timeframes and obligations. Plain paste, or AI Import?AI Import, since cleaner structure makes retrieval more accuratePlain paste — a paraphrase is what your agent would quoteEither one; AI Import keeps the original text alongside its ownAI Import, then delete the original to avoid duplicate retrieval3. A Search Knowledge Base node is left with kb_id empty. What does it do?Fails validation, on the grounds that kb_id is a required fieldFalls back to whichever Knowledge Base the organisation defaults toSearches every Knowledge Base in the organisationSearches nothing at all and returns an empty result set4. You want an agent that can honestly say it does not know. Which setting makes that possible?limit, since lowering it means fewer chunks are returnedtop_k, since fetching fewer candidates means fewer irrelevant onesuse_reranking, which drops results that do not answer the querythreshold — a similarity floor lets it return nothingCheck answers← Back to AI & the Knowledge Base