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

# Templates

> Scaffold a minimal, working project for Zenrows in one command.

A template is a ready-made project scaffold. Instantiate one into a folder and you get a minimal, working starting point instead of an empty file.

```bash theme={null}
zenrows template list
zenrows template create <name> --output <dir>
```

| Command                                         | Does                                |
| ----------------------------------------------- | ----------------------------------- |
| `zenrows template list`                         | List all templates                  |
| `zenrows template create <name> --output <dir>` | Instantiate a template into `<dir>` |
| `zenrows template install <name>`               | Copy a template into `.zenrows/`    |
| `zenrows template explain <name>`               | Show a template's full docs         |
| `zenrows template update [name]`                | Refresh installed template(s)       |
| `zenrows template remove <name>`                | Remove an installed template        |

## Catalog

| Template                | Description                                          |
| ----------------------- | ---------------------------------------------------- |
| `protected-fetch-node`  | Minimal Node.js project calling Fetch directly       |
| `extract-pricing-pages` | Extract structured pricing fields from product pages |
| `batch-jsonl-pipeline`  | JSONL job-spec scaffold for Batch                    |
