For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
This guide is a generic installation guide for setting up the required chat application configurations in Moveworks Setup and preparing the code snippet to host Moveworks Embedded AI Assistant on a web page.
Within Moveworks Setup, navigate to Manage Chatbots and click Create to generate a new chat application configuration for the Embedded AI assistant.
Configure the following fields:
Channel: movewebchat
Select Connector: movewebchat
Bot ID: enter 1234 this ID value will be replaced with a generated ID upon save
Bot Name (Moveworks Identifier): use your Moveworks organization name “-webchat”
Example: acme-webchat
Bot Friendly Name: User facing name of the Assistant
Channel Configurations: Set to Movewebchat Vars
Leave the remaining fields blank and click Submit
Set the Config Title to the Bot Name from step iv (example “acme-webchat”)
Once saved, click edit on the chat application you just created to retrieve the generated Bot ID. Note the ID down as it will be used later in the embed script.
Customize the Embedded AI Assistant
Within Moveworks Setup, navigate to Web Chatbot > Design Settings
Customize Theme settings and add a publicly accessible avatar image URL. If your organization does not have an image hosting service, please contact Moveworks Support to utilize Moveworks image services.
Create an SSO Application to authenticate the Embedded AI Assistant
When embedding the Assistant on ServiceNow, we recommend using the Moveworks for Employee Center plugin, which utilizes the built-in authentication for ServiceNow. Skip this section and go straight to the instructions to embed the AI Assistant on ServiceNow.
Follow one of our available guides to create an SSO application to authenticate the Embedded AI Assistant
Follow the system specific embed guides for the following systems to embed the AI Assistant as there are additional steps required to add the script to the page:
For a standard webpage that allows for embedding HTML & Javascript use, use the script below to embed the AI Assistant on your page.
If your installation does not require any style overrides then use the following script, replacing the <bot_id> text with the ID noted down from step 5 of Create a Chat Application in Moveworks Setup above.