Start here. Most answers live in these three places.
Read the docs
Step-by-step guides for every SDK, API reference, and integration recipes. Most questions answer themselves there.
Open the docsJoin the Discord
Real engineers, real answers, usually within minutes. The fastest way to get unblocked on anything SDK-related.
Hop inRead the feed
Product updates, changelogs, and notes from the team. Check here first if something behaves differently than you expected.
Browse the feedNeed a human? Pick the right mailbox.
Sending to the right address gets you a faster, better answer. We keep each channel specialized on purpose.
Vulnerability reports, unauthorized access, anything urgent. We treat these as highest priority.
[email protected] Send →GDPR, CCPA, and any other data subject requests. Exports, deletions, and corrections.
[email protected] Send →DPAs, MSAs, SOC 2 reports, procurement paperwork, and formal notices.
[email protected] Send →Billing questions, account changes, partnerships, press. We'll route it internally.
[email protected] Send →Still stuck?
The Discord is fastest.
Engineers on the team are usually answering questions within minutes. Email works too, but Discord is where the real-time help lives.
Join the Discordcan someone explain how data-ss-form interacts with masked inputs?
the attribute names the form but does not change masking. add data-ss-mask on the input if you want the value scrubbed. full docs here: /docs/sdk/form-analytics
perfect thanks!! exactly what I needed 🙏