01What does it search — and do documents arrive with permissions attached?
Connectors ingest wikis, tickets, and contracts, preserving source, owner, version, and the ACL — a document with no permission metadata cannot be answered from safely, so permissions are captured at ingestion, not reconstructed later.
02How does it find the right passage — meaning, keywords, or both?
Both, always: semantic search catches paraphrase, the keyword index catches exact terms (error codes, contract numbers, acronyms), and metadata filters narrow by source or date — merged candidates pass a reranker before anything reaches the model.
03Can the assistant just answer from what the model already knows?
No: every claim in an answer cites the retrieved chunk it came from; when retrieval comes back weak, the assistant says so and shows the closest sources instead of improvising — no citation, no ship.
04Two employees ask the same question — same answer?
Not necessarily: retrieval carries each user’s permissions inside the index query, so an engineer and a lawyer asking about the same deal get answers built only from the documents each one can open.
05Someone edits — or deletes — a document. When do answers reflect it?
Within minutes: content hashes detect the change, only the affected chunks re-embed, and deletions tombstone across every index immediately — a deleted contract stops appearing in answers on a compliance clock, not at the next crawl.
06What happens when the assistant gets it wrong?
Users flag bad answers and stale sources in one click; flagged cases replay into the eval set, and repeated flags on one document trigger a reindex or an owner ping — feedback feeds the pipeline, not a dashboard nobody reads.