> For the complete documentation index, see [llms.txt](https://ajuda.cardapioweb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.cardapioweb.com/gestao/impressora/vinculando-a-impressora-ao-sistema.md).

# Vinculando a impressora ao sistema

## &#x20;Como vincular a impressora ao sistema?

Siga o passo a passo abaixo para vincular sua impressora ao sistema e garantir que os pedidos sejam impressos corretamente:

**🔹 Passo 1: Instale o driver da impressora**\
Antes de começar, certifique-se de que o driver da sua impressora está instalado corretamente no seu computador. Esse é um requisito essencial para que a comunicação funcione corretamente.

***

**🔹 Passo 2: Acesse as configurações de impressão**\
No menu lateral esquerdo do sistema, clique em **“Configurações”** e depois em **“Impressão”**.

<figure><img src="/files/ePC7YBKeUo3V0kNxLaBg" alt=""><figcaption></figcaption></figure>

**🔹 Passo 3: Instale o QZ Tray**\
Na tela de impressão, clique no botão **“Clique para baixar”** para instalar o **QZ Tray** — o programa responsável por conectar o sistema ao driver da impressora instalado no seu computador.

<figure><img src="/files/wUIhIimSf3864y37JTlk" alt=""><figcaption></figcaption></figure>

> ⚠️ O QZ Tray precisa estar em execução sempre que for imprimir.

***

**🔹 Passo 4: Conclua a configuração da impressora**\
Após instalar o QZ Tray, o ícone da impressora no sistema ficará **verde**, indicando que a conexão foi estabelecida com sucesso.

<figure><img src="/files/j6BjM5NVxajuaJunHei5" alt=""><figcaption></figcaption></figure>

* Clique em **“Adicionar Impressora”**
* Selecione o driver correspondente à sua impressora
* Clique em **“Testar”** para imprimir uma página de teste

Se a página for impressa corretamente, sua impressora já está pronta para uso no sistema! ✅

<figure><img src="/files/XwJOx6u42AOAVqtP4Xdu" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://ajuda.cardapioweb.com/gestao/impressora/vinculando-a-impressora-ao-sistema.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.
