---
title: "Add Image"
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/addimage
markdown: https://docs.nodetool.ai/nodes/lib/docx/addimage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/docx/addimage.md
---

# Add Image

**Type:** `lib.docx.AddImage`

**Namespace:** `lib.docx`

## Description

Adds an image to the document
    document, docx, image, format

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| document | `document` | The document to add the image to | `{"type":"document","uri":"","asset_id":null,"da...` |
| image | `image` | The image to add | `{"type":"image","uri":"","asset_id":null,"data"...` |
| width | `float` | Image width in inches | `0` |
| height | `float` | Image height in inches | `0` |

## Outputs

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

## Related Nodes

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