Getting started

Prepare a context from your documents, then query it in the console or with the Query API.

SourcesContextQueryQuery API
1
Create a context
A context is a knowledge base built from your documents.
New context
2
Add sources
Upload PDFs, DOCX, XLSX, Markdown, or archives on the Source page. Nothing is indexed yet — this stages the raw material.
3
Design & curate
On Design, let Explore propose a manifest (or start from a template), then curate. Curation chunks the text and distills condensed artifacts — now the context is ready.
4
Query it
Ask your context a question in a session, scoped to one or more curated contexts. Nexus plans its own retrieval and answers with citations.
New query
5
Integrate with the Query API
Drive the same query surface from your own code with the Query API — same retrieval and citations, one turn or multi-turn sessions.
Query API