---
title: "Dict"
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/nodetool/constant/dict
markdown: https://docs.nodetool.ai/nodes/nodetool/constant/dict.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/constant/dict.md
---

# Dict

**Type:** `nodetool.constant.Dict`

**Namespace:** `nodetool.constant`

## Description

Represents a dictionary constant in the workflow.
    dictionary, key-value, mapping

    Use cases:
    - Store configuration settings
    - Provide structured data inputs
    - Define parameter sets for other nodes

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `dict[str, any]` |  | `{}` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict[str, any]` |  |

## Related Nodes

Browse other nodes in the [nodetool.constant](./) namespace.
