> ## 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.

# How to Make an Item Live on Multiple Boards in monday.com

> monday.com has no native way for one item to live on multiple boards. Compare the four real options — mirror columns, copy automations, custom API builds, and sync apps — and when to use each.

## The short answer

monday.com does not natively support one item living on multiple boards. The feature request (["Item lives on multiple boards"](https://community.monday.com/feature-requests/post/item-lives-on-multiple-boards-MylxXEVdGhZeSmn)) has been open for years and is currently marked **not on the roadmap**, with monday's own team pointing to marketplace apps as the way to do it.

There are four real ways to get the same work visible on more than one board. Which one is right depends on whether you need to **see** data from another board or **work on** the same item from several boards.

## The four options, compared

| Approach                                                                             | Right when                                                               | Where it breaks                                                                                                                                               |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Connect Boards + Mirror columns** (native)                                         | You need to *reference* a few fields from another board                  | Mirrored columns are read-only references: many views, automations, forms, and integrations don't treat them as real columns. Gets slow and tangled at scale. |
| **Copy automations** (native: "create item in another board")                        | One-time snapshots, e.g. archiving                                       | The copy and the original drift apart immediately — statuses, dates, and updates diverge, and nobody knows which item is the truth.                           |
| **Custom build** (monday API + webhooks)                                             | You have a developer and a very custom flow                              | You now own and maintain a sync engine, and it breaks when the platform or your builder moves on.                                                             |
| **A sync app: [Same Item Multiple Boards](https://monday.com/marketplace/10000363)** | The same item genuinely needs to exist and be editable on several boards | If you only need to display a couple of fields, native mirrors are simpler and free.                                                                          |

## What "the same item on multiple boards" actually means

With Same Item Multiple Boards (SIMB), the item is not copied. One item exists on every board you share it to:

* Change a status, date, owner, or any column on one board and it changes everywhere.
* [Updates and comments are shared](/features/updates-sync) — one conversation thread, whichever board you read it from.
* [Subitems sync too](/features/subitems), automatically.
* Columns match by name and type, so there is nothing to map manually ([how column matching works](/columns/supported-columns)).

## How to set it up

1. Install [Same Item Multiple Boards](https://monday.com/marketplace/10000363) from the monday.com marketplace ([install guide](/installation)).
2. Open the item you want on another board and use the SIMB item view to [share it to the destination boards](/features/manual-sharing).
3. Or automate it: ["when status changes / when item is created, share item to board"](/features/automations) recipes handle it hands-free.
4. For existing boards with many items, use [batch actions](/features/batch-actions) to share in bulk.

The [quick start guide](/quickstart) walks through the first share end to end.

## Common use cases

* **Client board + internal board** — clients see status and timeline on their board; costs and internal notes stay on yours.
* **Master board** — key items from many boards roll up into one always-current view.
* **Cross-team work** — a campaign item lives on the marketing board and the dev board, each team seeing its own context.
* **Form intake** — a submitted form item appears on every team board that needs to act on it.

## FAQ

### Does monday.com plan to add this natively?

As of 2026 the feature request is marked "not on roadmap" by monday.com, and their community team recommends marketplace apps, listing Same Item Multiple Boards first.

### Is this the same as mirroring?

No. A mirror column is a read-only window into another board's item. With SIMB the item itself exists on both boards — every column is a real, editable column, usable in views and automations. See [mirror column limitations](/guides/mirror-column-limitations).

### Will duplicated items drift out of sync?

Copies made by automations always drift, because nothing connects them after the copy. A shared item can't drift — there is only one item. If something does look inconsistent, the [Discrepancy Report](/features/discrepancy-report) finds and fixes it.

### What does it cost?

There is a free plan; paid plans are flat per organization (not per seat) with a free trial. See [pricing](/billing/pricing).
