# Makerspace

- [Otto DIY](https://learn.pakronics.com.au/makerspace/otto-diy.md): An interactive robot that you can make with 3D print or Laser cut enclosures that is powered by Arduino board which you can program with Graphical or Arduino code.
- [User guide](https://learn.pakronics.com.au/makerspace/otto-diy/user-guide.md): Otto DIY Maker kit with Arduino Nano Every
- [Assembly Instructions](https://learn.pakronics.com.au/makerspace/otto-diy/assembly-instructions.md)
- [Builder Kit](https://learn.pakronics.com.au/makerspace/otto-diy/assembly-instructions/builder-kit.md)
- [Builder Kit +](https://learn.pakronics.com.au/makerspace/otto-diy/assembly-instructions/builder-kit-+.md)
- [Builder Kit Humanoid](https://learn.pakronics.com.au/makerspace/otto-diy/assembly-instructions/builder-kit-humanoid.md)
- [Builder Kit E](https://learn.pakronics.com.au/makerspace/otto-diy/assembly-instructions/builder-kit-e.md)
- [OTTO enclosures 3D and laser cut files](https://learn.pakronics.com.au/makerspace/otto-diy/otto-enclosures-3d-and-laser-cut-files.md): otto can have 3D printed parts or laser cut file to make range of enclosures
- [Code](https://learn.pakronics.com.au/makerspace/otto-diy/code.md): Original files found on internet are designed for Arduino nano and Pakronics Australia have developed compatible code for Arduino Every board.
- [Curcuitmess](https://learn.pakronics.com.au/makerspace/curcuitmess.md)
- [Circuitmess Ringo](https://learn.pakronics.com.au/makerspace/curcuitmess/circuitmess-ringo.md)
- [Inside the Box](https://learn.pakronics.com.au/makerspace/curcuitmess/circuitmess-ringo/inside-the-box.md)
- [Tools Needed](https://learn.pakronics.com.au/makerspace/curcuitmess/circuitmess-ringo/tools-needed.md)
- [Soldering the parts](https://learn.pakronics.com.au/makerspace/curcuitmess/circuitmess-ringo/soldering-the-parts.md)
- [Assembling the parts](https://learn.pakronics.com.au/makerspace/curcuitmess/circuitmess-ringo/assembling-the-parts.md)
- [Set up your Ringo](https://learn.pakronics.com.au/makerspace/curcuitmess/circuitmess-ringo/set-up-your-ringo.md)


---

# Agent Instructions: 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:

```
GET https://learn.pakronics.com.au/makerspace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
