> 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/further-reading.md).

# Further Reading

This table contains a range of books all available from the Melbourne University Architecture Library. If you want to expand your knowledge of timber we highly recommend checking them out.

{% tabs %}
{% tab title="Understanding Wood" %}
![](/files/-MAZwjUDf24_mQLyx6rY)

This book will tell you everything you need to know about timber as a material. From how the trees grow to how they are sawn up and how the timber continues to move even when it's finished.

{% endtab %}

{% tab title="Wood in Australia " %}
![](/files/-MAZxeZ9kzk_IsRJNNL_)

This book will give you a thorough insight into native Australian timbers.
{% endtab %}

{% tab title="Wood joiners handbook" %}
![](/files/-MAd4uHK2iP5appCbtVZ)

This guide to joints and techniques will show you many different types of joinery you may find useful.
{% endtab %}

{% tab title="Fine Woodworking" %}
![](/files/-MAcy0QO5MrN5MFjkPNB)

You'll find this book and lots of back issues of the Fine Woodworking magazine available through the Melbourne Uni library system (some are available at the Architecture Library).

{% endtab %}

{% tab title="Wood: Architecture and Design" %}
![](/files/-MAdW_IdzrqpfDfphAIW)

This book focusses on wood as a large scale building material but contains lots of great information.&#x20;
{% endtab %}

{% tab title="Wonder Wood" %}
![](/files/-MAdZHho4EDdLyoRuAVw)

You'll find some really inovative approaches to wood here.
{% endtab %}

{% tab title="Wood: Materials for inspirational Design" %}
![](/files/-MAdpOZKw5HwtaQfXkAH)

This book displays wood from a designers perspective and shows the material in different forms used in various ways.&#x20;
{% endtab %}
{% endtabs %}


---

# 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/further-reading.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.
