# Printers & Templates

The Printers & Templates page is where you create and manage the print templates used across <code class="expression">space.vars.productName</code> (receipts, invoices, and labels) and configure the physical printers available at each location.

## Accessing Printers & Templates

{% stepper %}
{% step %}

### Open the NetSuite Admin view

Switch to **NetSuite Admin** in <code class="expression">space.vars.productName</code>.
{% endstep %}

{% step %}

### Click Printers

**Printers** is in the left sidebar. The page opens to the **Templates** tab by default.
{% endstep %}
{% endstepper %}

![Printers & Templates page with the Templates and Printers tabs](/files/XUsdBR9C8gizYqGyhEzf)

## Page tabs

The page has two top-level tabs:

| Tab           | What it contains                                                |
| ------------- | --------------------------------------------------------------- |
| **Templates** | Create and edit receipt, invoice, and label print templates     |
| **Printers**  | Add and configure physical printers connected to your locations |

## Template types

Within the **Templates** tab, three template types are available:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Receipt Templates</strong></td><td>Printed receipts from POS transactions.</td><td><a href="/pages/8hHHrjkvabDRVl6pLjNM">/pages/8hHHrjkvabDRVl6pLjNM</a></td></tr><tr><td><strong>Invoice Templates</strong></td><td>Printed invoice documents.</td><td><a href="/pages/ratQ79sBuy8vJWucXwwq">/pages/ratQ79sBuy8vJWucXwwq</a></td></tr><tr><td><strong>Label Templates</strong></td><td>Item or shelf labels.</td><td><a href="/pages/CJVG1785aVbqh1gdDo06">/pages/CJVG1785aVbqh1gdDo06</a></td></tr></tbody></table>

## Printers tab

Use the [Printer Settings](https://github.com/In8Sync2/sphericalbrm/blob/main/netsuite-admin/printers/printer-settings.md) page to add and configure physical printers and assign templates to them.

## Going deeper

For the full template-authoring reference (variable syntax, line-item loops, format specifiers, and a worked example) see [Print Templates Reference](/netsuite-admin-guide/overview-2/printers-and-templates.md).

## Related Pages

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Print Templates Reference</strong></td><td>The deep template-authoring reference.</td><td><a href="/pages/Z3oJQeu6wooY5h9xlZsy">/pages/Z3oJQeu6wooY5h9xlZsy</a></td></tr><tr><td><strong>Configurations</strong></td><td>Subsidiary-level settings including payment and location setup.</td><td><a href="/pages/gogCTxJRLdzy1P6i1xeB">/pages/gogCTxJRLdzy1P6i1xeB</a></td></tr><tr><td><strong>Default Workflows</strong></td><td>Where the Print block is configured in workflow templates.</td><td><a href="/pages/NuNR9Ssy8uVrqIkLMt3v">/pages/NuNR9Ssy8uVrqIkLMt3v</a></td></tr></tbody></table>


---

# 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.in8sync.com/netsuite-admin-guide/overview-2.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.
