> For the complete documentation index, see [llms.txt](https://ms-kb.msd.unimelb.edu.au/msdmaker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ms-kb.msd.unimelb.edu.au/msdmaker/metal-work-area/preperation.md).

# Preparation

## **Preparing Metal Components**

The first step of fabrication is to prepare the material or 'stock' for cutting and welding. Depending on the type of material you have chosen for your project this may involve different processes. &#x20;

&#x20;**Follow these steps to prepare your steel for welding:**

1. If your stock is oiled, rag it down to improve handling. Painted stock can be left as is. &#x20;
2. Layout your stock and roughly mark out the lengths with each component you wish to create. Use a welders chalk or a permanent marker.&#x20;
3. Cut your lengths as per your cutting schedule. Remember to always start with the largest pieces first and work down to the smallest. This ensures efficiency in material is use. &#x20;
4. If your project requires drilling holes, do this before welding where possible. &#x20;
5. Chamfer joining edges where necessary to accommodate good joins. Use either the linisher or flap disk on the angle grinder. &#x20;
6. Use the linisher or flap disk grinder to carefully remove any burs created from cutting or drilling, this reduces the risk of cuts and scrapes
7. If your steel is painted, and you wish to strip it, use the right angle air grinder with surface conditioning pads.&#x20;
8. Wipe down any residue on the steel with a dry cloth.&#x20;
9. Wipe down the steel with AJAX cleaning product and a damp cloth  (remember to wear your PPE)&#x20;
10. Once it is dry, your parts are ready to weld. &#x20;

#### Instructions for each of these steps is outlined in the following pages


---

# 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://ms-kb.msd.unimelb.edu.au/msdmaker/metal-work-area/preperation.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.
