> For the complete documentation index, see [llms.txt](https://www.generativedesign.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.generativedesign.org/04-sample-workflows.md).

# Sample Workflows

This section will explore a series of workflows that can be found in the 07-00\_sample\_files folder in the GitHub repository.

![](/files/-LrPm31Xfn7tKHzhE7dr)

The following sample workflows are available:

* [Getting Started Workflows](/04-sample-workflows/04-01_getting-started-workflows.md)&#x20;
* [Architectural Workflows](/04-sample-workflows/04-02_architectural-workflows.md)
* [MEP Workflows](/04-sample-workflows/04-03_mep-workflows.md)&#x20;
* [Structural Workflows](/04-sample-workflows/04-04_structural-workflows.md)
* [BIM Workflows](/04-sample-workflows/04-05_bim-workflows.md)
* [Community Examples](/04-sample-workflows/04-06_community-examples.md)

Click the link below to download a .zip with all of the sample workflows, or go to each workflow's page to download them individually. You can also find these sample files on the [Releases](https://github.com/DynamoDS/RefineryPrimer/releases/tag/latest) page of the repository.

[All sample workflow files for Revit 2023](https://github.com/DynamoDS/RefineryPrimer/releases/download/latest/Revit2023.zip)

[All sample workflow files for Revit 2024](https://github.com/DynamoDS/RefineryPrimer/releases/download/latest/Revit2024.zip)

[All sample workflow files for Revit 2025](https://github.com/DynamoDS/RefineryPrimer/releases/download/latest/Revit2025.zip)

[All sample workflow files for Revit 2026](https://github.com/DynamoDS/RefineryPrimer/releases/download/latest/Revit2026.zip)


---

# 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, and the optional `goal` query parameter:

```
GET https://www.generativedesign.org/04-sample-workflows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
