> 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/video-library/advanced-projects.md).

# Advanced Making

This collection of videos shows a range of more advanced techniques you may wish to know about.&#x20;

Some of these techniques can be achieved using machines and jigs already present in the Machine Workshop while others rely solely on your skills with hand tools.

{% hint style="warning" %}
**Disclaimer:** All these techniques are displayed by highly skilled practitioners who use machinery and tools in ways we may not allow in the Machine Workshop. In most cases we can show you safer methods to get your project completed.
{% endhint %}

## Making a mortise + tenon or bridle joint

The Machine Workshop has a similar tenoning jig available for use and combined with our crosscut sled you will find it very easy to cut tenons or bridle joints.

{% embed url="<https://youtu.be/byGVpn7zUc0?t=250>" %}

## Making a mitred mortise and tenon joint

The jig required for the mitred mortise and tenon joint can be found in the Machine Workshop and provides a way of making large frames very strong without needing to use splines.

{% embed url="<https://www.youtube.com/watch?v=h0ryuL0DuLE>" %}

## Making a Japanese Castle/ Shiro joint

After accurately marking out your pieces this joint is surprisingly simple to make when you use the crosscut sled and tenoning jig.

{% embed url="<https://youtu.be/sEp3N2AH5qk>" %}

## Making a wedge mortise and tenon joint

This is definitely the quickest way to make a mortise and tenon and while we do not have a dedicated mortising jig for the router it can still be set up for relatively easy use.

{% embed url="<https://youtu.be/y-h790VzNAQ>" %}

## The traditional wedged mortise and tenon

Rob Cosman gives you a bit of extra information on the wedged mortise and tenon and demonstrates how to mark one out and cut it all by hand (N.B. he makes it look very easy!)

{% embed url="<https://youtu.be/VE11nB4pnhM>" %}

## Making a Japanese dovetail joint

This joint requires the highest possible level of skill and while you might think of it as a fun challenge I certainly would not advise using it on anything with a due date

{% embed url="<https://youtu.be/0I4daFLnO5c>" %}

## Making a housed mortise and tenon joint

The jig for this technique is relatively easy to make and the housed mortise and tenon is perfect for use on round legs.

{% embed url="<https://youtu.be/uXzbFI_ORxE>" %}

## Making a wooden cup

While this video shows some very dangerous bandsaw use it does show you how to go about making a wooden cup and the workshop technicians can help you safely shape the outside.

{% embed url="<https://youtu.be/44caAxrSDPY>" %}


---

# 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/video-library/advanced-projects.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.
