# Luscii Documentation > Setup your integrations with Luscii ## Guides - [Microsoft Entra ID](https://integrations.luscii.com/docs/microsoft-entra-id.md): Enables caregivers in organisations with Entra ID (formerly Azure Active Directory) to log in to Luscii without one-time passwords - [HiX](https://integrations.luscii.com/docs/hix-with-zorgplatform.md): Integrating Luscii with HiX optimizes the user experience for nurses and increases patient safety - [Epic](https://integrations.luscii.com/docs/epic.md) - [SystmOne](https://integrations.luscii.com/docs/systmone.md) - [Sanday](https://integrations.luscii.com/docs/sanday.md) - [Mobile Device Management](https://integrations.luscii.com/docs/mdm-introduction.md): Mobile device management makes it easier for your patients to get started with the Luscii app - [Obtaining an Patient API Key](https://integrations.luscii.com/docs/obtaining-an-patient-api-key.md) - [Setup with Jamf](https://integrations.luscii.com/docs/setup-mdm-jamf.md) - [Setup with Kandji](https://integrations.luscii.com/docs/setup-mdm-kandji.md) - [Patient Actions SDK](https://integrations.luscii.com/docs/actions-sdk.md): Provide Luscii Actions for patients in your mobile application. - [Web Links](https://integrations.luscii.com/docs/patient-app-web-links.md) - [Introduction](https://integrations.luscii.com/docs/viewer-introduction.md): The viewer allows you to open an existing patient or onboard a new patient in an embedded browser or iframe. - [Initial configuration](https://integrations.luscii.com/docs/viewer-initial-configuration.md): A few configuration steps are required before the Viewer can be used. - [Generating a signing certificate](https://integrations.luscii.com/docs/generating-a-signing-certificate.md) - [Opening the Viewer](https://integrations.luscii.com/docs/opening-the-viewer.md): Details about how to launch the viewer - [Introduction](https://integrations.luscii.com/docs/webhooks-introduction.md): Webhooks allow you to be notified of certain events happening in the Luscii environment. - [Initial configuration](https://integrations.luscii.com/docs/webhooks-initial-configuration.md) - [Patient Created](https://integrations.luscii.com/docs/webhooks-patient-created.md): The patient created event will be dispatched when a new patient is created within Luscii - [Messages](https://integrations.luscii.com/docs/webhooks-messages.md): The message event will be dispatched when a message within Luscii is either created or updated. - [Patient Status updated](https://integrations.luscii.com/docs/webhooks-patient-status-updated.md): The patient status updated event will be dispatched when the status of a patient is modified. The event will not be dispatched during patient creation. - [Introduction](https://integrations.luscii.com/docs/fhir-webhooks-introduction.md) - [Initial configuration](https://integrations.luscii.com/docs/initial-configuration.md) - [Authentication](https://integrations.luscii.com/docs/authentication-and-authorization.md) - [Receiving Patient Events](https://integrations.luscii.com/docs/receiving-patient-details.md): The patient events signal patient lifecycle events for your subscriber. ## API Reference - [Introduction](https://integrations.luscii.com/reference/introduction.md): Luscii is slowly opening up endpoints for public use that allow third parties to programmatically interact with the Luscii platforn. - [Authentication](https://integrations.luscii.com/reference/api-authentication.md): Generating API keys and authenticating with the API - [List alerts](https://integrations.luscii.com/reference/list-alerts.md): Returns a paginated list of alerts in the organization. - [Update an alert](https://integrations.luscii.com/reference/update-alert.md): Update an alert given its ID - [Get information records for an alert](https://integrations.luscii.com/reference/list-alert-information.md): Retrieve all information records for a given alert. - [Generate API key](https://integrations.luscii.com/reference/create-api-key.md): Generate an api key for a user - [Ping endpoint for testing](https://integrations.luscii.com/reference/ping.md): Ping the public api to verify that it works - [Generate CSV export](https://integrations.luscii.com/reference/create-csv-export.md): Generate a CSV export to be received via email - [Generate JSON export](https://integrations.luscii.com/reference/get-json-export.md): Generate a paginated json export to be received via response body. - [List groups](https://integrations.luscii.com/reference/list-groups.md): Returns a paginated list of groups in the organization. - [List healthcare professionals](https://integrations.luscii.com/reference/list-healthcare-professionals.md): Returns a paginated list of healthcare professionals in the organization. - [List instruments](https://integrations.luscii.com/reference/list-instruments.md): Returns a paginated list of published instruments in the organization. All versions of an instrument are listed. Instruments created by the organisation and by Luscii are both listed. - [List instrument localisations](https://integrations.luscii.com/reference/list-instrument-localisations.md): Returns a paginated list of localisations for the available instruments. - [List instrument items](https://integrations.luscii.com/reference/list-instrument-items.md): Returns a paginated list of items for instruments. All versions of an instrument are listed. Items for instruments created by the organisation and by Luscii are both listed. - [List instrument item localisations](https://integrations.luscii.com/reference/list-instrument-item-localisations.md): Returns a paginated list of localisations for the available instrument items. - [List instrument item sets](https://integrations.luscii.com/reference/list-instrument-item-sets.md): Returns a paginated list of item sets, representing the union between items and instruments. Item sets for instruments created by the organisation and by Luscii are both listed. - [List instrument item responses](https://integrations.luscii.com/reference/list-instrument-item-responses.md): Returns a paginated list of item responses for instruments. All versions of an instrument are listed. Item responses for instruments created by the organisation and by Luscii are both listed. - [List instrument item response localisations](https://integrations.luscii.com/reference/list-instrument-item-response-localisations.md): Returns a paginated list of localisations for the available instrument item responses. - [List measurements](https://integrations.luscii.com/reference/list-measurements.md): Returns a paginated list of measurements in the organization. - [Get a message](https://integrations.luscii.com/reference/get-message.md): Retrieves a message by its ID. - [List patients](https://integrations.luscii.com/reference/list-patients.md): Returns a paginated list of patients available in the users organization - [Create patient](https://integrations.luscii.com/reference/create-patient.md): Create a patient with the given data - [Get patient](https://integrations.luscii.com/reference/get-patient.md): Retrieves a single patient with given uuid - [List patient notes](https://integrations.luscii.com/reference/list-patient-notes.md): Returns a paginated list of clinical notes for a patient. - [List patient planned actions](https://integrations.luscii.com/reference/list-patient-planned-actions.md): Returns a paginated list of planned actions for a patient. - [List programs](https://integrations.luscii.com/reference/list-programs.md): Returns a paginated list of programs in the organization. - [List program actions](https://integrations.luscii.com/reference/list-program-actions.md): Returns a paginated list of program actions in the organization. - [List program action items](https://integrations.luscii.com/reference/list-program-action-items.md): Returns a paginated list of program action items in the organization. - [List program action localisations](https://integrations.luscii.com/reference/list-program-action-localisations.md): Returns a paginated list of program action localisations in the organization. - [List program moments](https://integrations.luscii.com/reference/list-program-moments.md): Returns a paginated list of program moments in the organization. - [List program moment localisations](https://integrations.luscii.com/reference/list-program-moment-localisations.md): Returns a paginated list of localisations of program moments in the organization. - [List protocols](https://integrations.luscii.com/reference/list-protocols.md): Returns a paginated list of protocols in the organization. - [List webhook events](https://integrations.luscii.com/reference/list-webhook-events.md): Get a list of webhook events - [Get webhook event details](https://integrations.luscii.com/reference/get-webhook-evebt.md): Get details of single webhook event - [Update webhook event statuses](https://integrations.luscii.com/reference/update-webhook-events.md): Update the status of one or more webhook events. ## Changelog - [Public API general introduction](https://integrations.luscii.com/changelog/public-api-general-introduction.md) - [Entra ID documentation](https://integrations.luscii.com/changelog/entra-id-documentation.md) - [Added the Getting Started page](https://integrations.luscii.com/changelog/added-the-getting-started-page.md) - [SSO Viewer documentation](https://integrations.luscii.com/changelog/sso-viewer-documentation.md) - [FHIR API documentation added](https://integrations.luscii.com/changelog/fhir-api-documentation-added.md) - [Welcome to Luscii Integrations](https://integrations.luscii.com/changelog/welcome-to-luscii.md)