Settings icon -> Setup instructions and add the domain name where you wish to install the script.
Copy the Public API key form that window and paste it in the script below by replacing <project-public-api-key> with it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn how to install the client side code on your website
Settings icon -> Setup instructions and add the domain name where you wish to install the script.
Copy the Public API key form that window and paste it in the script below by replacing <project-public-api-key> with it.
<script src="https://cdn.visitorquery.com/visitorquery.js"></script>
<script type="text/javascript">
window.addEventListener('load', () => {
window.VisitorQuery.run({
ApiKey : "<project-public-api-key>",
SessionId: "session-id-of-the-user"
});
});
</script>