# Build with me

Theory is important, but real understanding often comes from seeing complete projects from start to finish.

This section contains step-by-step CNC projects that combine videos, documentation, and downloadable resources. Depending on the project, topics may include design, workholding, CAM preparation, machine setup, machining, and finishing operations.

The format is heavily influenced by community feedback. Many people find it easier to understand CNC concepts when they can see how they are applied throughout an entire project rather than in isolation.

{% hint style="info" %}
**The goal is not just to show what works, but to demonstrate the complete process and reasoning behind creating CNC parts from start to finish.**
{% endhint %}


---

# 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://miwicnc.gitbook.io/miwicnc/build-with-me.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.
