# Dynamo

Dynamo is an [open-source](https://github.com/DynamoDS/Dynamo) visual programming application from Autodesk that aims to be accessible to non-programmers and programmers alike.

It gives users the ability to visually script behavior, define custom pieces of logic and run custom code segments using various textual programming languages.

Dynamo can be used as a standalone product (Sandbox) or can plug into other products such as Revit, Civil 3D, Alias, FormIt, Advance Steel, and Robot Structural Analysis.

![](https://1947225869-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LZMLRvaju5sqPs7pYTX%2Fuploads%2Fgit-blob-d4795499322072e27762f7f40ed0462f981d7c60%2Fdynamo1.png?alt=media)

For more information on Dynamo please refer to the [Dynamo Primer](https://primer2.dynamobim.org/).


---

# 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://www.generativedesign.org/01-introduction/01-04_dynamo.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.
