Attaching a Document
Add a document to your prompt with the--file flag, then ask your question. The flag is repeatable, so you can attach several documents in one prompt.
- Claude Code
- Codex
nito ask --file .... See Ask and fusion from the terminal.
Supported Document Kinds
Nito reads text and common office documents:- DOCX
- PPTX
- XLSX
- XLS
- Plain text
Works With Any Model
Because the document is parsed into text before the model runs, every model can read what you attach. You do not have to choose a special document model. Pick whatever model fits the task (see Choosing a model), and the extracted text rides along in context.Worked Example
Attach a document and ask a pointed question. Here we pull specific fields out of a small report using the default model:- Claude Code
- Codex
Related Resources
How Nito Works
Understand how Nito handles your prompt.
PDF and Document Input
Attaching PDFs and office documents in practice.
Image Input
Send a picture to a vision-capable model instead.

