> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Bulk Operations

> Manage bulk delete, update, and assign operations with progress tracking and rollback capability.

The Bulk Operations screen manages bulk data actions at the route `/settings/bulk-operations`.

## Overview

The screen lists existing bulk operations for the current organization in `BulkOperationsList` with progress tracking. Users with `pf.bulk_operations.create` see a "New Operation" button that opens the `BulkOperationForm` dialog for defining a new bulk delete, update, or assign operation. Completing or canceling the form refreshes the operations list. The page requires an active organization context.

## Who it's for

Access follows your organization's role and module configuration. `pf.bulk_operations.create` is required to create new operations.

## Before you start

* An active organization context is required.
* Creating new bulk operations requires `pf.bulk_operations.create`.

## Steps

<Steps>
  <Step title="Open Bulk Operations">Navigate to Settings → Bulk Operations.</Step>
  <Step title="Review existing operations">Browse the list of bulk operations and their current progress/status.</Step>
  <Step title="Create a new operation">Click "New Operation" (requires create permission), complete the form, and submit.</Step>
  <Step title="Monitor progress">Track the progress of running operations in the list.</Step>
</Steps>

## Key concepts

* Supported operation types: bulk delete, update, assign
* Rollback capability — SME: confirm which operations support rollback and the mechanism
* Progress tracking — visible per operation in the list

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/platform/bulk-operations/components/BulkOperationsPage.tsx
</Accordion>
