Complete guide

Chat with PDF: How to Talk to a Document and Get Answers From the Text

How the chat finds the right passage, why it answers from your file instead of the model's memory, where it gets things wrong, and how to ask questions that get precise answers.

Forty-page contract, and you need the one clause about termination. Ctrl+F searches for a word that might not be in the document at all: the lawyer wrote "discharge of obligations," you searched for "termination," and you get zero hits. Document chat solves exactly that. You ask for a meaning instead of an exact string. This guide covers how Cruxly's chat works under the hood, why it answers from your file rather than general knowledge, and how to phrase questions so you stop getting vague answers.

What PDF chat is for, when you already get a summary

Upload a PDF to Cruxly and it gets analyzed right away: key points, a breakdown by section, the important numbers. That's enough to understand what a document is about in two minutes instead of an hour. Then you hit the thing a summary doesn't cover. A summary answers "what is this document about." Chat answers "what does it say about this one specific thing." The difference shows up fast on a contract. The summary tells you it governs equipment supply, has a liability section, and an appendix with specs. Useful, but if what you need is how many days you have to return defective goods, the summary says nothing. That detail didn't make the key points, because for the document as a whole it isn't key. For you, right now, it's the only thing that matters. In chat you ask about returns and get the answer with the wording from the clause.

How the chat finds the right passage

The mechanics are worth explaining, because they determine what kind of answers to expect. Right after analysis, the document text gets cut into chunks of roughly 500 tokens, about 350 words, with a small overlap between neighbors. The overlap exists so an idea split across a chunk boundary doesn't get lost in both halves. Each chunk runs through an embedding model and becomes a vector: a list of numbers encoding the meaning of the text rather than its letters. When you ask a question, your question becomes a vector too, and the service looks for chunks whose vectors sit closest to it. The six nearest chunks go to the model verbatim. That's why asking about "termination" finds the clause about "discharge of obligations": those phrasings mean nearly the same thing, so their vectors are neighbors, even though not one word matches. Ctrl+F can't do that by construction. It compares characters.

Document chat versus plain ChatGPT

The difference isn't the model. Both run a language model of a similar class. The difference is what reaches the model's input. Ask ChatGPT about your contract without attaching it, and it answers from what it broadly knows about contracts of that type. The answer sounds confident and plausible, and that's the danger: it describes a typical contract, not yours. If your return window is unusual, the model has no way to know, because it never saw your text. In Cruxly's chat the model gets six verbatim chunks of your file plus an instruction to ground its answer in them. If a chunk says "fourteen calendar days," the answer says fourteen calendar days. That's a structural guarantee the answer is built on your source, not on statistics about similar documents.

Step by step: how to ask a PDF a question

ChatPDF alternative: what Cruxly does differently

Why the chat refuses off-topic questions

Ask a chat about a research paper for a borscht recipe and it'll decline and steer you back to the paper. That's deliberate. The moment a model starts answering beyond the document, it switches to general knowledge, and you lose track of where your file ends and something the model read somewhere begins. The line between "this came from my document" and "the model knows this from somewhere" has to be hard, or grounded chat has no point. The tradeoff is straightforward: a question about an adjacent topic the document touches in passing sometimes gets refused when answering would've been fine, and that's a fair price for making sure the chat never answers confidently outside your document.

Chat on YouTube videos

Chat isn't PDF only. If you analyzed a clip on Cruxly, there's a chat next to the video summary too: it's grounded in the finished analysis of the clip and answers questions like "explain the second point in more depth" or "what does the author suggest for beginners" well. When you need the speaker's exact words, a quote, or a timestamp, that's what transcription is for: it returns the verbatim text split by speaker turns.

Complete guide to AI video transcription

How many questions you get

The message limit is counted per analysis, not per day. A guest without an account gets two questions per document. On the free Study plan, four. On Pro there's no limit. Only your messages count. The service's replies don't. It works this way because of cost: every question is a separate model call carrying six document chunks in context, and it costs money whether you asked something real or were poking at the tool. Two questions is enough for a guest to tell whether the chat answers from their file or produces mush, and not enough to work through a whole document. That's intentional.

