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
    • Agentic RAG Overview
    • Content Ingestion Platform
    • Profile Boosting
    • Retrieval
    • Permissions Platform
    • Built-in Content Connectors
      • Axero
      • Brainstorm QuickHelp
      • Atlassian Confluence
      • Freshservice
      • GitHub
      • Google Drive
      • Interact
      • LumApps
      • ManageEngine
      • Notion
      • Salesforce
      • ServiceNow
      • Microsoft Sharepoint
      • Slack
      • Staffbase
      • Unily
      • WordPress
      • Workday
    • 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
  • Overview
  • Supported Content Types
  • Architecture
Enterprise SearchBuilt-in Content Connectors

Axero

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

Brainstorm QuickHelp

Next
Built with

Overview

With the Axero content connector, Moveworks Enterprise Search enables the Moveworks AI Assistant to answer user’s questions directly in chat, by understanding the questions and responding instantly with answers containing the most relevant content, links to knowledge base articles or files, or links to external articles taken from trusted knowledge sources.

Supported Content Types

Currently, the Moveworks Axero content connector supports Wiki (excluding Wiki table of contents) and Article content types.

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

  1. Moveworks identifies candidate files to ingest
    1. We use the “Content List API” and provide the Axero Space ID. We use filters in the API request to only find pages that are either Articles or Wiki Pages under the specified section. We also check to see if the page is published or not.
  2. Moveworks extracts the file as HTML and produces snippets
    1. The “Content List API” returns the HTML of the pages we specified. We then parse that HTML document, converting it into a chat-ready answer.
  3. Moveworks serves an answer to the user