# Spoke App Deep Linking

Deep links in the Spoke Phone app allow users to route directly to specific resources or perform actions within the app by clicking a link on a web page or launching a URL from another application. These links streamline navigation, enabling users to view call history, make a call, or send messages in one click.

Deep links work across all supported platforms - Windows, MacOS, iOS and Android - and use a special `spoke:` URL scheme that is registered when the Spoke app is installed on the target device.

**Requirement**: The [Spoke Phone app](https://spokephone.com/download/) must be installed on the device for the deep links to work.

Supported Functionality
- **Call History**: View call details<!-- or call insights. -->
- **Dialing**: Dial a number with a specified caller ID.
- **Messaging**: Initiate or continue SMS or WhatsApp conversations.

Each URL must be URI-encoded before use to ensure correct parsing.
