> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/tutorials/tutorials-en/tutorials.md).

# Tutorials

## Master Dietrich's: Your Learning Journey Guide

### Our Philosophy: From Understanding to Creating

Learning Dietrich's isn't just about mastering software—it's about understanding the art and science of house construction. We believe the best way to learn complex design systems is through **exploration first, creation second**.

#### Why This Approach Works

Traditional software training often throws you into creating projects immediately, leading to frustration and shallow understanding. Instead, we guide you through two distinct but connected journeys:

**The Exploration Journey** - Understanding the system before you build You'll discover how Dietrichs thinks about house construction by examining real projects, understanding how design decisions cascade through the system, and exploring the tools available to you. This builds confidence and deep comprehension without the pressure of creating something from scratch.

**The Builders Journey** - Applying your knowledge to create Once you understand the system's logic and capabilities, you'll create your own projects with confidence, knowing why each decision matters and how it affects the entire structure.

### Planning Your Learning Path

#### Phase 1: Exploration Journey&#x20;

**Session 1: System Foundations**

* Understand default values and how design parameters cascade
* Explore the material database and create custom materials
* *Goal*: Grasp how Dietrich's connects design decisions

**Session 2: Design Modules Starting**

* Tour each module
* Examine sample projects to see modules working together
* *Goal*: Understand the complete design workflow

**Session 3: Advanced Tools & Integration**

* Explore DCAM, free design tools, and component libraries
* Follow guided tutorials with real project examples
* *Goal*: See the full potential of the system

#### Phase 2: Builders Journey&#x20;

**Session 4: Your First Project**

* Start with a simple structure using your new knowledge
* Apply the concepts you explored in Phase 1
* *Goal*: Create something meaningful while building confidence

**Session 5: Advanced Application**

* Tackle more complex projects
* Customize the system to your workflow
* *Goal*: Develop mastery and personal efficiency

### Success Strategies

**Learn Actively**: Don't just watch—interact with every example and tutorial. Ask yourself "what if I changed this parameter?" and explore the results.

**Connect the Dots**: Always consider how each module connects to others. House construction is a system, and Dietrich's reflects that interconnectedness.

**Embrace Iteration**: Your first projects won't be perfect. Use them as learning tools, then refine and improve.

Your journey to Dietrich's mastery starts with curiosity about how the system works. From there, the path to confident creation is clear and enjoyable.

**Start your Exploration Journey now** - your future house construction projects will thank you for this solid foundation.  First download the file below and then move the "[Exploration Journey](https://app.gitbook.com/o/V0dD7B3bXAJygOJEDISg/s/JwVNn4I5lBr9h9dnVyjh/~/changes/23/tutorials/exploration-journey)"

Download Files:

{% embed url="<https://c.dietrichs.com/s/zdmL76ZaQpPbzfw/download>" %}


---

# 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://docs.dietrichs.com/tutorials/tutorials-en/tutorials.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.
