# Visual Programming

![](/files/-LrPm3wAGWHR-vRah3wf)

Visual programming is a form of coding that, unlike textual programming, does not require compiling code or familiarity with a textual programming language, such as C# or Python. Instead, it uses a visual interface where a user connects small nodes of pre-defined functionality. Together, these nodes form a larger network of functionality that can achieve complex goals.

This approach is easier to learn than textual programming and makes tasks that were previously reserved for expert coders accessible to everyone.

![](/files/-LrPm3wCZ9vsvsRQfjvH)

Recently, there has been a significant shift in the AEC industry towards visual programming. This change is becoming commonplace for many teams as the industry begins to move away from traditional tools like CAD (Computer Aided Design).

While there will always be a place for CAD tools, visual programming applications enable a new approach to design. Design no longer needs to be a series of static modelling operations, but rather a dynamic, customizable flow of tasks.

If you’d like to explore this in more detail, please refer to the sections on visual programming in the following primers (these documents are separate from this one):

* [Dynamo Primer](https://primer2.dynamobim.org/a_appendix/a-1_visual-programming-and-dynamo#what-is-visual-programming)
* [Grasshopper Primer](http://grasshopperprimer.com/en/index.html?index.html)


---

# 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-03_visual-programming.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.
