# Useful Packages

Dynamo packages are toolsets developed by third parties in order to extend Dynamo's core functionality. They are accessible to all and ready to download at the click of the button.

{% hint style="info" %}
Refer to the [Packages](/6_custom_nodes_and_packages/6-2_packages.md) section for more information about how to get started with packages.
{% endhint %}

Here's a list of some of the most popular packages that can take your Dynamo for Civil 3D graphs to the next level.

## Civil 3D Toolkit

The *Civil 3D Toolkit* is a Dynamo for Civil 3D package that provides significant enhancements to Dynamo's capabilities through a large inventory of additional nodes.

#### Feedback

[Civil 3D Toolkit Feedback thread](https://forum.dynamobim.com/t/civil-3d-toolkit-feedback-thread/43570)

#### Related Autodesk University Classes

[Supercharge Your Dynamo Graph with Civil 3D Toolkit | Autodesk University](https://www.autodesk.com/autodesk-university/class/Supercharge-Your-Dynamo-Graph-Civil-3D-Toolkit-2020)

## Camber

Camber is an open source Dynamo for Civil 3D package that includes hundreds of nodes for working with Labels, Xrefs, Data Shortcuts, Styles, and more.

#### Feedback

[Camber Feedback Thread](https://forum.dynamobim.com/t/camber-feedback-thread/68942)

#### Source Code

{% embed url="<https://github.com/mzjensen/Camber>" %}

## CivilConnection

*CivilConnection* is a open source Dynamo for Revit package that enables the exchange of information between Civil 3D, Dynamo, and Revit.

#### Related Autodesk University Classes

[Computational modeling linear structure with Civil 3D, Revit & Dynamo CivilConnection | Autodesk University](https://www.autodesk.com/autodesk-university/class/Computational-modeling-linear-structure-Civil-3D-Revit-Dynamo-CivilConnection-2019)

[Bridge Detailing 2.0: Computational modelling methods using Civil 3D, Revit & Dynamo | Autodesk University](https://www.autodesk.com/autodesk-university/class/Bridge-Detailing-20-Computational-modelling-methods-using-Civil-3D-Revit-Dynamo-2019)

[Parametric modeling and automating the placement of Universal TBM Rings | Autodesk University](https://www.autodesk.com/autodesk-university/class/Parametric-modeling-and-automating-placement-Universal-TBM-Rings-2021)

#### Source Code

{% embed url="<https://github.com/Autodesk/civilconnection>" %}

## Arkance Systems Nodes

Arkance Systems Nodes is a Dynamo for Civil 3D package with a wide variety of helpful nodes for working with Dimensions, Tables, Views, Drill Control, and more.

#### Feedback

[Arkance Systems Node Library Feedback Thread](https://forum.dynamobim.com/t/arkance-systems-node-library-feedback-thread/75681)

#### Documentation

{% embed url="<https://blog.huiz.net/arkance-systems-node-library-for-civil-3d-dynamo/>" %}


---

# 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-for-civil-3d/useful-packages.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.
