Kulka documentation

Quickstart

Add the Kulka support chat to a website and verify the installation.

1. Get public widget identifiers

Open the Chat box installation screen in the Kulka dashboard and copy the generated snippet. organizationId and agentId are public configuration identifiers, not secrets.

2. Add the script

Place the script in the document head or near the end of the body. The async attribute prevents the loader from blocking page parsing.

htmlCopy-ready
<script
  src="https://kulka-support-app-widget.vercel.app/v1/widget.js"
  data-kulka-widget
  data-organization-id="YOUR_ORGANIZATION_ID"
  data-agent-id="YOUR_AGENT_ID"
  async>
</script>

3. Verify the installation

  • Load a public page and confirm that the Kulka launcher appears.
  • Open the launcher and send a test message.
  • Confirm that the website domain appears as active in the Kulka dashboard.
  • Check the browser console for Content Security Policy or network errors.