Internal search tools that let employees ask questions in natural language, "What is the policy for expense reimbursement over £500?", "How do I configure the staging environment?", "What does our MSA say about liability caps?", and receive accurate, cited answers drawn directly from company documentation, not from the LLM's general training. The source corpus typically spans: Confluence wikis, SharePoint document libraries, Notion workspaces, Google Drive folders, internal PDFs, and HR policy systems. Each source requires a custom connector to extract content, preserve document structure (headings, tables, numbered lists), and map access permissions so retrieval respects the same visibility rules as the original system. The query interface supports conversational follow-up: "Who approved that policy?" following "What is the expense policy?" uses conversation history as context for the next retrieval step rather than treating each query in isolation. Source citations appear on every response, not just the document name but the exact passage, the section heading, and a deep link to the original document so the employee can verify the answer and read the full context. Quality threshold: if retrieval confidence is below a configurable threshold (typically cosine similarity < 0.75), the system returns "I couldn't find a clear answer in the knowledge base, here are the closest matches" rather than generating a low-confidence answer that might be wrong. Organisations that deploy internal knowledge search typically reduce help-desk ticket volume for policy and procedural questions by 30-50%, with the largest gains on questions that previously required a manager to locate the correct policy document.