20 lines
789 B
Text
20 lines
789 B
Text
---
|
|
sidebar_position: 20
|
|
sidebar_label: Link Helpdesk
|
|
---
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
# Link Helpdesk
|
|
|
|
Our secure digital helpdesk platform, Link, is customised and hardened version of [Zammad](https://zammad.com/en),
|
|
an open source, flexible, multi-channel ticketing platform that enables those in need to ask for help, and providers to
|
|
respond.
|
|
|
|
The helpdesks have integrations with popular messaging apps, including Signal, WhatsApp, and Telegram, making it easier
|
|
to securely allow responders to request assistance.
|
|
|
|
<img src="/docs/link/active_support.png" style={{width: "100%", maxWidth: "450px", margin: "auto", display: "block"}} />
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items} />
|