# Platform

Configuration and infrastructure guides for operators deploying and maintaining an Allegro instance. These guides are intended for platform administrators and developers responsible for deployment, rather than developers building on top of the SDK.

## [📄️<!-- --> <!-- -->Audience Member Sync](/developer/platform/audience-member-sync.md)

[Staleness-aware, queue-backed sync providers for keeping external audience data fresh on a schedule and on login.](/developer/platform/audience-member-sync.md)

## [📄️<!-- --> <!-- -->Stripe Webhook Setup](/developer/platform/stripe-webhooks.md)

[Configure the platform-wide Stripe webhook so Allegro can fulfill purchases reliably.](/developer/platform/stripe-webhooks.md)

## [📄️<!-- --> <!-- -->GitHub Sync](/developer/platform/github-sync.md)

[Sync templates from a GitHub repository with webhook-triggered automatic updates.](/developer/platform/github-sync.md)

## [📄️<!-- --> <!-- -->Event Queue](/developer/platform/event-queue.md)

[Redis List-based pipeline for real-time event delivery to external consumers.](/developer/platform/event-queue.md)

## [📄️<!-- --> <!-- -->JWT Key Management](/developer/platform/jwt.md)

[Allegro signs member session tokens with per-tenant RSA-2048 key pairs using RS256. This page covers the key lifecycle and how to manage keys in production.](/developer/platform/jwt.md)

## [📄️<!-- --> <!-- -->Custom Domain](/developer/platform/custom-domain.md)

[Serve the Allegro SDK and its API from your own domain instead of the default tenant subdomain.](/developer/platform/custom-domain.md)

## [📄️<!-- --> <!-- -->Queue Management](/developer/platform/queue-management.md)

[Laravel Horizon monitors and manages Allegro's background job queues, with a real-time dashboard at /horizon.](/developer/platform/queue-management.md)
