# Printago > Printago is a cloud-based print farm management platform for Bambu Lab and other 3D printers. It handles printer management, slicing, the print queue, materials, SKUs with variants, e-commerce order ingestion, and a REST API for automation. This file follows the [llms.txt](https://llmstxt.org) convention so AI agents can discover the Printago documentation in one fetch. For a heading-level map of every page, see [docs_map.md](/docs_map.md). ## Getting Started - [Quick Start Guide](https://docs.printago.io/docs): Get up and running with Printago in minutes. This guide walks you through connecting printers, setting up materials, and your first automated print job. ## Overview - [What is Printago?](https://docs.printago.io/docs/overview/what-is-printago): Printago (prin-TAH-go, /prɪntˈtɑːgoʊ/) is a cloud-based print farm management solution for 3D printer hobbyists and print farms of all sizes. - [Key Concepts](https://docs.printago.io/docs/overview/key-concepts): Understanding these fundamental concepts will help you make the most of Printago's features and capabilities. - [Dashboard](https://docs.printago.io/docs/overview/dashboard): The Printago Dashboard is your central hub for monitoring and managing all connected 3D printers. It provides real-time status updates, job progress tracking, and quick access to printer controls. ## Connecting Printers - [LAN Client (Fuse)](https://docs.printago.io/docs/connecting-printers/printago-fuse): Printago Fuse is a lightweight client that runs on your local network, bridging Printago to printers that aren't reachable via cloud connections. - [Anycubic Integration](https://docs.printago.io/docs/connecting-printers/anycubic): Printago connects to Anycubic Kobra printers over your local network through the Printago Fuse LAN client. There is no cloud account, bridge, plugin, Raspberry Pi, or firmware modification required. - [Bambu Lab Integration](https://docs.printago.io/docs/connecting-printers/bambu-lab-integration): Printago connects to Bambu Lab printers in two ways: through Bambu's cloud infrastructure, or locally over your network with the Printago Fuse client. - [Creality Integration](https://docs.printago.io/docs/connecting-printers/creality): Printago connects to Creality's Klipper-based printers, including the flagship K2 series, over your local network through Moonraker. - [Elegoo Integration](https://docs.printago.io/docs/connecting-printers/elegoo): Printago connects to Elegoo FDM printers over your local network through the Printago Fuse LAN client, with no cloud account, Raspberry Pi, or extra hardware required. - [Klipper Integration](https://docs.printago.io/docs/connecting-printers/klipper-integration): Printago connects to Klipper-powered printers over your local network through Moonraker, the API server that ships with almost every Klipper install. - [Prusa Integration](https://docs.printago.io/docs/connecting-printers/prusa-link): Printago connects to Prusa printers over your local network through PrusaLink, the HTTP API built into modern Prusa firmware. - [Snapmaker Integration](https://docs.printago.io/docs/connecting-printers/snapmaker): Printago connects to Snapmaker's Klipper-based printers, including the U1, over your local network through Moonraker. - [Virtual Printers](https://docs.printago.io/docs/connecting-printers/virtual-printers): Virtual printers let you test your Printago workflow without needing physical hardware. They simulate real Bambu Lab printers, complete with temperature changes, print progress, and error states. ## Parts & Files - [Part Management](https://docs.printago.io/docs/parts/part-management): A part in Printago is an uploaded 3D model file—STL, STEP, 3MF, OpenSCAD, or GCODE—along with its associated printing configuration such as material requirements, slicer process profiles, and build… - [STL and STEP Parts](https://docs.printago.io/docs/parts/stl-step-parts): STL and STEP files are static 3D models that work identically in Printago's system. Both file types represent single-material parts that can have custom slicer process profiles applied. - [3MF Project Files](https://docs.printago.io/docs/parts/3mf-project-files): 3MF (3D Manufacturing Format) parts are complete projects that preserve all your slicer settings, modifiers, and design decisions. Printago fully supports 3MF files from Bambu Studio and Orca Slicer. - [Gcode.3mf Files](https://docs.printago.io/docs/parts/gcode-3mf-files): gcode.3mf files are pre-sliced files from Bambu Studio or Orca Slicer that contain ready-to-print G-code wrapped in a 3MF container. - [About OpenSCAD](https://docs.printago.io/docs/parts/openscad/openscad-intro): OpenSCAD support in Printago lets you create dynamic, customizable 3D models that respond to customer input without touching code. Let's explore how it works! - [OpenSCAD Parts](https://docs.printago.io/docs/parts/openscad/openscad-parts): This guide explains how to upload and use OpenSCAD parts in the Printago system. - [ColorSCAD](https://docs.printago.io/docs/parts/openscad/colorscad): ColorSCAD is a premium add-on for Printago that enables multi-colored 3D models in OpenSCAD. ColorSCAD extracts material/filament assignments from color() statements in your SCAD file. - [OpenSCAD Libraries](https://docs.printago.io/docs/parts/openscad/libraries): Printago provides access to numerous OpenSCAD libraries to enhance your parametric design capabilities. These libraries are pre-installed and available for use in your OpenSCAD designs. - [CadQuery & build123d Parts](https://docs.printago.io/docs/parts/cadquery/cadquery-intro): CadQuery and build123d support in Printago lets you create parametric 3D models using Python. - [CadQuery & build123d Libraries](https://docs.printago.io/docs/parts/cadquery/libraries): Printago pre-installs a curated set of Python libraries alongside CadQuery and build123d. ## Printing - [Printing Parts](https://docs.printago.io/docs/printing/printing-parts): Printing in Printago is the process of sending parts from your library to the print queue, where they are matched with compatible printers and produced automatically. - [Print Queue](https://docs.printago.io/docs/printing/print-queue): The print queue is Printago's central job management system, powered by an intelligent matching engine called Gutenb3d. - [Materials](https://docs.printago.io/docs/printing/materials): Materials in Printago represent the filaments loaded in your printers and are the primary factor in how jobs get routed to the right machine. - [Slicer Profiles](https://docs.printago.io/docs/printing/slicer-profiles): Slicer profiles are the collections of print settings—layer height, infill, speed, temperature, and hundreds of other parameters—that control how your 3D models are converted into G-code. - [Cloud Slicer](https://docs.printago.io/docs/printing/cloud-slicer): The cloud slicer is Printago's on-demand G-code generation system. Instead of pre-slicing your models for every possible printer and material combination, Printago slices each job just in time—only… - [Importing Profiles Manually](https://docs.printago.io/docs/printing/import-profiles): In addition to syncing profiles via the Bambu Lab Integration, you can manually import slicer profiles directly from Bambu Studio or OrcaSlicer. This is useful when you want to: - [Printer Management](https://docs.printago.io/docs/printing/printer-management/printer-management): Printer management is how you configure your physical printers so they can participate in Printago's automatic job matching and production system. - [Printer Control Panel](https://docs.printago.io/docs/printing/printer-management/printer-control-panel): The printer control panel provides direct access to your printer's hardware controls and calibration tools. You can access it in several ways: - [Printer Tags](https://docs.printago.io/docs/printing/printer-management/printer-tags): Printer tags are a powerful way to create dynamic groups of printers in your farm. They enable flexible printer management and smart job routing without complex configuration. - [Camera Streaming](https://docs.printago.io/docs/printing/printer-management/camera-streaming): Printago shows two kinds of camera imagery for printers connected through Fuse: low-frequency preview snapshots that keep your dashboard tiles fresh, and on-demand live WebRTC streams that play… - [Print History & Telemetry](https://docs.printago.io/docs/printing/print-history): Print history is the permanent record of what your printers actually did. Every time a printer runs one of your jobs, Printago records the temperatures it held, the layers it completed, the events… - [Staggered Start](https://docs.printago.io/docs/printing/staggered-start): Staggered Start caps how many printers begin warming up at the same time. When a group of printers shares a power circuit, a rack, or a PDU, sending five cold machines to full bed and nozzle… - [FabMatic Continuous Printing](https://docs.printago.io/docs/printing/fabmatic-continuous-printing): FabMatic is Printago's continuous printing system that enables back-to-back production runs without manual intervention between prints. - [Maintenance Tracker](https://docs.printago.io/docs/printing/maintenance-tracker): Maintenance Tracker is Printago's add-on for tracking recurring maintenance tasks across an entire 3D printer fleet. ## Commerce - [SKU Management](https://docs.printago.io/docs/commerce/sku-management): A SKU (Stock Keeping Unit) in Printago is synonymous with an assembly—a complete, shippable product composed of one or more parts with specific quantities, material configurations, and customization… - [SKU Variants](https://docs.printago.io/docs/commerce/sku-variants): SKU Variants are one of Printago's most powerful features, enabling complex product variations and customization without SKU proliferation in your e-commerce stores. - [Printing SKUs](https://docs.printago.io/docs/commerce/printing-skus): This page covers how to print SKUs from your library. To learn more about how to create and manage SKUs, check out SKU Management. - [Orders](https://docs.printago.io/docs/commerce/orders): An order in Printago represents a customer request containing one or more SKUs with quantities, customer details, and a target fulfillment date. ## Mobile App - [Printago Mobile App](https://docs.printago.io/docs/mobile-app/overview): Monitor and control your Printago print farm from an iPhone, iPad, or Android device, with live cameras, print progress, and printer controls on the go. - [Using the Mobile App](https://docs.printago.io/docs/mobile-app/using-the-app): A walkthrough of the Printago phone app, covering the dashboard, printer details, print controls, temperatures, and filament assignment. - [Using the App on a Tablet](https://docs.printago.io/docs/mobile-app/tablet): How the Printago app adapts to tablets, with a navigation rail, multi-column camera grid, and a two-pane master-detail printer view. ## Integrations - [Shopify](https://docs.printago.io/docs/integrations/shopify): The Shopify integration connects your Shopify storefront directly to Printago's production system so that incoming customer orders automatically generate print jobs. - [Etsy](https://docs.printago.io/docs/integrations/etsy): The Etsy integration connects your Etsy shop to Printago for automated order processing and print-on-demand fulfillment. - [Shipstation](https://docs.printago.io/docs/integrations/shipstation): Connect Printago with Shipstation as an order source - [Shippo](https://docs.printago.io/docs/integrations/shippo): Connect Printago with Shippo as an order source - [ebay](https://docs.printago.io/docs/integrations/ebay): Connect your eBay store to Printago for automated order processing. ## Addons - [Addons](https://docs.printago.io/docs/addons/overview): Addons extend Printago with powerful features and integrations. Open the Addons page from the sidebar to browse everything available to your store. - [Cost Catalog](https://docs.printago.io/docs/addons/cost-catalog): The Cost Catalog addon tracks costs for materials, labor, and overhead, and calculates SKU costs and profit margins with comprehensive cost breakdowns. ## Tools & Workflows - [Hot Drop File Upload](https://docs.printago.io/docs/tools/hot-drop-file-upload): Hot Drop is Printago's drag-and-drop upload zone for quickly getting files into your system and optionally into the print queue in a single action. - [Folder Watching](https://docs.printago.io/docs/tools/folder-watching): Folder Watching turns a local folder on the machine running Printago Fuse into a live mirror of a folder in your Printago Parts library. - [Bulk Actions](https://docs.printago.io/docs/tools/bulk-actions): Bulk Actions provide powerful controls for managing multiple items simultaneously across Printago. Manage multiple printers, print jobs, parts, or SKUs simultaneously. - [Part and SKU Folders](https://docs.printago.io/docs/tools/folders): Printago provides folders to help organize your Parts and SKUs. Each section (Parts and SKUs) has its own separate set of folders for better organization. - [Global Search](https://docs.printago.io/docs/tools/global-search): Instantly find and navigate to any content in your Printago workspace with keyboard-driven global search. - [Keyboard Shortcuts](https://docs.printago.io/docs/tools/keyboard-shortcuts): Printago includes keyboard shortcuts throughout the application to help you work more efficiently. Rather than listing every shortcut here, we've documented them in context where they're most useful. - [Notifications](https://docs.printago.io/docs/tools/notifications): Printago can send real-time notifications about your print farm to a variety of channels. - [Installing Printago](https://docs.printago.io/docs/tools/pwa-install): Printago can be installed as a Progressive Web App (PWA) on your device, giving you a native app-like experience. This guide explains how to install Printago on different platforms. ## Organization - [User Management](https://docs.printago.io/docs/organization/user-management): Printago uses a role-based access control (RBAC) system combined with individual permissions to give you fine-grained control over what each team member can do inside your organization. - [Roles & Permissions List](https://docs.printago.io/docs/organization/permissions): Printago ships with five built-in roles. Role definitions may be updated over time as new features are released — users assigned to a role automatically receive any new permissions added to it. - [Audit Log](https://docs.printago.io/docs/organization/audit-log): The Audit Log provides a chronological record of all significant actions taken within your organization — who did what, when, from where, and what changed. ## API - [API Keys](https://docs.printago.io/docs/api/keys): API keys let external applications authenticate with the Printago API on behalf of your organization. - [Authentication & Quotas](https://docs.printago.io/docs/api/authentication-and-quotas): Every API request must include two headers: - [Examples](https://docs.printago.io/docs/api/examples): The API Keys page in the Printago app includes ready-to-use code examples in cURL, JavaScript, and Python — pre-filled with your store ID. Navigate to Settings > API Keys to see them. - [Developers Site](https://docs.printago.io/docs/api/developers-site): The Printago Developers Site provides: - [Printago CLI](https://docs.printago.io/docs/api/cli): The Printago CLI is a command-line client for the Printago API. It wraps every REST endpoint (printers, print jobs, orders, parts, materials, SKUs, profiles, builds, and more) behind a single… - [AI Agents & Skills](https://docs.printago.io/docs/api/ai-agents): You can operate your entire print farm through an AI agent. Printago is built so an agent (Claude, ChatGPT, a custom tool-use loop, or similar) can list printers, queue jobs, manage orders, and… ## Settings - [Account Settings](https://docs.printago.io/docs/settings/account-settings): Manage your account settings and preferences from the Settings page in Printago. The Account page is the hub for how you sign in, how your organization appears, and the defaults Printago uses for… - [Subscription Management](https://docs.printago.io/docs/settings/subscription-management): Manage your Printago subscription and billing. ## Troubleshooting - [Troubleshooting](https://docs.printago.io/docs/troubleshooting/common-issues): This page consolidates common issues and solutions from across Printago. For feature-specific troubleshooting, see the relevant documentation pages. ## Support - [Support & Help](https://docs.printago.io/docs/support): Need help with Printago? We've got you covered! Our team is ready to assist you with any questions or challenges you encounter. ## Optional - [Docs map](https://docs.printago.io/docs_map.md): Hierarchical index of every page with all its section headings — ideal as a second fetch after this file. - [OpenAPI specification](https://docs.printago.io/printago-api-swagger.json): Machine-readable OpenAPI 3.1 spec for the Printago REST API. - [Developers site](https://developers.printago.io): Interactive API reference, guides, and tutorials. - [Sitemap](https://docs.printago.io/sitemap.xml): Every page on the docs site.