> ## Documentation Index
> Fetch the complete documentation index at: https://docs.printools.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> What you can connect PRINTOOLS to, and how connecting works.

PRINTOOLS connects to the tools and suppliers your shop already uses. This section explains what each integration does and how to set it up.

You will find them in the app under **Settings → Integrations**. A connection applies to your whole team, not just the person who set it up.

There are two kinds.

## Garment suppliers

Link a supplier and their catalogue arrives in PRINTOOLS with **live wholesale pricing and stock levels**. Quoting then uses today's cost instead of a spreadsheet someone exported last quarter, and you can see whether stock exists before promising a lead time.

<CardGroup cols={2}>
  <Card title="AS Colour" icon="shirt" href="/integrations/suppliers/as-colour">
    Live pricing and stock into your catalogue.
  </Card>

  <Card title="Gildan" icon="shirt" href="/integrations/suppliers/gildan">
    Live pricing and stock into your catalogue.
  </Card>

  <Card title="American Apparel" icon="shirt" href="/integrations/suppliers/american-apparel">
    Catalogue import with pricing and stock.
  </Card>

  <Card title="Ramo" icon="shirt" href="/integrations/suppliers/ramo">
    Live pricing and stock, direct from Ramo.
  </Card>
</CardGroup>

## Apps and automation

Accounting, messaging and workflow tools, so invoices land in your accounts without re-keying, and the rest of your team hears about a job without anyone forwarding an email.

<CardGroup cols={2}>
  <Card title="Xero" icon="calculator" href="/integrations/apps/xero">
    Sync invoices and payment status to your accounts.
  </Card>

  <Card title="QuickBooks" icon="calculator" href="/integrations/apps/quickbooks">
    Push invoices and track payments in QuickBooks Online.
  </Card>

  <Card title="Zapier" icon="bolt" href="/integrations/apps/zapier">
    Automate workflows across thousands of apps when jobs change.
  </Card>

  <Card title="Make" icon="diagram-project" href="/integrations/apps/make">
    Build visual automations that react to quotes and jobs.
  </Card>

  <Card title="Slack" icon="slack" href="/integrations/apps/slack">
    Post job and quote alerts to a channel your team watches.
  </Card>

  <Card title="ClickUp" icon="list-check" href="/integrations/apps/clickup">
    Create ClickUp tasks from jobs and mirror their status.
  </Card>
</CardGroup>

## What connecting actually does

Connecting creates a secure link with the partner. PRINTOOLS stores an **access token, never your password**, and each integration's features switch on once the link is active. Disconnecting revokes the token, and data already imported or pushed stays where it is.

<Note>
  Integrations are configured in the app and have **no API surface**. The `/v1` API can push an invoice through a connection that already exists (`invoices.sync`), but it cannot create, change or read the connection itself. See [what is not exposed](/api/introduction#what-is-deliberately-not-exposed).
</Note>
