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

# Family Sharing (Access Control)

> With Zendo you can personalise the floorplan for each person you've invited.

export const MenuButton = ({badged = false}) => <div className="bg-[#a8c8b9] w-[36px] h-[36px] rounded-[10px] p-[6px] justify-center items-center aspect-square inline-flex relative">
    {badged && <div className="absolute top-[-3px] right-[-3px] w-[12px] h-[12px] rounded-[12px] bg-[#417777]"></div>}
      <svg width="22px" height="22px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <g fill="#417777"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m0 22a10 10 0 1 1 10-10 10 10 0 0 1-10 10"></path><path d="M10 12a2 2 0 1 0 4 0 2 2 0 1 0-4 0m5.5 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0m-11 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0"></path></g>
      </svg>
  </div>;

## Intro

Family Sharing (Access Control) lets you decide who can see and control each accessory on your floorplan.

You have three options for each accessory:

* Everyone (no restrictions)
* Show to: only the selected people will see and control the accessory
* Hide from: the selected people won't be able to see and control the accessory, but everyone else can

## Set up Family Sharing for an accessory

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "Edit Floorplan"
4. Tap an accessory on the floorplan or tap "Speakers & Media Players".
5. Scroll down to the "Family Sharing (or Access Control)" section
6. Change the settings to your liking and save.

<Info>
  Admins will see **all accessories** when in edit mode. Family Sharing filters are applied after saving.
</Info>

## Inspiration: examples of Family Sharing / Access Control

If you're using Zendo at home, you can:

* Hide accessories from kids so they can control only their own room.
* Simplify your setup for guests by hiding accessories they don't need to control (e.g., appliances, robot hoovers, etc.).

If you're using Zendo for a commercial property, you can:

* Hide accessories from staff so they can control only their own workspace.
* Simplify your setup for visitors by hiding accessories they don't need to control (e.g., security cameras, security systems, HVAC, etc.).
* Allow only admin staff to arm/disarm the security system or check the security cameras.
