# QuietContext

Keep large raw output out of the conversation.

- `quietcontext.execute`: run code or noisy commands; print only the result needed.
- `quietcontext.exec-file`: analyze a file without loading it into context.
- `quietcontext.batch`: run related commands and search their indexed output in one call.
- `quietcontext.fetch-index`, then `quietcontext.search`: inspect web pages.
- `quietcontext.index`: store large text for later search.

Use native read, edit, and shell tools when output is small or when changing files. Combine related queries in one call.
