> 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/2023.2/toolbox/dictionary/get-dictionary-keys.md).

# Get Dictionary Keys

## Overview

![The Get Dictionary Keys Node.](/files/1HWdthWqJ4K9NSt285Wk)

The **Get Dictionary Keys** **Node** takes a **Dictionary** as **Input** and yields its set of `Keys` as an **Array**. It also outputs the received **Dictionary**.

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

## Inputs

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

## 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**.                                                                               |
| `Keys`             | **Array**      | An **Array** containing the `Keys` from the given **Dictionary**.                                                                      |

## See Also

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