> 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/kld/kld-user-guide/user-guide-p400/verifone-kld-ui-description/main-menu.md).

# Main Menu

<div><img src="/files/cb4bd8d5a820e99d8b48e8660ab1790694f90878" alt="Admin menu"> <figure><img src="/files/lhP4fDKVYNFtchEiPkFR" alt=""><figcaption><p>User menu</p></figcaption></figure></div>

Select the menu item by touching the menu item on the screen.

#### Upload Keys

Select this option to proceed with upload keys to terminal. See [Upload Keys (to target Terminal)](/kld/kld-user-guide/user-guide-p400/verifone-kld-ui-description/upload-keys-to-target-terminal.md).

#### Reference Sets

This is a menu option to manage reference sets. See [Reference Sets](/kld/kld-user-guide/user-guide-p400/verifone-kld-ui-description/reference-sets.md).

#### Keys

This is a menu option to manage keys. See [Keys](/kld/kld-user-guide/user-guide-p400/verifone-kld-ui-description/keys.md).

#### Setup

This is a sub-menu with options to manage Users, Certificates, CRLs and Log Levels. See [Setup](/kld/kld-user-guide/user-guide-p400/verifone-kld-ui-description/setup.md).

#### Logs

![](/files/ecb81a3526470d46be3ebaae174411cffcb68449)

* ### **Export App Logs:**
  * Export the application logs to USB drive. This log contains chronology of application activities. Logs are rotated to a maximum of 3 log files (total 1 MB of logs).
  * Insert a USB thumb drive and click on this menu item to export the logs.
  * Logs are copied to **"kld\export\*.\*"** path on USB.
* ### **Export Key Logs:**
  * Export the Key logs. This log contains chronology of Keys sent to terminals. Logs are rotated to a maximum of 3 log files (total 1 MB of logs).
  * Insert a USB thumb drive and click on this menu item to export the logs.
  * Logs are copied to **"kld\export\*.\*"** path on USB.
* ### **Export All Logs:**
  * Insert a USB thumb drive and click on this menu item to export both the application and Key Logs.
  * Logs are copied to **"kld\export\*.\*"** path on USB.
* ### **Set Log Level:**

![](/files/a3aa2a0e86806ca155ac0af97630368b03fc9a07)

* * This dialog is applicable only for Application logs. There are 4 log levels. ERROR, INFO, DEBUG and VERBOSE.
    * DEBUG level is typically used to debug issues.
    * ERROR level will only log if there are errors.
    * VERBOSE is currently not used, but will log all the other log levels. In other words, currently DEBUG and VERBOSE levels log the same logs.
  * Default is INFO. INFO level is recommended since this will log important user activities like login, logout, key creation, import, sending keys to terminal etc.
    * These logs are needed for compliance.
* ### **Logout**
  * This option logs off and takes the user back to start screen


---

# 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/kld/kld-user-guide/user-guide-p400/verifone-kld-ui-description/main-menu.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.
