# 開発者向け Primer

#### このガイドの目的について <a href="#what-is-the-purpose-of-this-guide" id="what-is-the-purpose-of-this-guide"></a>

このガイドは、Dynamo で Zero-Touch ノードを作成する方法から、拡張機能を構築する方法まで、C# 開発のさまざまな可能性の概要を説明することを目的としています。

> GitHub の Dynamo ソース

#### 追加で提供される開発者向けリソースとは <a href="#what-additional-online-resources-do-we-provide" id="what-additional-online-resources-do-we-provide"></a>

**Dynamo**: Dynamo の最新の安定したビルドと、毎日のビルドをダウンロードします

<https://dynamobuilds.com/>

**Dynamo GitHub**: Dynamo は、GitHub 上で開発されたオープンソース プロジェクトです。

<https://github.com/DynamoDS/Dynamo>

**Dynamo GitHub Wiki**: 開発者向けドキュメントにアクセスできる主要なリソースです。

<https://github.com/DynamoDS/Dynamo/wiki>

**ノードの命名規則**は、Dynamo のカテゴリ、ノード、入力ポート、出力ポートに名前を付ける際の標準とガイドラインを提供します。

<https://github.com/DynamoDS/Dynamo/wiki/Naming-Standards>

**Dynamo 言語/API ガイド**: 現在、Dynamo の API ドキュメントにはコア機能が記載されています

<https://dynamods.github.io/DynamoAPI/>

**DynamoBIM**: 追加情報、ラーニング コンテンツ、フォーラムについては、DynamoBIM の Web サイトを参照してください。

<https://dynamobim.org>

**Dynamo ディクショナリ**すべての Dynamo ノードを検索できるデータベース

[https://dictionary.dynamobim.com/](https://dictionary.dynamobim.com)

**DesignScript 言語ガイド** DesignScript を記述するための PDF 形式のガイド

[PDF](https://dynamobim.org/wp-content/uploads/forum-assets/colin-mccroneautodesk-com/07/10/Dynamo_language_guide_version_1.pdf)

#### このガイドに対する変更を提案したい場合 <a href="#how-can-i-suggest-changes-to-this-guide" id="how-can-i-suggest-changes-to-this-guide"></a>

このドキュメントに対する提案をいつでも受け付けております。変更したい内容を、GitHub で直接作成することでリクエストすることができます。


---

# 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/1_developer_primer_intro.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.
