# Dynamo의 사전

사전은 키라고 하는 다른 데이터 부분과 연관된 데이터 모음을 나타냅니다. 사전은 데이터를 검색하고, 삭제하고, 모음에 삽입할 수 있는 기능을 제공합니다.

기본적으로 사전을 항목을 조회하는 매우 지능적인 방법으로 생각할 수 있습니다.

*그동안 Dynamo에서 사전 기능을 사용할 수 있었지만, Dynamo 2.0에서는 이 데이터 유형을 관리하는 새로운 방법을 도입했습니다.*

원본 이미지 출처: [*sixtysecondrevit.com*](http://sixtysecondrevit.com/2018-01-22-new-dictionary-nodes-in-dynamobim-daily-build/)


---

# 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://primer2.dynamobim.org/ko/5_essential_nodes_and_concepts/5-5_dictionaries-in-dynamo.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.
