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

# Operating instructions tasks

> Per-operation reference for the storefront operating-instructions API

Each page below documents a single operating-instructions operation — request, parameters, response shape, and errors. Operating instructions are versioned: you author a new version, then activate it to make the Merchandising Agent use it on the next composition. For the conceptual model, see the [Operating instructions overview](/v2/storefront/operating-instructions/overview).

## Read

<CardGroup cols={2}>
  <Card title="List versions" href="/v2/storefront/operating-instructions/tasks/list-versions" icon="list">
    `GET /operating-instructions` — every version, newest first
  </Card>

  <Card title="Get active version" href="/v2/storefront/operating-instructions/tasks/get-active" icon="circle-check">
    `GET /operating-instructions/active` — the version in force now
  </Card>

  <Card title="Get a version" href="/v2/storefront/operating-instructions/tasks/get-version" icon="magnifying-glass">
    `GET /operating-instructions/{version}` — one version by number
  </Card>
</CardGroup>

## Manage

<CardGroup cols={2}>
  <Card title="Create version" href="/v2/storefront/operating-instructions/tasks/create-version" icon="plus">
    `POST /operating-instructions` — author a new version
  </Card>

  <Card title="Activate version" href="/v2/storefront/operating-instructions/tasks/activate-version" icon="toggle-on">
    `POST /operating-instructions/{version}/activate` — swap the active pointer
  </Card>
</CardGroup>
