> ## 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.

# Read webpage

> Read the content of a webpage.

{/* Tool: read_webpage */}

For standard webpages, the content is saved as Markdown to Zo's workspace for the conversation along with the original HTML file. For file URLs (PDFs, images, audio, video, etc), the file is downloaded to the conversation workspace. This tool can use [Zo's browser](https://www.zo.computer/docs/browser) to visit the page if needed. Using Zo's browser is slower, but can be used to access pages that render dynamic content or require authentication.

## Parameters

<ParamField path="url" type="string" required={true}>
  The URL of the webpage to visit.
</ParamField>

<ParamField path="use_browser" type="string" default={""}>
  Whether to use Zo's browser to visit the page (false by default).
</ParamField>