Chat history lives for 24 hours

If you just uploaded a file and never saved the analysis, the whole conversation is stored for 24 hours and then deleted along with the document's search index. Come back two days later on the same link and the chat is gone. This isn't a bug or stinginess: temporary data sits in fast in-memory storage, and keeping it there forever is expensive. To keep a conversation, save the analysis, which is available starting on the free Study plan. Saved analyses and their chat history move to a permanent database and stay until you delete them. One practical note: if a document conversation turns out useful and you know you'll come back to it, save it right then instead of "later." People usually remember the 24 hours on day two.

Long documents and file size

File size depends on plan: 5 MB for guests, 15 MB on Study, 300 MB on Pro. Megabytes translate badly into pages, because a 300-page text PDF can weigh a couple of megabytes while a 10-page scan with images weighs twenty. Go by the actual file, not the page count. As for text length, the search index is built over at most four thousand chunks, which is a lot: on the order of a million words, past almost any real document. If you somehow bring something longer, the index covers the beginning and the tail won't be searchable. On contracts, papers, and textbooks, hitting that ceiling is effectively impossible.

How to phrase a question that gets a precise answer

Search runs on the meaning of your question, so the more specific the question, the better the chunks it finds. "Tell me about the contract" is a bad question: the entire document matches it equally, and you'll get six more or less random chunks from the beginning. "What penalties apply for late delivery" is a good question, because it lands in a specific section. Simple rule that works: use the vocabulary of the subject area you're asking about, even if you don't know the document's exact wording. Ask about money in money words, about deadlines in deadline words. Second technique: when an answer comes back generic, don't rephrase the same question, narrow it. Instead of "tell me more," ask "which clause states this and what is the exact wording there." Third: split compound questions. Asking about deadlines and penalties at once forces the search to straddle two topics and it finds worse chunks for both than it would for either alone.

Lawyers: finding the clause you need

The most obvious use case, and the most common one after students. A contract arrives for review, there's no time to read it end to end, and you need specific things: who carries the risk, what the deadlines are, how termination works. Questions that genuinely work here: "what are the grounds for unilateral termination," "who bears the risk of accidental loss of goods," "is there a liability cap," "what is the window for quality claims." Each lands in its own section and pulls the wording out. One caveat worth stating: this speeds up reading, it isn't legal advice. The chat finds a clause and paraphrases it. Understanding that this clause, combined with two others, means something bad for your client is a lawyer's job, and the AI doesn't do it.

Analysts: comparing figures across sections

A hundred-page report, and you need to know whether the forecast in the market section squares with the numbers in the financial section. By hand that's flipping back and forth with a notepad. In chat it's one question: "compare the growth forecast in the market overview with planned revenue in the financial section, is there a discrepancy." Semantic search pulls chunks from both sections at once, because both are about growth and revenue, and the model sees them side by side in one context. This is probably where chat beats manual search by the widest margin: connecting two places in a document that sit far apart physically but cover the same thing. Still check the figures against the original if you're carrying them into your own document.

Students: getting through a textbook before an exam

The chapter isn't landing, the exam is in two days, and there's nobody to ask. Chat works here like a patient person who read the chapter and will explain it as many times as you need. A sequence that works: start with "explain the main idea of this chapter in plain language," then on the parts that don't click, "explain why this follows from that," then "give me an example from the text." Separately useful: "ask me five questions about this chapter." Testing yourself beats rereading. Honest warning: the temptation to read the summary instead of the chapter is enormous, and an exam exposes that instantly. Chat is good when you're reading the chapter and get stuck, not when you skipped it.

Complete guide to AI PDF analysis

Researchers: working through a paper

