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

# Integrating Into Teaching & Learning

- [Introduction](https://ms-kb.msd.unimelb.edu.au/msdmaker/staff-knowledge/basic-information.md): This page describes how ABP Staff can integrate Maker Space facilities and equipment into teaching and learning.
- [Management Contacts](https://ms-kb.msd.unimelb.edu.au/msdmaker/staff-knowledge/management-contacts.md): This page provides the contact details for the Maker Spaces Management team to Academic staff to make contact to discuss Teaching and Learning needs.
- [Standard Model Making](https://ms-kb.msd.unimelb.edu.au/msdmaker/staff-knowledge/standard-model-making.md): The page describes what "Standard Model Making" is and helps staff determine if their making plans fall into this category.
- [Non-standard Model Making](https://ms-kb.msd.unimelb.edu.au/msdmaker/staff-knowledge/non-standard-model-making.md): The page describes what "Non-standard Model Making" is and helps staff determine if their making plans fall into this category and how to contact Maker Spaces management staff to make arrangements.
- [Large Cohort Subjects](https://ms-kb.msd.unimelb.edu.au/msdmaker/staff-knowledge/large-cohort-subjects.md): The page describes what is required to integrate Maker Spaces into your subject if you have more than 50 students.
- [Group Inductions](https://ms-kb.msd.unimelb.edu.au/msdmaker/staff-knowledge/group-inductions.md): This page provides instructions for Academic Staff wishing to arrange a dedicated Maker Space Induction for your Class / Studio
- [Materials and Chemicals](https://ms-kb.msd.unimelb.edu.au/msdmaker/staff-knowledge/materials-and-chemicals.md): This page provides instruction for staff if you wish to use non-standard materials and chemicals within the 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/msdmaker/staff-knowledge.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.
