Adding Custom Scripts
To add custom scripts to your portal page, navigate to the Custom Scripts section in your dashboard. Here you can add custom HTML, CSS, and JavaScript to your portal page, either before the end of the</head>
tag or before the </body>
tag.

Accessing user’s data
When you add custom JavaScript to your portal page, you can access thekobble
object which provides access to the user object.
Here’s the type definition for the kobble
object.
kobble
object from a custom html code (either from the Head or the Body code):