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

# Invite people to your Zendo

> Inviting someone to your Zendo is as simple as sharing a link.

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

You can share your Zendo app with other people. At home, you can invite family, friends & guests. At a commercial property, you can invite staff, contractors, or visitors.

Inviting someone is as simple as sending them the invitation link. Each link can be used multiple times, so you can share it with multiple people (e.g., in a group chat or email).

Each link is unique and expires after 30 days for added security.

You can cancel an invitation at any time, so you don’t have to worry if you’ve made a mistake or sent it to the wrong person.

Once they’ve joined, you can give each person a personalised view of your floorplan with [Family Sharing (Access Control)](/share/acl): choose exactly which accessories they can see and control. You always see everything. For example: A guest staying for the weekend sees the guest room and the living room.

### Invite someone as Resident

If you're using Zendo at home, a resident is someone who lives at the property with you.

If you're using Zendo at a commercial property, a resident is someone who works at the property or is often at the property.

* You can set up [location-based automations](/automate/geofences) for each Resident.
* You can personalise the floorplan for each Resident using [Family Sharing (Access Control)](/share/acl).
* You can send [push notifications](/automate/push-notifications) to each Resident.

### Invite someone as Guest

If someone is visiting for a short period, invite them as a Guest.

* You can’t set up [location-based automations](/automate/geofences) for Guests.
* You can personalise the floorplan for Guests using [Family Sharing (Access Control)](/share/acl), but all Guests are treated as a group (instead of per‑person granular control).
* You can’t send [push notifications](/automate/push-notifications) to Guests.

## Invite someone

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "People & Invitations"
4. Tap "Invite People"
5. Follow the instructions on the screen

## Cancel an invitation

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "People & Invitations"
4. Select the name of the person you’ve invited (or select "Guests").
5. Find the invitation at the bottom of the screen, tap on it, and tap "Delete Invitation"

The link will be immediately deactivated and will no longer work.

## Remove a device (phone/tablet)

Noticed a device you don’t recognise? Have your guests left and no longer need access? You can easily delete their devices from your Zendo.

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "People & Invitations"
4. Select the name of the Person (or select "Guests")
5. Find the device you’d like to delete, tap on it, and tap "Delete Device"

The device will be immediately deactivated, and the app on that device will no longer work.
