# Dynamo in Forma

Dynamo is available as an extension in Forma. At the moment, it comes in two flavors: a desktop-connected version, and a cloud-based integration as a closed beta. Read more about the desktop version in this [blog post](https://dynamobim.org/dynamo-in-forma/), and about the beta cloud integration in this [blog post](https://dynamobim.org/dynamo-as-a-service-powers-up-dynamo-player-in-forma/). Note that the blog was published during the closed beta phase; the cloud integration is currently in open beta and available to all Forma users.

### What is Autodesk Forma?

Autodesk Forma is a cloud software that offers powerful, yet easy-to-use AI-powered tools for pre-design and schematic design. Architects and designers use Forma to model complex 3D designs in minutes, optimize living quality and sustainability through real-time environmental analysis, and continue the design process by fluidly connecting with Revit, Rhino, and Dynamo. You can learn more and start your free trial or purchase here: [Autodesk Forma](https://www.autodesk.com/products/forma/overview?term=1-YEAR\&tab=subscription). Forma is included as part of the AEC Collection.

### What is Dynamo Player in Forma?

Dynamo Player is an extension that brings a variety of design automation capabilities to Forma users. Some key advantages of using Dynamo Player with Forma:

* Streamlined Automation: Dynamo Player simplifies the process of automating repetitive tasks and workflows in Forma. Custom graphs created with Dynamo’s visual programming environment can be executed directly within Forma with just a few clicks. The graphs are displayed as a list within Dynamo Player, making it easy to select and run them whenever needed. This streamlined process allows you to quickly execute repetitive tasks, reducing errors and boosting efficiency.
* Easy-to-Use Interface: Dynamo Player provides a user-friendly interface that makes it accessible to Forma users, with no Dynamo expertise required. In the future, we plan on releasing more sample graphs that give you access to Dynamo-powered automations without having to rely on developers or advanced coding skills.
* Customizable Parameters: Dynamo Player allows you to define input parameters for your automation graphs, enabling you to customize graph behavior based on your specific project requirements. You can set up options and values that can be easily modified each time the graph is executed, providing flexibility and adaptability to different scenarios.
* Reusability and Sharing: Dynamo Player promotes collaboration and knowledge sharing among Forma users. Automation graphs can be saved and reused across multiple sites, ensuring consistency and efficiency. Additionally, you can share your scripts with others in the Forma community, enabling them to benefit from your automation solutions and vice versa.


---

# 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/dynamo-in-forma-beta.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.
