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

# Operators

> Manage operator accounts, staffing records, and operator-level engagement context.

export function PermissionRequired({label = "Permission required", children}) {
  return <Callout type="warning">
      <strong>{label}:</strong> {children}
    </Callout>;
}

# Operators

Use **Operators** when you need to manage the people who do delivery work inside Strikepoint.

## Who can use this area

<PermissionRequired>
  Operator pages are restricted to users who can manage operators or view operator detail records.
</PermissionRequired>

## Operator list

The list page supports:

* search by first name, last name, or email
* pagination
* opening the create flow
* opening an operator detail page

## Operator detail page

The operator detail page brings together:

* core profile information
* role and active status
* team membership
* alerts
* engagement participation history

Use this page when you need to understand where an operator is staffed before editing the record.

## Create and edit flows

Use the create or edit pages when you need to:

* create a new operator account
* update account fields
* adjust the operator’s role or staffing context

## Related routes covered by this guide

* `/dashboard/operators`
* `/dashboard/operators/create-operator`
* `/dashboard/operators/[id]`
* `/dashboard/operators/[id]/edit`

## Related guides

* [Teams](/dashboard/teams)
* [Settings, alerts, and support](/dashboard/settings-alerts-support)
