> For the complete documentation index, see [llms.txt](https://micro.printm3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://micro.printm3d.com/technical-support.md).

# Technical Support

- [Manual Calibration Guide](https://micro.printm3d.com/technical-support/manual-calibration-guide.md)
- [Safety / Certification](https://micro.printm3d.com/technical-support/safety-certification.md)
- [How To Guide: Micro fan replacement](https://micro.printm3d.com/technical-support/how-to-guide-micro-fan-replacement.md)
- [Troubleshooting Temperature Issues](https://micro.printm3d.com/technical-support/troubleshooting-temperature-issues.md)
- [How To Guide: Replace Micro+ PCB](https://micro.printm3d.com/technical-support/how-to-guide-replace-micro+-pcb.md)
- [Heater Position](https://micro.printm3d.com/technical-support/heater-position.md)
- [How to Guide: Replace Z Belt](https://micro.printm3d.com/technical-support/how-to-guide-replace-z-belt.md)
- [How To Guide: Replace Y Belt](https://micro.printm3d.com/technical-support/how-to-guide-replace-y-belt.md)
- [Removing Stuck Filament](https://micro.printm3d.com/technical-support/removing-stuck-filament.md)
- [Micro+ Upgrade Kit Problem (No Power)](https://micro.printm3d.com/technical-support/micro+-upgrade-kit-problem-no-power.md)
- [Mac OS and Mono Info](https://micro.printm3d.com/technical-support/mac-os-and-mono-info.md)
- [Extruder Core Replacement Guide](https://micro.printm3d.com/technical-support/extruder-core-replacement-guide.md)
- [Print Not Sticking](https://micro.printm3d.com/technical-support/print-not-sticking.md)
- [Replacing and gluing X-gear](https://micro.printm3d.com/technical-support/replacing-and-gluing-x-gear.md)
- [How to guide: Z motor replacement](https://micro.printm3d.com/technical-support/how-to-guide-z-motor-replacement.md)
- [How To Guide: Cutting X Rack to length](https://micro.printm3d.com/technical-support/how-to-guide-cutting-x-rack-to-length.md)
- [Z-axis Rod Loose](https://micro.printm3d.com/technical-support/z-axis-rod-loose.md)
- [How To Guide: X-Rod and Rack Replacement](https://micro.printm3d.com/technical-support/how-to-guide-x-rod-and-rack-replacement.md)
- [Gantry system becomes crooked during movement](https://micro.printm3d.com/technical-support/gantry-system-becomes-crooked-during-movement.md)
- [Remote Diagnostic: X and Y Skip Test](https://micro.printm3d.com/technical-support/remote-diagnostic-x-and-y-skip-test.md)
- [X-Axis Services](https://micro.printm3d.com/technical-support/x-axis-services.md)
- [Y-Axis Services](https://micro.printm3d.com/technical-support/y-axis-services.md)
- [Print head dives into print bed](https://micro.printm3d.com/technical-support/print-head-dives-into-print-bed.md)
- [Printer Not Extruding/Underextrusion/Overheating](https://micro.printm3d.com/technical-support/printer-not-extruding-underextrusion-overheating.md)
- [Serial Number Reset](https://micro.printm3d.com/technical-support/serial-number-reset.md)
- [How to dim front LED light on Micro](https://micro.printm3d.com/technical-support/how-to-dim-front-led-light-on-micro.md)
- [Common electronic issues](https://micro.printm3d.com/technical-support/how-to-dim-front-led-light-on-micro/common-electronic-issues.md)


---

# 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://micro.printm3d.com/technical-support.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.
