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
    • Labs
    • Professional Services
    • Support
  • AI Assistant
    • AI Assistant Overview
    • Capabilities
    • Web Experiences
    • Analytics & Performance
  • Enterprise Search
    • Overview
    • Search Connectors
    • Agentic RAG Overview
    • Content Ingestion Platform
    • How Search Works
      • Profile Boosting
        • Connectors
          • Axero
          • Brainstorm QuickHelp
          • Atlassian Confluence
          • Freshservice
          • GitHub
          • Google Drive
          • Interact
          • LumApps
          • ManageEngine
          • Notion
          • Salesforce
          • ServiceNow
          • Microsoft Sharepoint
          • Staffbase
          • Unily
          • WordPress
          • Workday
    • Monitor Indexed Content
    • Vetted Content
    • Permissions
  • Productivity Boost
    • Overview
    • Configure Productivity Boost
    • Quick GPT
    • Calendar Management
    • Brief Me
DeveloperAcademyCommunityStatus
On this page
  • Overview
  • Access Requirements
  • Permissions
  • Lumapps Knowledge Structure
  • How do we ingest knowledge articles?
  • URL
  • Integration Scope
  • End user experience
  • Case 1: Bot finds a relevant knowledge article
  • Case 2: Bot doesn’t find any relevant knowledge article
  • Configuration
Enterprise SearchSearch ConfigurationClassic IngestionConnectors

LumApps

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

ManageEngine

Next
Built with

Overview

LumApps is an employee experience and intranet platform; the Classic Ingestion connector indexes LumApps page content so employees can find relevant information through the Moveworks AI Assistant.

Access Requirements

For information on the access and credentials required to connect LumApps to Moveworks, see LumApps Access Requirements.

Permissions

The Classic Ingestion connector for LumApps does not mirror source permissions. All indexed content is visible to all employees in the AI Assistant search experience.

Lumapps Knowledge Structure

How do we ingest knowledge articles?

Our knowledge engine makes relevant snippets from the knowledge articles in less than a second, using Moveworks’ natural language understanding and similarity scoring.

We store the snippzetized articles in our enterprise cache, which can be served to users based on the inquiry.

We are currently fetching all the pages along with its meta data such as URL, Id, Author details, Status using the below API.

URL

https://go-cell-002.api.lumapps.com/_ah/api/lumsites/v1/content/list?lang=en

Integration Scope

LumApps hosts knowledge under different pages and sub-pages, which acts a container that hold different widgets.

These are some widgets types available on the LumApps platform: HTML, introduction text, image, video, comments, user lists, etc.

As LumApps doesn’t return responses in an HTML format, we create an HTML file and after analyzing the response, we can only ingest the intro and HTML widget content into the created HTML file.

So we ingest only:

  1. Intro widget
  2. HTML widget

After creating an HTML file we store it in our cache, our knowledge ingestion engine works on identifying HTML tags and creating relevant knowledge base article snippets.

End user experience

Whenever a user makes an inquiry there are two cases which can occur:

Case 1: Bot finds a relevant knowledge article

Case 2: Bot doesn’t find any relevant knowledge article

Configuration

A step-by-step Moveworks Setup configuration guide for this connector is not yet available. Contact your Customer Success Manager for assistance with setup.