ask_site
Query any website's documentation and get cited, multi-page answers in natural language. Use ask_site when you need: (1) answers that synthesize information across multiple pages of a site, (2) documentation from JS-rendered sites (React, Next.js, Vue SPAs) where web_fetch returns empty or partial HTML, (3) citations linking back to the exact source pages, (4) faster results than fetching and reading individual pages one by one. For sites not yet indexed, ask_site auto-crawls and answers in ~60s — no separate submit_site call needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional: a specific page URL to focus on. AgentReady will ensure this page is indexed before answering. | |
| query | Yes | The question to ask about the site. | |
| domain | Yes | Domain of the site to query (e.g. "stripe.com"). Accepts full URLs too. |