> For the complete documentation index, see [llms.txt](https://primer2.dynamobim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer2.dynamobim.org/ko/5_essential_nodes_and_concepts/5-5_dictionaries-in-dynamo/3-code-block-uses.md).

# 코드 블록의 사전

Dynamo 2.0에서는 사전에 대해 이전에 앞서 논의한 노드가 도입되어 있으며, 코드 블록에도 이에 대한 새 기능이 포함되어 있습니다.

아래와 같은 구문이나 노드의 DesignScript 기반 표현을 사용할 수 있습니다.

사전은 Dynamo의 객체 유형이므로 사전에서 다음 커밋을 수행할 수 있습니다.

!

이러한 종류의 상호작용을 유지하는 것은 Revit 데이터를 문자열에 연관 지을 때 특히 유용합니다. 다음으로, 몇 가지 Revit 사용 사례를 살펴보겠습니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://primer2.dynamobim.org/ko/5_essential_nodes_and_concepts/5-5_dictionaries-in-dynamo/3-code-block-uses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
