> 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/learning-the-basics/exploration-journey/processes/tutorial-1-exploring-object-processes-and-fabrication-information.md).

# Tutorial 1: Exploring Object Processes and Fabrication Information

INSTRUCTION TYPE: Exploration\
INSTRUCTION TITLE: Exploring Object Processes and Fabrication Information\
CATEGORY: Structural Elements\
OBJECTIVE: Learn how to examine the manufacturing processes applied to timber elements

PREREQUISITES:

* Basic navigation and selection skills
* Understanding of timber/beam terminology
* Familiarity with basic wood joinery concepts

EXPERTISE LEVEL: Intermediate

PARAMETERS:

* Process Types: Various manufacturing operations applied to timber elements
* Repro Type: Indication of how processes were created (manual vs. automated)

STEPS:

1.

```
<figure><img src="/files/70CZ0b5g9O2TmXtW35D6" alt=""><figcaption></figcaption></figure>
```

2. Open a project containing timber elements. See image below for reference
3. Locate and select a timber beam or structural element in your model
4. Click the middle mouse button while hovering over the selected element to open the context menu
5. Select "Single Beam Information" from the context menu
6. In the dialog that appears, review the list of processes applied to this timber element
7. For each process in the list, locate and examine the "Repro Type" field
8. Note whether each process shows "Manual" (user-created) or another value indicating it was generated by a logic block
9. Select different processes to view their specific parameters
10. Pay attention to how each process contributes to the overall fabrication of the timber
11. Close the dialog when finished exploring

EXPECTED RESULTS: You should understand the complete set of manufacturing processes that will be applied to fabricate the selected timber element.

COMMON VARIATIONS:

* Complex joinery may show multiple related processes working together
* Automated framing may display system-generated processes with specific repro types

TROUBLESHOOTING:

* If no processes appear: The selected element may be a simple object without manufacturing processes
* If process information seems incomplete: Check if the element is part of a compound structure

FOLLOW-UP ACTIONS:

* Learn how to modify existing processes
* Explore how to add new processes to beams
* Understand how to export manufacturing data for fabrication

QUERY EXAMPLES: "How do I see the cuts applied to a beam?", "Where can I find information about timber connections?", "What operations will be performed on this lumber?"


---

# 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/learning-the-basics/exploration-journey/processes/tutorial-1-exploring-object-processes-and-fabrication-information.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.
