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

# WineDirect Fulfillment Documentation

import '/custom.css';

export function openSearch() {
  document.getElementById("search-bar-entry").click();
}

<div className="relative w-full flex items-center justify-center" style={{ height: '28rem', overflow: 'hidden' }}>
  <div id="background-div" className="absolute inset-0" style={{height: "28rem", backgroundImage: "url(https://www.winedirect.com/wp-content/uploads/2022/12/bg-gradient.jpg)", backgroundSize: "cover", backgroundPosition: "center"}} />

  <div style={{ position: 'absolute', textAlign: 'center', padding: '0 1rem', maxWidth: '100%', left: '50%', transform: 'translateX(-50%)' }}>
    <div
      style={{
  marginTop: '4rem',
  fontSize: '3.5rem', // same as text-4xl
  fontWeight: 600,
  margin: '0',
  textAlign: 'center',
  color: '#ffffff',
  opacity: 1,
  filter: 'none',
  textShadow: 'none',
  visibility: 'visible',
  display: 'block'
}}
    >
      How Can We Help You?
    </div>

    <div className="flex items-center justify-center" style={{ maxWidth: '800px', margin: '0 auto' }}>
      <button
        type="button"
        className="hidden w-full lg:flex items-center text-sm leading-6 py-4 pl-4 pr-4 text-gray-500 rounded-full"
        id="home-search-entry"
        style={{
  marginTop: '2rem',
  maxWidth: '40rem',
  background: '#FFF',
  boxShadow: '0px 1px 4px 0px rgba(8, 9, 10, 0.25), 0px 0px 0px 4px rgba(255, 255, 255, 0.20)',
  cursor: 'pointer',
  textAlign: 'left',
}}
        onClick={openSearch}
      >
        <svg
          className="h-4 w-4 ml-1.5 flex-none bg-primary hover:bg-gray-600 dark:bg-primary-dark dark:hover:bg-white/70"
          style={{
  marginRight: '0.5rem',
   maskImage:
     'url("https://mintlify.b-cdn.net/v6.5.1/solid/magnifying-glass.svg")',
   maskRepeat: 'no-repeat',
   maskPosition: 'center center',
  }}
        />

        Search or ask...
      </button>
    </div>
  </div>
</div>

<div
  style={{marginTop: '4rem', marginBottom: '8rem', maxWidth: '70rem', marginLeft: 'auto',
marginRight: 'auto', paddingLeft: '1.25rem',
paddingRight: '1.25rem' }}
>
  <CardGroup cols={3}>
    <Card title="Fulfillment Documentation" icon="https://mintcdn.com/winedirectfulfillment/aNiXKnh0CWZK8DQ8/icons/UserGuides-wdt-Icons-Colored.png?fit=max&auto=format&n=aNiXKnh0CWZK8DQ8&q=85&s=07e68d2da7116c82dd174f37c141d907" href="/documentation/dashboard/fulfillment-homepage-dashboard" width="3334" height="3334" data-path="icons/UserGuides-wdt-Icons-Colored.png">
      What you need to know to get Onboarded & Launched
    </Card>

    <Card title="Orders" icon="https://mintcdn.com/winedirectfulfillment/aNiXKnh0CWZK8DQ8/icons/ShoppingCart-wdt-Icons-Colored.png?fit=max&auto=format&n=aNiXKnh0CWZK8DQ8&q=85&s=50f8f5c7941b6432ace0aa2fd80ae452" href="/documentation/orders/winedirect-web-service-&-order-issues" width="3334" height="3334" data-path="icons/ShoppingCart-wdt-Icons-Colored.png">
      Manage and track your order processing and fulfillment workflow
    </Card>

    <Card title="Dashboard" icon="https://mintcdn.com/winedirectfulfillment/aNiXKnh0CWZK8DQ8/icons/Growth-wdt-Icons-Colored.png?fit=max&auto=format&n=aNiXKnh0CWZK8DQ8&q=85&s=364800f8afcbd1636162ce9dfa84f7a1" href="/documentation/dashboard/fulfillment-homepage-dashboard" width="3334" height="3334" data-path="icons/Growth-wdt-Icons-Colored.png">
      Monitor performance metrics, analytics, and key insights
    </Card>

    <Card title="Products" icon="https://mintcdn.com/winedirectfulfillment/oNRTHpG6tWBjBLRl/icons/WineClubCase-wdt-Icons-Colored.png?fit=max&auto=format&n=oNRTHpG6tWBjBLRl&q=85&s=da5ab95550b5c95a96427e8cbd604e78" href="/documentation/products/sub-inventory-move" width="3334" height="3334" data-path="icons/WineClubCase-wdt-Icons-Colored.png">
      Set up and manage your inventory, SKUs, and product catalog
    </Card>

    <Card title="Shipping Maps and Zones" icon="https://mintcdn.com/winedirectfulfillment/aNiXKnh0CWZK8DQ8/icons/Activity2-wdt-Icons-Colored.png?fit=max&auto=format&n=aNiXKnh0CWZK8DQ8&q=85&s=05577e8b60a217e3007ea9fe6e311d99" href="/documentation/shipping-maps-and-zones/shipping-maps-and-zones" width="3334" height="3334" data-path="icons/Activity2-wdt-Icons-Colored.png">
      Configure shipping regions, zones, and delivery options
    </Card>

    <Card title="Reports" icon="https://mintcdn.com/winedirectfulfillment/aNiXKnh0CWZK8DQ8/icons/Segments2-wdt-Icons-Colored.png?fit=max&auto=format&n=aNiXKnh0CWZK8DQ8&q=85&s=742f931179a04e7a09481626f2b2feaf" href="/documentation/reports/scheduled-emailed-reports" width="3334" height="3334" data-path="icons/Segments2-wdt-Icons-Colored.png">
      Access comprehensive reporting and business intelligence tools
    </Card>
  </CardGroup>
</div>
