# Get Dictionary Element

## Overview

![The Get Dictionary Element Node.](/files/7Jjwkb8fBH0e6bWUId6I)

**Get Dictionary Element** is used for retrieving elements from a **Dictionary**. It receives as input the **Dictionary** from which the elements will be retrieved and the `Keys` of the desired elements. The outputs are the received **Dictionary** and the `Values` associated with the given `Keys`.

[**Scope**](/incari-studio/2022.2/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Get Dictionary Element Node Attributes.](/files/bDJPwH8UCC6eeKx1EiF3)

### Miscellaneous

`Inputs/Outputs` - The number of elements you want to get from the **Dictionary**. Each element has the following **Attributes**:

| Attribute   | Type          | Description                                                                                          |
| ----------- | ------------- | ---------------------------------------------------------------------------------------------------- |
| `Key`       | **String**    | The `Key` of the element you wish to return if none is provided to the `Index` **Input** **Socket**. |
| `Data Type` | **Drop-down** | The `Data Type` of the `Value` that will be returned.                                                |

## Inputs

| Input                | Type           | Description                                                            |
| -------------------- | -------------- | ---------------------------------------------------------------------- |
| *Pulse Input* (►)    | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**.  |
| `Dictionary`         | **Dictionary** | The **Dictionary** from which the desired element/s will be retrieved. |
| `Index (*Key name*)` | **String**     | The `Key` of the element you wish to return.                           |

## 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. |
| `Dictionary`       | **Dictionary**                                | The **Dictionary** provided to the **Input** **Socket**.                                                                               |
| `Value`            | *Defined in the* `Data Type` ***Attribute***. | The **Output** value retrieved from the **Dictionary**.                                                                                |

## See Also

* [**Dictionary Value**](/incari-studio/2022.2/toolbox/dictionary/dictionary-value.md)
* [**Set Dictionary Element**](/incari-studio/2022.2/toolbox/dictionary/set-dictionary-element.md)


---

# Agent Instructions: 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/2022.2/toolbox/dictionary/get-dictionary-element.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.
