Turning On Web Search
Web search is controlled by the--web-search flag on your ask command. It takes one of three values:
The default is
on, so search is available out of the box. Set --web-search off when you want the model to answer purely from what it already knows.
- Claude Code
- Codex
nito ask --web-search on "Your question here". See Ask and Fusion from the terminal.
Worked Example
Ask for something that only a current source can answer, and request a citation:- Claude Code
- Codex
Letting Nito Decide
With--web-search auto, Nito judges each prompt and only searches when the question actually needs fresh information. Stable general knowledge is answered directly; a question about something recent triggers a search.
- Claude Code
- Codex
Notes
- Turning search on does not guarantee a search runs. Nito skips it for prompts that do not benefit (pure text transforms, creative writing, stable facts) so you are not paying for a search you did not need.
- Web search works with
askand inside asession, so follow-up questions can pull fresh information too. - In a Fusion, all participants share the same web setting.
- To read one specific page you already have a link for, use Web Fetch instead.
Related Resources
Server-Side Tools
How Nito’s built-in tools work in general.
Web Fetch
Read a specific URL instead of searching.
How Nito Works
The fundamentals behind ask and Fusion.

