# 基本ノードと概念

このセクションでは、プロのような独自のビジュアル プログラムを作成する際に役立つ、Dynamo ライブラリで使用できる基本ノードについて説明します。

* [計算設計用のジオメトリ](/ja/5_essential_nodes_and_concepts/5-2_geometry-for-computational-design.md): Dynamo のジオメトリ要素の仕組みを紹介します。プリミティブから単純な、または複雑なジオメトリを作成する複数の方法について説明します。
* [プログラムの構成要素](/ja/5_essential_nodes_and_concepts/5-3_the-building-blocks-of-programs.md): データの定義と、プログラムで使用できる基本的なタイプを紹介します。また、設計ワークフローに数値演算と論理演算を組み込む方法についても学習します。
* [リストを使用した設計](/ja/5_essential_nodes_and_concepts/5-4_designing-with-lists.md) :データ構造を管理および調整する方法を紹介します。リストの概念の詳細を理解し、リストを使用して設計データを効率的に管理できるようにします。
* [Dynamo のディクショナリ](/ja/5_essential_nodes_and_concepts/5-5_dictionaries-in-dynamo.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://primer2.dynamobim.org/ja/5_essential_nodes_and_concepts.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.
