> 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/verifone-central-getting-started/verifone-central-getting-started.md).

# Verifone Central Getting Started

Use this guide to set up secure access to Verifone Central. Then choose the right environment and start exploring available modules.

Your access and available modules depend on your assigned role and organization features.

{% hint style="info" %}
Already have access? Start with [accessing your account](/verifone-central-getting-started/verifone-central/account-management/access-your-verifone-central-account.md).
{% endhint %}

{% stepper %}
{% step %}

### Request an account

Ask your Verifone account manager to create your account. You will receive a welcome email from `no-reply@verifone.com`.

Set your password within 72 hours. Then accept the Terms & Conditions to use Verifone Central.

[Create your account](/verifone-central-getting-started/verifone-central/account-management/create-your-account-in-verifone-central.md)
{% endstep %}

{% step %}

### Sign in and open a module

Sign in, then select **Launch** on the module you need. You can also use the navigation menu.

[Access your account](/verifone-central-getting-started/verifone-central/account-management/access-your-verifone-central-account.md)
{% endstep %}

{% step %}

### Choose test or production

Use the production URL for live activity. Use the test URL to validate your integration or configuration.

[Find your environment URL](/verifone-central-getting-started/verifone-central/account-management/test-and-production-environments.md)
{% endstep %}

{% step %}

### Secure your account

Review password expiry and reset options. Your session ends after 30 minutes of inactivity.

[Review account security](/verifone-central-getting-started/verifone-central/account-management/account-security.md)
{% endstep %}

{% step %}

### Set up single sign-on, if required

Use federated SSO when your organization requires centralized authentication.

[Configure single sign-on](/verifone-central-getting-started/verifone-central/account-management/single-sign-on-sso-authentication.md)
{% endstep %}

{% step %}

### Learn the workflows

Watch focused tutorials for common Verifone Central tasks.

[Browse training videos](/verifone-central-getting-started/verifone-central/training-videos.md)
{% endstep %}
{% endstepper %}

### Stay current

Track product updates in the [Verifone Central release notes](https://docs.verifone.com/ecommerce-and-verifone-central-release-notes/).


---

# 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/verifone-central-getting-started/verifone-central-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.
