# 리스트로 설계

리스트는 데이터를 구성하는 방법입니다. 컴퓨터의 운영 체제에는 파일과 폴더가 있습니다. Dynamo에서는 이러한 파일과 폴더를 각각 항목과 리스트로 간주할 수 있습니다. 운영 체제처럼, 여러 가지 방법으로 데이터를 작성, 수정 및 조회할 수 있습니다. 이 장에서는 Dynamo에서 리스트가 관리되는 방식에 대해 자세히 알아보겠습니다.

!


---

# 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-4_designing-with-lists.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.
