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
  • Supported Content Types
  • Snippet Titles
  • Snippet Description
  • Article Links
  • Unsupported Behavior: Advanced Content
  • Architecture
  • Knowledge Ingestion
  • Configuration
Enterprise SearchSearch ConfigurationClassic IngestionConnectors

ManageEngine

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

Notion

Next
Built with

Overview

ManageEngine ServiceDesk Plus is an IT service management platform; the Classic Ingestion connector indexes approved ManageEngine knowledge base articles so employees can find answers through the Moveworks AI Assistant.

Access Requirements

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

Permissions

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

Currently all articles are ingested with approval_status.name = Approved (all articles approved for display) and approval_status.name = true (and only public articles). Please confirm with your Customer Success team if this is suitable for you.

Supported Content Types

The ManageEngine Knowledge Integration supports HTML file types. Moveworks recommends using standard <h1> or <h2> notation to break up the articles in relevant sections.

Snippet Titles

Note that outside of just using your title, Moveworks will also parse the rest of the article content to determine the best title for your article.

1{
2 "Title": "VPN Troubleshooting Guide",
3 "body": "{{SEE RIGHT}}"
4}
1<h1>How to solve connection errors</h1>
2Here are some instructions.
3
4<h1> How to solve VPN slowness </h1>
5Here are some other instructions.

In this example, Moveworks would create a knowledge article “snippet” titled “VPN Troubleshooting Guide: How to solve connection errors”

Snippet Description

By default, Moveworks will display data from thedescription field of your articles. However, if you store any important information in any different or custom fields, you can configure Moveworks to extract from those other fields.

Article Links

Moveworks generates links to your articles based on the file path.

https://{{base-manageengine-url}}/api/v3/solutions

If you have a custom portal with a different URL, this URL format can be configured differently.

Unsupported Behavior: Advanced Content

Please note that images, tables, text formatting, lists or other multi-media formats will not be rendered in chat. Instead, the user will be able to click the article and view the source article.

Architecture

Knowledge Ingestion

Moveworks leverages the ManageEngine APIs to filter & implement the correct ingestion logic:

  • Get list of available articles
    https://{{base-manageengine-url}}/api/v3/solutions
  • Get individual article
    https://{{base-manageengine-url}}/AddSolution.do?submitaction=viewsolution&fromListView=true&solutionID={{article_id}}

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.