> For the complete documentation index, see [llms.txt](https://protolab.gitbook.io/protolab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protolab.gitbook.io/protolab/services/job-submission.md).

# Job Submission

*Job Submissions will open soon - in the meantime, email us at <protolab@swin.edu.au>*

{% hint style="info" %}
Submit a Job
{% endhint %}

Files can be submitted for execution by a technician on the following machines:

| Machine                                                                                                         | Turnaround Time |
| --------------------------------------------------------------------------------------------------------------- | --------------- |
| [Laser Cutters](/protolab/equipment/subtractive-manufacturing.md#laser-cutting)                                 | 7 days          |
| [3-axis CNC Mills](/protolab/equipment/subtractive-manufacturing.md)                                            | 10 days         |
| [SLA Resin 3D Printers](/protolab/equipment/additive-manufacturing.md#sla-resin-3d-printing)                    | 10 days         |
| [J55 Full-Colour Resin 3D Printer](/protolab/equipment/additive-manufacturing.md#full-colour-resin-3d-printing) | 10 days         |
| [HP SLS Nylon 3D Printer](/protolab/equipment/additive-manufacturing.md#sls-nylon-3d-printing)                  | 10 days         |

* Refer to the File Preparation tab for each machine for instructions.
* If there are errors in your file or machines are out of order, it may take additional time to complete your job.
* We will email you within 48h after receiving your file to confirm it is sound or to let you know of any issues.

Ensure you have selected an appropriate process and prepared your file correctly to avoid delays.

If you need assistance determining the best method for producing a prototype,[ Book a Technician](/protolab/services/book-a-technician.md). Or, visit us during [Open Hours](/protolab/contact-us.md#open-hours)


---

# 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://protolab.gitbook.io/protolab/services/job-submission.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.
