> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use webpage

> Interact with the current page using an AI agent.

{/* Tool: use_webpage */}

## Parameters

<ParamField path="task" type="string" required={true}>
  Specific task with explicit stop condition. Name elements in quotes.
</ParamField>

<ParamField path="output_schema" type="object" default={{}}>
  Optional flat JSON schema for structured output. Top-level type must be 'object' with 'properties' (dict) and 'required' (list of keys). Each property is either a scalar (type='string'|'number'|'boolean', plus optional 'enum' list for strings) or an array (with 'items' that is a scalar or a flat object whose own properties are scalars). No deeper nesting. Omit when no structured output is needed.
</ParamField>
