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

# Move document

> Move a document or folder to a different parent. Omit newParentId to move to project root.

`move_document`

Move a document or folder to a different parent. Omit newParentId to move to project root.

## Parameters

<ParamField path="documentId" type="string" required />

<ParamField path="projectId" type="string" />

<ParamField path="newParentId" type="string">
  Target folder ID. Omit to move to project root.
</ParamField>
