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

# 4SUITES Locks

> Guide for using 4SUITES locks with Seam

export const DeviceList = ({manufacturers, capabilityName, token = "6c51f0a4-d421-429e-8295-d02271aa4f23"}) => {
  const cdn = "https://cdn.devicedb.seam.co/v/0.0.15/DeviceListByCapability.global.js";
  const close = "</scr" + "ipt>";
  const srcDoc = ['<!doctype html><html><head><meta charset="utf-8">', "<style>html,body{margin:0;padding:0;background:transparent}</style></head><body>", `<script type="module" src="${cdn}">${close}`, `<device-list-by-capability manufacturers="${manufacturers}" capability-name="${capabilityName}" token="${token}"></device-list-by-capability>`, `<script>new ResizeObserver(function(){parent.postMessage({__devicedb:true,height:document.documentElement.scrollHeight},"*")}).observe(document.documentElement)${close}`, "</body></html>"].join("");
  const onRef = iframe => {
    if (!iframe || iframe.dataset.devicedbBound) return;
    iframe.dataset.devicedbBound = "1";
    window.addEventListener("message", event => {
      if (event.source === iframe.contentWindow && event.data && event.data.__devicedb) {
        iframe.style.height = `${event.data.height}px`;
      }
    });
  };
  return <iframe ref={onRef} srcDoc={srcDoc} title="Compatible devices" style={{
    width: "100%",
    minHeight: "320px",
    border: "none"
  }} />;
};

<img src="https://strapi-media-bucket.fly.storage.tigris.dev/sq_4suites_dcc09d51ac.svg" alt="4SUITES logo" width="192" height="192" style={{ width: "192px", height: "192px", objectFit: "contain" }} />

## Overview

4SUITES produces cloud-managed Internet of Things (IoT) locks, lock upgrades, and readers for the hospitality industry. Because 4SUITES locks use IoT-enabled sensors, instead of relying on Bluetooth®, guests can use 4SUITES mobile keys through a webapp on a smartphone or other internet-connected device—without needing to download an app. Seam integrates with 4SUITES locks to provide streamlined hotel operations and improved guest access.

***

## Supported Devices

<DeviceList manufacturers="4suites" capabilityName="can_remotely_unlock,can_program_online_access_codes,can_provision_mobile_keys" />

This integration supports all [4SUITES locks, lock upgrades, and readers](https://www.4suiteshq.com/products/).

For detailed information about the 4SUITES devices that Seam supports, see our [4SUITES Supported Devices page](https://www.seam.co/manufacturers/4suites).

***

## Supported Features

We support the following features:

* [Triggering web lock and unlock actions](/low-level-apis/smart-locks/lock-and-unlock)
* [Programming access codes](/low-level-apis/smart-locks/access-codes)

***

### Device Provider Key

To create a [Connect Webview](/core-concepts/connect-webviews) that enables your users to connect their 4SUITES devices to Seam, include the `four_suites` device provider key in the `accepted_providers` list. For more information, see [Customize the Brands to Display in Your Connect Webviews](/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews).

***

## Setup Instructions

To control 4SUITES devices using Seam, you must prompt owners of these devices to perform the following steps:

1. Obtain the credentials that you use to log in to your [4SUITES account](https://app.4suites.nl/auth/login).
2. Use these credentials to log in to the [Seam Connect Webview](/core-concepts/connect-webviews) to add your 4SUITES devices to Seam.

***

## Where to Order

To purchase 4SUITES devices, request a quote using the 4SUITES **Contact Us Form**.

<table data-view="cards">
  <thead>
    <tr>
      <th />

      <th />

      <th />

      <th data-hidden data-card-target data-type="content-ref" />

      <th data-hidden data-card-cover data-type="files" />
    </tr>
  </thead>

  <tbody>
    <tr>
      <td />

      <td>
        <strong>4SUITES Contact Us Form</strong>
      </td>

      <td />

      <td>
        <a href="https://www.4suiteshq.com/contact-us/">
          [https://www.4suiteshq.com/contact-us/](https://www.4suiteshq.com/contact-us/)
        </a>
      </td>

      <td>
        <a href="/images/4suites-logo.png">4suites-logo.png</a>
      </td>
    </tr>
  </tbody>
</table>

***
