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

# Same Item Multiple Boards Help Center

> Everything you need to share, sync, and manage items across multiple monday.com boards — from setup to advanced automations.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-12 lg:py-16">
  <div className="flex max-w-[600px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      Same Item Multiple Boards
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Share the exact same monday.com item across multiple boards with real-time sync — no duplicates, no manual updates.
    </p>
  </div>

  <div style={{position: 'relative', paddingBottom: 'calc(64.6412% + 41px)', height: 0, width: '100%'}} className="rounded-2xl overflow-hidden border shadow-sm shadow-gray-950/5 dark:shadow-black/20">
    <iframe src="https://demo.arcade.software/3SklAfMvFebCngtpVlgX?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="See Same Item Multiple Boards in action" loading="lazy" allowFullScreen allow="clipboard-write" style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', colorScheme: 'light', border: 0}} />
  </div>

  <Card title={<span className="product-guide-feature-card-title">Get Started</span>} icon="rocket" href="/introduction" className="product-guide-feature-card" size={64}>
    <span className="product-guide-feature-card-description">Install the app and share your first item across boards in minutes.</span>
  </Card>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-3">
    <a href="/features/automations" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="zap" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Automations</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Share items automatically when a status changes, a person is assigned, or an item is created.
        </span>
      </div>
    </a>

    <a href="/troubleshooting/columns-not-syncing" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="wrench" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Fix sync issues</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Step-by-step fixes for columns or updates that aren't syncing the way you expect.
        </span>
      </div>
    </a>

    <a href="/billing/pricing" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="credit-card" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Plans & Pricing</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Compare Free, Basic, Standard, Pro, and Enterprise plans to find the right fit.
        </span>
      </div>
    </a>
  </div>

  <div className="flex flex-col gap-3">
    <div className="flex max-w-[600px] flex-col gap-1 self-center text-center">
      <h2 className="font-serif text-xl font-medium text-gray-900 dark:text-gray-50">Still stuck? Ask us anything</h2>

      <p className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
        Chat with our support team about setup, syncing, columns, and billing — we're quick to reply.
      </p>
    </div>

    <a href="mailto:support@pioneera.io" data-crisp-open="true" className="self-center rounded-full border bg-gray-50 px-6 py-3 text-sm font-medium text-gray-900 shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:text-gray-50 dark:shadow-black/20 dark:hover:border-primary">
      Start a chat
    </a>
  </div>
</div>
