Mímir
Integration Guide
Below is a short integration guide to adding an A.I. Assistant to your site.
HTML Example
Add the provided script tag to your HTML file. This script should be placed in the <head>
section of your HTML document.
With ORGANIZATION_ID replaced by your organization id
Next.js Example
If you are using a frontend library like React or Vue.js, you can add the script according to the library documentation.
For example, if you are using the React framework, Next.js, you would add this script to the root layout of your application like this
With ORGANIZATION_ID replaced by your organization id