> For the complete documentation index, see [llms.txt](https://commanderhelp.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://commanderhelp.verifone.com/commander-user-reference-guides-1/getting-started.md).

# Getting Started

## Overview

Use this space to find Verifone Commander documentation by release.

Start with the latest release unless you support an older deployment.

{% hint style="info" %}
*Match the documentation to the site release before you configure, validate, or troubleshoot a feature.*
{% endhint %}

## Start here

{% stepper %}
{% step %}

### Open the latest reference

Use [Commander User Reference 57.00](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00.md) as the main entry point for current behavior.
{% endstep %}

{% step %}

### Review release changes

Check [Updated in Release 57.00](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00/updated-in-release-57.00.md) before rollout or testing.
{% endstep %}

{% step %}

### Learn the platform

Read [POS Workstations Overview](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00/pos-workstations-overview.md) and [Verifone Commander](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00/verifone-commander.md).
{% endstep %}

{% step %}

### Find configuration forms

Open [Configuration Client Forms](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00/configuration-client-forms.md) to jump into setup areas.
{% endstep %}
{% endstepper %}

## Start by task

### Learn the product

Begin with [Verifone Commander](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00/verifone-commander.md).

Then review [POS Workstations Overview](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00/pos-workstations-overview.md).

### Configure the site

Start in [Configuration Client Forms](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00/configuration-client-forms.md).

Use the section tree to move into Security, Initial Setup, Devices, and Reporting.

### Check what changed

Use [Updated in Release 57.00](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00/updated-in-release-57.00.md).

Review change locations before testing or training.

## Use older releases when needed

Open the release that matches the site you support:

* [Commander User Reference 56.03](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-56.03.md)
* [Commander User Reference 56.02](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-56.02.md)
* [Commander User Reference 56.01](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-56.01.md)

## Next step

Open [Commander User Reference 57.00](/commander-user-reference-guides-1/commander-user-references/commander-user-reference-57.00.md) to begin.


---

# 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://commanderhelp.verifone.com/commander-user-reference-guides-1/getting-started.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.
