# 3D Printing

- [Automatic STL Repair](https://docs.rhinoartisan.com/commands/3d-printing/automatic-stl-repair.md): In this section, we will explore automatic correction tools for STL files for 3D printing
- [Manual STL Repair](https://docs.rhinoartisan.com/commands/3d-printing/manual-stl-repair.md): This section will find commands for manually repairing meshes before 3D printing. While automatic correction tools generally fix the geometry, for cases where the geometry is severely deteriorated.
- [From mesh](https://docs.rhinoartisan.com/commands/3d-printing/manual-stl-repair/from-mesh.md)
- [Shrink Wrap](https://docs.rhinoartisan.com/commands/3d-printing/manual-stl-repair/shrink-wrap.md)
- [Mesh Management](https://docs.rhinoartisan.com/commands/3d-printing/manual-stl-repair/mesh-management.md)
- [STL Format](https://docs.rhinoartisan.com/commands/3d-printing/stl-format.md)
- [Connectors](https://docs.rhinoartisan.com/commands/3d-printing/connectors.md): RhinoArtisan's connectors enable seamless integration with 3D printers, significantly streamlining the workflow. With just one click, the need to repair, export, and import files into the manufacturer


---

# 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://docs.rhinoartisan.com/commands/3d-printing.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.
