> 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-device-management/verifone-central/rollouts.md).

# Rollouts

Use **Rollouts** to deploy software, parameters, or content to one device or many devices.

Rollouts help you manage changes across the estate without updating devices one by one.

### Before you start

Confirm that:

* your role allows you to create or manage rollouts
* the target devices are already onboarded and available in Device Management
* the software, parameter set, or content package is ready to deploy

Review these pages first:

* [Prerequisites](/verifone-central-device-management/verifone-central/rollouts/manage-rollouts/prerequisites.md)
* [User privileges](/verifone-central-device-management/verifone-central/rollouts/manage-rollouts/user-privileges.md)

### What rollouts support

Use rollouts to:

* deploy software updates remotely
* apply parameter changes to devices
* distribute content packages across the estate
* schedule downloads and installs by time or maintenance window
* monitor rollout progress and results

### Rollout workflow

Most rollout work follows this flow:

1. Prepare the software, parameters, or content.
2. Create the rollout for one device or many devices.
3. Schedule the download and install.
4. Monitor progress and resolve any issues.

### Choose what to deploy

#### Software

Use software rollouts when you need to install or update application packages on devices.

Start with [Software management](/verifone-central-device-management/verifone-central/rollouts/software-management.md).

#### Parameters

Use parameter rollouts when you need to update device configuration values.

Start with [Parameter management](/verifone-central-device-management/verifone-central/rollouts/parameter-management.md).

#### Content

Use content rollouts when you need to distribute files or media used by the device estate.

Start with [Content management](/verifone-central-device-management/verifone-central/rollouts/content-management.md).

### Common rollout tasks

#### Prepare rollout content

Before scheduling a rollout, make sure the package or configuration is available in Device Management.

Use:

* [Software management](/verifone-central-device-management/verifone-central/rollouts/software-management.md)
* [Parameter management](/verifone-central-device-management/verifone-central/rollouts/parameter-management.md)
* [Content management](/verifone-central-device-management/verifone-central/rollouts/content-management.md)

#### Schedule a rollout

Use the scheduling pages to target one device, a batch of devices, or an existing rollout.

Use:

* [Schedule rollouts](/verifone-central-device-management/verifone-central/rollouts/schedule-rollouts.md)
* [Create a batch rollout](/verifone-central-device-management/verifone-central/rollouts/schedule-rollouts/create-a-batch-rollout.md)
* [Create rollout for a single device](/verifone-central-device-management/verifone-central/rollouts/schedule-rollouts/create-rollout-for-a-single-device.md)
* [Create a new batch for rollout](/verifone-central-device-management/verifone-central/rollouts/schedule-rollouts/create-a-new-batch-for-rollout.md)
* [Modify existing rollout](/verifone-central-device-management/verifone-central/rollouts/schedule-rollouts/modify-existing-rollout.md)

#### Monitor rollout progress

Track rollout status after submission to confirm progress, completion, or failure.

Use:

* [Managing rollouts](/verifone-central-device-management/verifone-central/rollouts/managing-rollouts.md)
* [Monitor estate-wide rollouts](/verifone-central-device-management/verifone-central/rollouts/monitor-estate-wide-rollouts.md)

### Result

Rollouts let you prepare, schedule, and track device changes from one workflow.

### Next steps

* [Manage rollouts](/verifone-central-device-management/verifone-central/rollouts/manage-rollouts.md)
* [Schedule rollouts](/verifone-central-device-management/verifone-central/rollouts/schedule-rollouts.md)
* [Software management](/verifone-central-device-management/verifone-central/rollouts/software-management.md)
* [Parameter management](/verifone-central-device-management/verifone-central/rollouts/parameter-management.md)
* [Content management](/verifone-central-device-management/verifone-central/rollouts/content-management.md)


---

# 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-device-management/verifone-central/rollouts.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.
