# Silent Printing

**Silent printing** and **Kiosk printing** are terms used for printing from a browser with no confirmation dialogs. Doing so enables your users to more quickly print from the browser, generally with a single click.

<figure><img src="/files/nGJosHHTA0eevSzi5GjV" alt=""><figcaption><p>Print Confirmation Dialog - Silent Printing Eliminates This</p></figcaption></figure>

Unfortunately, web apps like ServiceNow cannot force a browser to print without the confirmation dialog. This is a security constraint in all modern browsers.

However, most browsers can be configured for silent printing. For example, to enable silent printing in Firefox:

1. Type 'about:config' in the address bar and press Enter
2. Right-click on the page and select 'New' -> 'Boolean'
3. Enter a preference name of 'print.always\_print\_silent' with a value of 'true' and click OK.

All browsers require a different configuration to allow silent printing, and those configurations may vary across browser versions and operating systems.

**We recommend using your favorite search engine to search for the configuration necessary for the browser version and operating system you require.**


---

# 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.yansalabs.com/barcode-and-qr-code-generator/technical-docs/silent-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.
