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

# Copy documents to

> Copy one or more documents/folders into a specific destination folder (or project root). Folders are copied recursively — every nested document and…

`copy_documents_to`

Copy one or more documents/folders into a specific destination folder (or project root). Folders are copied recursively — every nested document and subfolder is included. The copies get fresh IDs but keep the same content, tables, and references.

## Parameters

<ParamField path="documentIds" type="array<string>" required>
  IDs of documents/folders to copy. Folder children are pulled in automatically.
</ParamField>

<ParamField path="destinationFolderId" type="string">
  Target folder ID to copy into. Omit or pass the projectId to copy into the project root.
</ParamField>

<ParamField path="destinationProjectId" type="string">
  Target project ID. Defaults to the current project context.
</ParamField>
