Skip to content

User Guide Overview

This guide explains how the app turns your question into an answer based on the document collection.

What This App Does

You can explore uploaded reports and reference documents through a web interface. When you ask a question, the system finds the most relevant sections and uses them to produce an answer. The goal is to keep answers tied to document evidence, not generic text generation.

Who This Guide Is For

  • Users of the web interface.
  • Project stakeholders who want a clear explanation of how answers are produced.
  • Support and operations teams who respond to user questions.

How to Use This Guide

  1. Start with How Answers Are Produced for the end-to-end question flow.
  2. Read Document Processing and Media to understand indexing and figure handling.
  3. Read Quality, Privacy, and FAQ for practical usage guidance and common questions.

At a Glance

  1. Documents are parsed and indexed.
  2. Questions are converted into embeddings.
  3. Vector search finds the most relevant chunks.
  4. An LLM drafts a grounded answer from retrieved context.
  5. Users can refine results by asking focused follow-up questions.