Document Q&A

Paste any document and ask questions about it — the AI answers based only on what's in the text. Fully private.

Loading models…
Document / context0 chars
Your question
Paste a document first, then ask a question.

How to document Q&A

  1. Install Ollama (ollama.com) and pull a model: ollama pull llama3.1:8b
  2. Paste your document, article, or report into the top pane.
  3. Type a question in the input field and press Enter or Ask.
  4. The AI answers based only on the document content.

All processing runs on your local machine via Ollama. Your text is never uploaded anywhere.

Related tools

Frequently asked questions

Will it make things up if the answer isn't in the document?

The system prompt instructs the model to only answer from the document and say so if the answer isn't there. Modern models generally follow this well, but always verify important facts.

How large a document can I paste?

Depends on the model's context window. Llama 3.1 (8B) supports up to 128k tokens. For very large documents, split them into sections.

Can I ask follow-up questions?

Each question is independent — the document context is always re-sent. For conversational Q&A, use the AI Chat tool with the document pasted in at the start.