# Supported Integrations

Place Technology provide a range of pre-built drivers for integrating with third party services and devices. Drivers are written in [Crystal Lang](https://crystal-lang.org/) and based on our [Framework](https://github.com/PlaceOS/driver).

If a driver for your device is not available, you can raise a request to have the driver written via our Service Desk or refer to the [Developer Guide -> Building Drivers](https://docs.acaengine.com/developer-guide/drivers) section to write your own:&#x20;

<https://github.com/PlaceOS/driver>

## Authentication

* OAuth2 (JWT)
* SAML2
* Azure AD B2C for external&#x20;

## Directory Services

* Azure AD (via MS Graph API)
* Hybrid on-premise Active Directory (via MS Graph API)
* Google GSuite
* IBM Domino

## Messaging

* Email (MS Graph, Gmail, SMTP, AWS SES)
* SMS (MessageMedia)
* MQTT
* Webhooks
* Node-RED

## Resource Booking

* Exchange Online (via MS Graph API)
* GSuite (Google Calendar API)
* IBM Domino
* Native PlaceOS resource booking

## Common Protocols/Standards

* HTTPS REST / JSON
* HTTPS Webhook (post and receive)
* TCP/IP
* MQTT
* SNMPv2
* KNX (via IP Gateway)
* BACnet (via IP Gateway)
* Modbus TCP

## Real Time Location

* Cisco Meraki RTLS
* Cisco CMX
* HP Aruba ALE

## Sensors

* MQTT ingest
* Azure IOT Hub
* Vergesense
* XY Sense
* Freespace
* Floorsense
* Officernd
* Pressac
* PointGrab Cognipoint

## Network

* Cisco Meraki
* Cisco CMX
* Cisco ISE
* Cisco Switches

## Building Access

* Lenel
* Gallagher
* Honeywell
* Johnson Controls

## Conferencing / UC

* Cisco Collaboration Endpoints (via Webex API)
* Microsoft Teams (via MS Graph)
* Pexip Management API
* Polycom RealPresence Group Series

## Displays

* LG (Displays)
* NEC (Displays/Projectors)
* Panasonic (Displays/Projectors)
* Sony (Displays/Projectors)
* Samsung (Displays)
* Sharp (Displays)
* Screen Technics (Screens/Lifts)
* PJLink projectors
* CommBox

## Video

* Extron (Switchers)
* Atlona (Video over IP)
* Lightware Switchers
* SVSI
* Kramer (Switchers)
* Echo360 Capture Appliances
* MediaSite Capture Appliances/Server
* Axis Cameras
* Sony Cameras (CGI, VISCA)
* Barco ClickShare
* TriplePlay
* Microsoft Surface Hub
* Wolfvision Document Cameras
* Lumens Document Cameras

## Audio

* QSC Q-SYS
* Biamp
* Shure
* ClearOne
* Denon
* Clock Audio
* Bose ControlSpace
* PowerSoft
* Symmetrix
* ClearOne

## Lighting

* KNX
* C-Bus
* DynaLite
* Lutron
* DALI
* Helvar

## Other

* Global Cache
* Kentix Sensors
* Foxtel STB
* Gantner Relaxx Lockers


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://engine.place.technology/integrations/supported-integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
