> For the complete documentation index, see [llms.txt](https://ms-kb.msd.unimelb.edu.au/machine-workshop/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/machine-workshop/resources.md).

# Resources

- [Video Tutorials](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library.md)
- [Build Projects](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/build-projects.md): Learn how to begin making in the MSD Machine Workshop with these common build projects.
- [Build a Plinth](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/build-projects/plinths.md): Learn how to make a plinth to enhance the display of work.
- [Build a Butcher Block](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/build-projects/build-a-butcher-block.md): Learn how to make a butcher block (cutting board).
- [Build a Box](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/build-projects/build-a-box.md): Learn how to make a tray and box using mitred joints.
- [Build a Picture Frame](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/build-projects/build-a-picture-frame.md): This tutorial will explain how to develop a picture frame.
- [Build a Side Table](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/build-projects/build-a-side-table.md): These video tutorials explain how to develop a side table for varying skill levels.
- [Turning a Spherical box](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/build-projects/turning-a-spherical-box.md): This tutorial will explain how to turn a spherical box on a lathe.
- [Advanced Making](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/advanced-projects.md): The videos on this page demonstrates a range of useful techniques that you can use for your projects.
- [Tips and Techniques](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/video-library.md)
- [Steam Bending](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/video-library/steam-bending.md)
- [Designer Maker Inspiration](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/designer-maker-inspiration.md)
- [Start Your Own Workshop](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/start-your-own-workshop.md): This section gives an overview for how to begin setting up your own workspace
- [Workbench options](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/start-your-own-workshop/workbench-options.md)
- [Where to buy](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/start-your-own-workshop/where-to-buy.md)
- [External Workshop Facilities](https://ms-kb.msd.unimelb.edu.au/machine-workshop/resources/other-workshop-facilities.md): Links to other existing workshops facilities and maker spaces.


---

# 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/machine-workshop/resources.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.
