> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2021.5/toolbox/dictionary/dictionary-value.md).

# Dictionary Value

## Overview

![The Dictionary Value Node.](/files/hXhzv28DstVkjaiAryVA)

The **Dictionary Value** node defines a **Dictionary** by setting its *(key, value)* pairings.

## Attributes

### Inputs

`Inputs` - The number of **Input** elements you wish to add to the **Attribute section**. Each **Input** element represents a *(key, value)* pair that is added to the **Dictionary Value** **Node**. The pairs in this section are used if no **Dictionary** is provided to the **Input** **Node**. The format of the section is the following:

| Attribute    | Type                                          | Description                                                                          |
| ------------ | --------------------------------------------- | ------------------------------------------------------------------------------------ |
| `Key`        | **String**                                    | The `Key` you wish to add to the **Dictionary Value** **Node**.                      |
| `Value Type` | **Drop-down**                                 | The `Data Type` of the `Value` you wish to add to the **Dictionary Value** **Node**. |
| `Value`      | *Defined in the* `Data Type` ***Attribute***. | The `Value` you wish to give to the `Key` introduced above.                          |

## Inputs

| Input             | Type           | Description                                                            |
| ----------------- | -------------- | ---------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**.  |
| `Input`           | **Dictionary** | A **Dictionary** you wish to add to the **Dictionary Value** **Node**. |

## Outputs

| Output             | Type           | Description                                                                                                                            |
| ------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**      | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Output`           | **Dictionary** | The **Dictionary** holding the (`Key`, `Value`) pairs that were added to the **Dictionary Value** **Node**.                            |

## See Also

* [**Clear Dictionary**](/incari-studio/2021.5/toolbox/dictionary/clear-dictionary.md)

## External Links

* [Fundamentals of data structures: Dictionaries](https://en.wikibooks.org/wiki/A-level_Computing/AQA/Paper_1/Fundamentals_of_data_structures/Dictionaries) on Wikibooks.
* [Associative Array](https://en.wikipedia.org/wiki/Associative_array) on Wikipedia.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2021.5/toolbox/dictionary/dictionary-value.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
