---
title: "Set Document Properties"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/docx/setdocumentproperties
markdown: https://docs.nodetool.ai/nodes/lib/docx/setdocumentproperties.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/docx/setdocumentproperties.md
---

# Set Document Properties

**Type:** `lib.docx.SetDocumentProperties`

**Namespace:** `lib.docx`

## Description

Sets document metadata properties
    document, docx, metadata, properties

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| document | `document` | The document to modify | `{"type":"document","uri":"","asset_id":null,"da...` |
| title | `str` | Document title | `` |
| author | `str` | Document author | `` |
| subject | `str` | Document subject | `` |
| keywords | `str` | Document keywords | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `document` |  |

## Related Nodes

Browse other nodes in the [lib.docx](./) namespace.
