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

# Save webpage

> Save webpage content to the user's Articles directory.

{/* Tool: save_webpage */}

Supports YouTube URLs by saving a transcript-based article (video embed + transcript). For standard webpages, the content is saved as Markdown. For file URLs (PDFs, images, audio, video files, etc), the file is downloaded. This tool uses [Zo's browser](https://www.zo.computer/docs/browser) to visit the page and extract clean article content.

## Parameters

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