> 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/workshop-access.md).

# Workshop Access

## Open access times

#### **10:00am to 12:00pm and 1:00pm to 5:00pm Monday to Friday during Semester 1 and 2**

The Machine Workshop powers off at 4:30pm. Between 4:30pm and 5:00pm everyone is required to pack up their projects and clean up the space.

## Inductions - Machine Workshop

To have access to the Machine Workshop you need to have completed the&#x20;

Online Level 01 and&#x20;

In-Person Level 02 Safety Inductions

{% hint style="info" %}
Complete the required training and inductions [**here**](https://msd.unimelb.edu.au/maker-spaces/inductions-and-access-msd).
{% endhint %}

{% hint style="success" %}
&#x20;Check your induction status [**here**](https://apps.powerapps.com/play/1415888b-9703-4d6c-9d63-486902a2d0cb?tenantId=0e5bf3cf-1ff4-46b7-9176-52c538c22a4d\&source=portal\&screenColor=rgba\(0%2C%20176%2C%20240%2C%201\)).
{% endhint %}

## Level 3 Inductions - Machine Specific

Machines and power tools in the Machine Workshop require machine-specific in-person inductions. No booking is required. Come to the Machine Workshop after completing Level 1 and 2 inductions with your project in mind and we can induct you on the required machinery. For more information please visit [Maker Spaces Access and Inductions](https://msd.unimelb.edu.au/maker-spaces/inductions-and-access-msd).


---

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