What are the hardware requirements for Avatar?
What are the hardware requirements for Avatar?
- Kiosk software: Chrome Kiosk (free) or SiteKiosk (paid)
- Barcode/QR scanner (Elo-mounted, compatible with specific Elo monitors)
- Remote access: SiteKiosk, AnyDesk, or TeamViewer
How do I install and set up Avatar on a display device?
How do I install and set up Avatar on a display device?
@outlook.de account) and sets up Windows using that address.Software installed- Avira Antivirus
- AnyDesk (remote access)
- Google Chrome (if not already present)
What kiosk options are available for Avatar?
What kiosk options are available for Avatar?
- ✅ Virtual keyboard available
- ✅ Easy and quick to set up
- ✅ Works on any Windows device with Chrome
- ⚠️ Users can exit kiosk mode (not recommended for unattended public areas)
- ✅ Easy and quick to set up
- ✅ Very secure when no physical keyboard is attached and USB slots are hidden
- ❌ No virtual keyboard — only suitable when text input is not needed
- ✅ Virtual keyboard available
- ✅ Easy to set up on Windows 11+
- ⚠️ Avatar is optimised for Chrome; Edge may cause unexpected behaviour
- ✅ Highly secure
- ✅ Virtual keyboard available
- ✅ Works on Windows with Chrome
- ❌ Paid licence required
- ❌ More complex setup
How do I refresh the Avatar page automatically?
How do I refresh the Avatar page automatically?
Install the extension
Set a predefined URL
https://go.plural.io/s/54a4867a00).Configure the refresh frequency
Enable autostart
How do I configure a NUC to start automatically when power is connected?
How do I configure a NUC to start automatically when power is connected?
Enter BIOS setup
Navigate to power settings
Set the after-power-failure behaviour
Save and exit
How do I enable the on-screen virtual keyboard in Windows 11?
How do I enable the on-screen virtual keyboard in Windows 11?
Open Windows Settings
Go to Time & Language → Keyboards
Enable the virtual keyboard
How do I shut the PC down automatically on a schedule?
How do I shut the PC down automatically on a schedule?
Open Task Scheduler
Configure the General tab
Set a trigger
Add the shutdown action
shutdown as the program, and add /S /F as the argument. Click OK.Set idle conditions
Save the task
How do I enable kiosk mode on an HP Chromebase?
How do I enable kiosk mode on an HP Chromebase?
Install the Kiosk app
Enter your Avatar URL
Set an admin password
Save and restart
- Connect a keyboard to the Chromebase.
- Press Ctrl + A.
- Enter your admin username and password.
- Scroll to the bottom and click Exit.
How do I switch between Avatar personas at runtime?
How do I switch between Avatar personas at runtime?
PluralAvatarID parameter to the Avatar URL.Step 1 — Find the Avatar IDIn the Plural platform, go to the avatar selection screen and hover over the avatar you want to switch to. Its ID will appear in a tooltip.Step 2 — Construct the URLAppend ?PluralAvatarID=<id> to your Avatar’s base URL. For example:Avatar speech recognition does not work — what should I check?
Avatar speech recognition does not work — what should I check?
- Open Chrome Settings → Privacy and security → Site settings → Microphone.
- Find your Avatar’s URL and change its microphone permission to Allow.
How do I add a YouTube video with automatic playback to my project?
How do I add a YouTube video with automatic playback to my project?
Get the YouTube embed URL
src attribute of the <iframe> code (e.g. https://www.youtube.com/embed/h6I5UOsQNEI). Ignore any ?controls=0 suffix.Add a Show Website element
Paste the URL with autoplay parameters
- Autoplay muted (recommended):
- Autoplay with sound (blocked by most browsers):
Complete the element configuration
mute=1 to ensure the video starts reliably.I can't display my website inside a Website element — why?
I can't display my website inside a Website element — why?
<iframe> for security reasons. This is controlled by two HTTP headers:X-Frame-Options— can be set toDENY,SAMEORIGIN, orALLOW-FROM.- Content Security Policy (CSP) — the
frame-ancestorsdirective controls which domains may embed the page.
How do I set up the Humanizing printing service?
How do I set up the Humanizing printing service?
Install Python
python --version in a terminal.Unpack the service files
.zip file you received from Humanizing to C:\printing_service.Install Python dependencies
Create a self-signed certificate
Add the service to Windows startup
start_service.bat with the following content and place it in your Windows Startup folder (shell:startup):Test the service
https://127.0.0.1/. Accept the security warning if prompted. You should see a confirmation message that the service is running.- Endpoint URL:
http://127.0.0.1/print - Method:
POST - Body (Raw JSON):
printerName with the exact name of your printer as it appears in Windows.A 200 OK response means the badge printed successfully. A 500 response indicates an error.Detailed articles
For step-by-step instructions on specific topics, see the dedicated articles:- Add a YouTube video with automatic playback to your project
- Automatic start of NUC
- Available kiosk options for Avatar
- Avatar speech recognition does not work
- Enable onscreen (virtual) keyboard in Windows 11
- How can I automatically click the Play button of the Avatar after my device starts up?
- How to refresh the Avatar page automatically?
- I can’t display my website in a website element
- Installation instructions for Avatar
- Kiosk Mode for Google Chrome on Windows
- Kiosk Mode on an HP Chromebase
- Set up the printing service from Humanizing
- Setup Kiosk Mode in Windows 11 for Avatar (with Microsoft Edge)
- Shut PC automatically down
- Switching between Avatar personas