A paper outside your field reads slowly, because half the time goes to terminology and to figuring out what the authors actually did. The questions that save the most: "what hypothesis was tested and by what method," "what was the sample and how was it recruited," "what limitations do the authors acknowledge themselves." That question is worth asking almost every time. The limitations section is written more honestly than the abstract, and it tells you quickly how much to trust the result. One more: ask "what specifically is new here compared to prior work," and the answer usually surfaces the paragraph from the introduction where the authors state it themselves.

What happens to your file

The question people ask more than all the others combined, especially about contracts and financial reports. Short version: an unsaved analysis, its search index, and its chat history are deleted automatically after 24 hours. A saved one stays until you delete it. The document text does go to a model through a provider. That's structurally true of every service in this category, including the ones implying otherwise: for a model to answer from your document, your document has to reach the model's input. The sane rule: don't upload documents under a real NDA anywhere, including here. For a contract a counterparty already emailed you for review, the risk is a different order of magnitude.

Privacy policy

What you get free and without an account

A guest analyzes one document per day, up to 5 MB, and asks two questions about it, no account required. That's enough to test the service on your own document instead of a demo. Registering on the Study plan is free and raises the ceiling: three analyses a day, four questions each, files up to 15 MB, and most importantly the ability to save analyses so they don't vanish after 24 hours. Pro removes the limits on questions and analyses, raises files to 300 MB, and unlocks export. Export gets its own note below, because there's a catch.

Exporting the result

A finished document breakdown exports to PDF, DOCX, and Markdown on the Pro plan. Markdown suits notes and wikis, DOCX suits anything edited by hand afterward, PDF suits forwarding as-is.

The chat doesn't start from a blank slate

A difference you don't notice immediately. By the time you ask your first question, the document is already analyzed: there's a summary, a section breakdown, key points. The chat model sees that analysis alongside the source chunks. Which is why a question like "does this even matter?" makes sense here: the model has a picture of the whole document to weigh a specific chunk against. A tool where chat is the only feature starts from zero on every question and has no such picture. Side benefit: often the answer is already in the summary and you don't need the chat at all, which takes about ten seconds to notice.

How the full PDF analysis works

Chat and video summaries together

If you work with YouTube, it helps to see the whole set. A summary gives you the gist of a clip in two minutes. Transcription gives you the verbatim text when exact words matter. Chat lets you clarify what you didn't understand, grounded in the analysis of the clip. Three tools for three jobs: reach for the summary for a quick gist, transcription for an exact quote, and chat to clarify and dig into details.

Complete guide to AI YouTube summaries

Common mistakes

The most common ones. First: asking the chat things the summary already answered, instead of reading the summary first. Burns messages from your limit and wastes time. Second: reading a confident tone as a sign of accuracy. The tone is always confident. That's a property of the model, not evidence the right chunk was found. Third: not saving an analysis and discovering the conversation is gone the next day. Fourth: uploading a bad scan and being surprised by empty answers. If the text in a PDF doesn't highlight with your mouse, it's an image, and OCR errors feed straight into retrieval. Fifth: asking the same thing three ways in a row instead of narrowing the question.

When chat saves the most time

A practical rule of thumb. Chat wins when the document is long, you need a specific part of it, and you roughly know what you're looking for but not what it's called in the text. The termination versus discharge-of-obligations case. A second strong scenario: connecting two distant places in a document that sit far apart physically but cover the same thing. That's exactly where manual search falls furthest behind.

The thing worth taking from this guide: document chat is semantic search with an explanation layer on top, not an omniscient reader. It's strong exactly where semantic search is strong, and weak where you need counting, completeness, or verbatim text. Understanding that boundary saves more time than any list of ready-made prompts, because you stop asking it questions it cannot answer by construction. Take the document sitting unread on your desktop right now and ask it the one question you opened it for. Two guest questions is enough to find out whether this is your tool.

Frequently asked questions

More about chatting with PDFs

Ask your document its first question

Upload a PDF and ask the thing you opened it for. No account needed.

Try for free