> 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/spaces/machine-workshop-outdoor-area.md).

# Machine Workshop Outdoor Area

## Overview

The Machine Workshop Outdoor Area is a paved semi-covered area approximately 10m x 7m. This space has workbenches and can be used for larger scale projects.

<figure><img src="/files/K9ze8xrJFimvKJZaEGXS" alt=""><figcaption></figcaption></figure>

## Access

The space is open from 7am to 11pm, 7 days a week during Semesters 1 and 2. The space in unsupervised outside of normal hours (M-F 10am-12pm and 1pm-5pm).

Tools from within the Machine Workshop are only available for use during normal hours.

#### Inductions

* Level 2 Inductions are required for access.
  * Completion of appropriate inductions will be monitored by Workshop staff.

#### **PPE**

* Wear the appropriate PPE worn at all times, as required by the Machine Workshop:
  * Close-toe shoes
  * Safety glasses
  * Ear muffs/ ear plugs

#### **Prohibited Work**

* No concrete grinding or concrete drilling is allowed in this area.

#### **Working Culture**

* Be respectful of others in the vicinity - notify anyone nearby if you will be carrying out fabrication processes that might disturb others.&#x20;
* Clean up your materials and store them properly. Work can be stored under benches or on pallets but not on bench tops or in walkways.

#### Tools and Responsibility

* Machine Workshop power tools and hand tools are allowed in **this outdoor area ONLY, do not bring them to the** [**Wet Area Outdoor Space**](https://ms-kb.msd.unimelb.edu.au/msdmaker/wetworks)**.**
* Tools, workpieces and personal items must not be left unattended - the area is open to the outside so any items left are your responsibility.

#### Packing-up and Cleaning-up

* Work areas, floor and workbenches must be swept and cleaned after each use.
* All power tools, hand tools must be packed up as follows:
  * After use. Do not leave any tools, work and other items unattended.
  * At lunch time between 12pm - 1pm Monday - Friday
  * Before the end of the day, by 5pm Monday - Friday


---

# 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/spaces/machine-workshop-outdoor-area.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.
