> For the complete documentation index, see [llms.txt](https://primer2.dynamobim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer2.dynamobim.org/dynamo-for-civil-3d/sample-workflows.md).

# Sample Workflows

Roads, railways, land, utilities, surveying, GIS...

Civil infrastructure is all of these things, and more! This section contains several practical and relevant example graphs to help propel you towards Dynamo mastery and unlock the full potential of Dynamo for Civil 3D. Each graph comes complete with detailed descriptions of the logic that went into creating it so that you can not only *use* it, but *understand* it.

Furthermore, these examples embody time-tested best practices for building strong graphs. As you work through the examples, we encourage you to also familiarize yourself with the [Best Practices](/9_best_practices.md) section for more ideas on how to build powerful, flexible, and maintainable graphs.

<figure><img src="/files/LMq3d5y9QaQ2bMDDQwLv" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/sample-workflows.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.
