> ## Documentation Index
> Fetch the complete documentation index at: https://docs.safesight.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Other Frameworks and Platform

> How to get started integrating Sel

You can integrate Safesight into any Web app that you are able to
add a custom script to.

<Steps titleSize="h3">
  <Step title="Intializing Safesight">
    Add the provider in your apps root root,
    with your previously created websites token.

    ```html theme={null}
    <script defer data-websiteId="yourWebsiteID" src="https://unpkg.com/safesight@latest/dist/tracker.js"></script>
    ```
  </Step>

  <Step title="Thats it!">
    That's already it!
    Now just go to your web console and you will see debug logs showing you some page views logs.
    And once deployed data will come in!
  </Step>
</Steps>
