AI chat & search
Chat is a retrieval-augmented experience: your question is matched to relevant chunks from your indexed library, then an on-edge model composes an answer using that context.
Semantic search
Unlike keyword search alone, meaning-based matching finds passages even when your question doesn’t repeat the exact wording in the doc—so “How do we handle timeouts?” can still surface the right runbook section. Quality depends on chunking, model choice, and how cleanly text was extracted from your originals.
Citations
When possible, the UI surfaces which documents or sections informed the answer. Always verify critical facts against the source document—models can misread tables, code, or version-specific paragraphs.
Writing better questions
- Be specific: name a product area, API, or error string.
- Ask one thing at a time; follow up in a new message if needed.
- Mention environment (“production”, “staging”) if your docs distinguish them.
- If answers feel generic, upload more targeted docs or split huge PDFs into smaller files.
Limits & privacy (high level)
Inference runs in our Cloudflare-hosted environment using your org-scoped index—your files are not used to train public foundation models through this product path. For legal or compliance wording, use your order form and DPA; this documentation is descriptive, not contractual.