21 lines
797 B
Text
21 lines
797 B
Text
---
|
|
sidebar_position: 20
|
|
sidebar_label: Link Helpdesk
|
|
---
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
# Secure Digital Helpdesks
|
|
|
|
:::warning[Under construction]
|
|
This documentation is a work in progress. Please [get in touch with us](mailto:contact@sr2.uk) if you have any questions.
|
|
:::
|
|
|
|
Our secure digital helpdesks are customised and hardened version of Zammad, 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.
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items} />
|