> For the complete documentation index, see [llms.txt](https://developers.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.couchdrop.io/administration/automations/actions/copy.md).

# Copy

**Required Fields**

| Key      | Description                            |
| -------- | -------------------------------------- |
| type     | The action type. Must be set as "copy" |
| copy\_to | example.txt                            |

**Example**

```
{
    "type":"copy",
    "copy_to":"example.txt"
}
```

The "copy\_to" field can include custom path as detailed in [Paths](/administration/automations/actions/paths.md)
