> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/hardware-products/hardware/kiosks/k450/k450-installation-guide/troubleshooting.md).

# Troubleshooting

The troubleshooting guidelines provided in the following section are included to assist you to successfully install and configure your K450 Kiosk. If you have problems operating your K450 Kiosk, please read through these troubleshooting examples.

If the problem persists even after performing the outlined guidelines or if the problem is not described below, contact your local Verifone representative for assistance. Typical examples of malfunction you may encounter while operating your K450 Kiosk and steps you can take to resolve them are listed.

{% hint style="info" %}
**NOTE** The K450 Kiosk comes equipped with tamper-evident labels. The K450 contains no user serviceable parts. Do not, under any circumstances, attempt to disassemble the unit. Perform only those adjustments or repairs specified in this guide. For all other services, contact your local Verifone service provider. Service conducted by parties other than authorized Verifone representatives may void any warranty.
{% endhint %}

{% hint style="warning" %}
**CAUTION** Using an incorrectly rated power source can damage the unit or cause it to malfunction.

See [Specifications](/hardware-products/hardware/kiosks/k450/k450-installation-guide/specifications.md) for power source information.
{% endhint %}

## Peripheral Device Does Not Work

If any peripheral device (PIN pad or smart card reader) does not work properly:

* Check the power cord connection to the peripheral device.
* Check for proper grounding connections.
* Check that the device connected to the proper port has power and is functioning properly. If possible, perform a self-test on the device in question.
* The cable connecting the optional device to the PC port may be defective. Try a different serial cable.
* If the problem persists, contact your local Verifone representative.


---

# 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://docs.verifone.com/hardware-products/hardware/kiosks/k450/k450-installation-guide/troubleshooting.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.
