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

# Warehouse Operations

> Index of guides for warehouse operators managing inventory, bins, receiving, and fulfillment.

This section covers the core workflows warehouse operators and inventory managers use every day.

## Receiving and Putaway

When inventory arrives from vendors, warehouse staff receive it into bins and prepare it for picking.

<CardGroup cols={2}>
  <Card title="Receiving" href="/support/warehouse/receiving">
    Record incoming PO shipments from vendors into bins.
  </Card>

  <Card title="Bin Setup and Management" href="/support/warehouse/bin-setup">
    Create and organize bins for storage, staging, and quarantine.
  </Card>

  <Card title="Putaway" href="/support/warehouse/putaway">
    Move received items to their final storage locations.
  </Card>
</CardGroup>

## Inventory Management

Maintain accurate inventory counts and track movements between locations.

<CardGroup cols={2}>
  <Card title="Inventory Transfer" href="/support/warehouse/inventory-transfer">
    Move inventory between warehouse locations.
  </Card>

  <Card title="Cycle Counts" href="/support/warehouse/cycle-counts">
    Perform partial inventory counts and verify accuracy.
  </Card>

  <Card title="Manual Adjustments" href="/support/inventory/manual-adjustment">
    Record inventory adjustments for damage, shrinkage, or reconciliation.
  </Card>
</CardGroup>

## Picking and Packing

Fulfill orders by picking items from inventory and preparing for shipment.

<CardGroup cols={2}>
  <Card title="Pick Waves" href="/support/warehouse/pick-waves">
    Organize and work pick lists to gather items for orders.
  </Card>

  <Card title="Serial Capture" href="/support/fulfillment/serial-capture">
    Scan serial numbers for serialized products during packing.
  </Card>

  <Card title="Walk-In Pack" href="/support/fulfillment/walk-in-pack">
    Manually ship items without formal fulfillment workflow.
  </Card>
</CardGroup>

## Returns and Receiving Returns

Handle items coming back from customers or being returned to vendors.

<CardGroup cols={2}>
  <Card title="Receiving Returns" href="/support/warehouse/receiving-returns">
    Process returned items from customers back into warehouse inventory.
  </Card>

  <Card title="Vendor Returns" href="/support/purchasing/vendor-returns">
    Send defective or excess items back to vendors for credit.
  </Card>
</CardGroup>
