# Set Up Dynamo Player in Forma

To use Dynamo with Forma, you have two options: cloud-based Dynamo as a Service (DaaS), or desktop Dynamo. Each has its benefits depending on what you want to do, so before you get started, consider which option best serves your needs. However, keep in mind that you can switch between these options at any time.

**Dynamo as a Service and Dynamo Desktop comparison**

<table><thead><tr><th>Dynamo as a Service</th><th>Desktop</th><th data-hidden></th></tr></thead><tbody><tr><td>Easy setup</td><td>Multi-step installation process</td><td></td></tr><tr><td>No need to install Dynamo or have it open</td><td>Have to have Dynamo open</td><td></td></tr><tr><td>Does not recognize a graph that's already open in Dynamo</td><td>Open a graph in Player that's open in Dynamo with one button click</td><td></td></tr><tr><td>Can't use Python</td><td>Can use Python</td><td></td></tr><tr><td>Can only use sanctioned packages</td><td>Can use any package</td><td></td></tr></tbody></table>

On this page, we'll explain how to set up both options.

### Setting up Dynamo as a Service

Dynamo in Forma is currently available as an early access open beta, which means that features and the user interface may change frequently.

First, let's install Dynamo Player in Forma.

1. In your Forma site, go to **Extensions** in the left sidebar and click **Add extension**. This opens the Autodesk App Store.
2. Search for Dynamo, and add Dynamo Player Beta. Read the disclaimer and click **Agree**.

<figure><img src="https://1734247194-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY5ZuHF3yuXFWp1C46ZSo%2Fuploads%2Fgit-blob-9383700186f2e150ce6d7fc62db29c5a9d1cd14f%2Finstall-player.png?alt=media" alt=""><figcaption></figcaption></figure>

3. Now, Dynamo Player is available in your Extensions. Click it to open it.
4. You are now ready to use Dynamo Player!

### Setting up Dynamo Desktop

To use Dynamo Desktop, you’ll need Dynamo, either as a stand-alone Sandbox or connected to Revit or Civil 3D. You'll also need the DynamoForma package.

#### Revit

Follow these directions to set up Dynamo in Revit and the DynamoForma package.

1. Make sure you have Revit 2024.1 or higher installed.
2. Open Dynamo from Revit by going to Manage > Dynamo.
3. In Dynamo, install the DynamoForma package. Go to Packages > Package Manager, then search for DynamoForma.
   1. If you have Revit 2024, install the DynamoForma for 2.x package.
   2. If you have Revit 2025, install the DynamoForma package.

#### Civil 3D

Follow these directions to set up Dynamo in Civil 3D and the DynamoForma package.

1. Make sure you have Civil 3D 2024.1 or higher installed.
2. Open Dynamo from Civil 3D by going to Manage > Dynamo.
3. In Dynamo, install the DynamoForma package. Go to Packages > Package Manager, then search for DynamoForma.
   1. If you have Civil 3D 2024, install the DynamoForma for 2.x package.
   2. If you have Civil 3D 2025, install the DynamoForma package.

#### Dynamo Sandbox

Follow these directions to install Dynamo Sandbox and the DynamoForma package.

1. Download Dynamo 2.18.0 or higher from [Dynamo builds](https://dynamobuilds.com/). For the best experience, choose the latest of the most stable versions, listed at the top.
   1. The Daily versions are development versions and may include incomplete or in-progress features.
2. Extract Dynamo using [7zip](https://7-zip.org/) to a folder of your choice.
3. Run DynamoSandbox.exe from the Dynamo install folder.
4. In Dynamo, install the DynamoForma package. Go to Packages > Package Manager, then search for DynamoForma.
   1. If you have Dynamo 2.x, install the DynamoForma for 2.x package.
   2. If you have Dynamo 3.x, install the DynamoForma package.

Once Dynamo is installed, you are ready to use it with Forma. When running the desktop option of Dynamo in Forma, you’ll need to have Dynamo open to be able to use the Dynamo Player extension.

#### Accessing Dynamo Desktop in Forma

First, let's install Dynamo Player in Forma.

1. In your Forma site, go to **Extensions** in the left sidebar and click **Add extension**. This opens the Autodesk App Store.
2. Search for Dynamo, and add Dynamo Player Beta. Read the disclaimer and click **Agree**.

<figure><img src="https://1734247194-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY5ZuHF3yuXFWp1C46ZSo%2Fuploads%2Fgit-blob-9383700186f2e150ce6d7fc62db29c5a9d1cd14f%2Finstall-player.png?alt=media" alt=""><figcaption></figcaption></figure>

3. Now, Dynamo Player is available in your Extensions. Click it to open it.
4. Near the top, click Desktop to access Dynamo Desktop.

<figure><img src="https://1734247194-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY5ZuHF3yuXFWp1C46ZSo%2Fuploads%2Fgit-blob-e1264b8516eb6da105d5b7d28ac4644aa1a60e57%2Fdynamo-desktop.png?alt=media" alt=""><figcaption></figcaption></figure>

5. You are now ready to use Dynamo Player! If you already have a graph open in Dynamo, just click Open under **Connected graph** to view it in Player.


---

# 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/set-up-dynamo-player-in-forma.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.
