# Developer Primer

#### Welchen Zweck verfolgt dieses Handbuch? <a href="#what-is-the-purpose-of-this-guide" id="what-is-the-purpose-of-this-guide"></a>

In diesem Handbuch erfahren Sie, wie Sie die verschiedenen C#-Entwicklungsmöglichkeiten für Dynamo verwenden - vom Erstellen von Zero-Touch-Blöcken bis hin zum Erstellen von Erweiterungen.

![Dynamo-Quelldateien auf GitHub](/files/Udf2ofQH3e7o5Fvf2Lrz)

> Dynamo-Quelldateien auf GitHub

#### Welche zusätzlichen Entwicklerressourcen stellen wir zur Verfügung? <a href="#what-additional-online-resources-do-we-provide" id="what-additional-online-resources-do-we-provide"></a>

**Dynamo**: Laden Sie die neuesten stabilen und täglichen Builds von Dynamo herunter.

<https://dynamobuilds.com/>

**Dynamo GitHub**: Dynamo ist ein Open-Source-Entwicklungsprojekt auf GitHub.

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

**Dynamo-GitHub-Wiki**: Dies ist die primäre Ressource für die Entwicklerdokumentation.

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

**Namenskonventionen für Blöcke**: Hier werden Standards und Richtlinien für die Benennung von Kategorien, Blöcken sowie Eingabe- und Ausgabeanschlüssen in Dynamo bereitgestellt.

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

**Dynamo-Sprach-/-API-Handbuch**: Die API-Dokumentation von Dynamo deckt derzeit die Kernfunktionen ab.

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

**DynamoBIM:** Die beste Quelle für zusätzliche Informationen, Lerninhalte und Foren ist die DynamoBIM-Website.

<https://dynamobim.org>

**Dynamo-Wörterbuch**: Eine durchsuchbare Datenbank mit allen Dynamo-Blöcken.

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

**Leitfaden für die DesignScript-Sprache:** Ein PDF-Leitfaden zum Schreiben in DesignScript.

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

#### Wie kann ich Änderungen an diesem Handbuch vorschlagen? <a href="#how-can-i-suggest-changes-to-this-guide" id="how-can-i-suggest-changes-to-this-guide"></a>

Sie können jederzeit Vorschläge für diese Dokumentation machen. Diese können direkt über GitHub durch Erstellen einer Änderungsanfrage übermittelt werden.


---

# 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/de/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.
