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.
Logo
DeveloperAcademyCommunityStatus
  • Getting Started
    • Welcome to Moveworks
    • Roadmap & Release Notes
    • Moveworks Best Practices
      • Launching Moveworks
      • Building on Moveworks
      • Driving Adoption
        • Deep Linking Moveworks AI Assistant
        • How to Add an Azure AD App Link to the Bot
        • Okta Chiclet Deep Link to Bot
        • Okta Footer Help Link to Bot
        • Agent Email Signature Link to the Moveworks Bot
        • General Banner Links to the Moveworks Bot
        • Bot-First Call Wait Messages
        • ServiceNow SSP Banner Link to the Moveworks Bot
        • ServiceNow SSP Hovering Bot Link
        • Windows Desktop Shortcut to the Moveworks Bot Setup Guide
    • Labs
    • Professional Services
    • Support
  • AI Assistant
    • AI Assistant Overview
    • Capabilities
    • Web Experiences
    • Analytics & Performance
  • Enterprise Search
    • Overview
    • Agentic RAG Overview
    • Content Ingestion Platform
    • Profile Boosting
    • Retrieval
    • Permissions Platform
    • Built-in Content Connectors
    • Build your own Content Connectors
    • Configure Search
    • Configure Enterprise Search
    • Vetted Content
    • Writing AI-Ready KB Articles
    • Document Chunking and Snippetization Overview
  • Productivity Boost
    • Overview
    • Configure Productivity Boost
    • Quick GPT
    • Calendar Management
    • Brief Me
DeveloperAcademyCommunityStatus
On this page
  • What are they?
  • SME Needed and Time to Complete
  • Moveworks Provided Assets
  • How To
Getting StartedMoveworks Best PracticesDriving Adoption

General Banner Links to the Moveworks Bot

||View as Markdown|
Was this page helpful?
Edit this page
Previous

Bot-First Call Wait Messages

Next
Built with

What are they?

Eye-catching, bot-branded banners that link to the bot and can appear anywhere on your self-service portal, knowledge base, intranet portal, and beyond.

SME Needed and Time to Complete

  • Relevant SME (ITSM Admin, Intranet Web Admin, KB Admin, etc.) - 10-15 min

Moveworks Provided Assets

  • Company-branded bot banner
  • Moveworks deep link to the bot

How To

  • Depending on where your new banner will be embedded, there are all sorts of ways a banner link to the bot can be implemented.
  • For popular ITSM and KB systems, there is often a configurator that allows you to manipulate the layout of your pages to add images with links.
  • For ServiceNow, for example, our guide on creating a top homepage banner can be used as a general reference on editing pages on the platform. Though there are many alternative approaches as well.
  • For custom websites, like intranet portals, your web admin will likely need to add in the image with a link wrapping it using HTML. Something like this:
    <a href="https://moveworks.provided.deeplink">
    <img src="https://path.to.my.banner.image">
    </a>
  • Depending on how the site was built though, the web admin may also have drag and drop tools available just like the ITSM and KB systems mentioned above.
  • Work with your Moveworks Customer Success team if you need help working with a particular system.