External content connector in Dynamic Guidance
Dynamic Guidance leverages XCC (External Content Connector) to provide intelligent, context-aware assistance by accessing ServiceNow® product documentation.
Dynamic Guidance uses XCC specifically for to power its knowledge base search capabilities. This integration enables the system to search and retrieve relevant documentation to answer user queries effectively.
Architecture of XCC integration
The architecture consists of three main components working together:
- Dynamic Guidance- The user interacts with Dynamic Guidance through a voice interface. When the Generative AI application determines that it needs to search the knowledge base, it uses the search_knowledge_base tool.
- RAG API handler- This middleware component receives the search query from Gemini and processes it to retrieve relevant documentation from XCC.Note:XCC uses AI search which, is enabled by default on all customer instances. See AI Search.
- XCC Search (External Content Connectors ServiceNow® Docs)- The XCC system searches the crawled ServiceNow® documentation and returns relevant content to the RAG API handler, which then provides it to Gemini for generating accurate responses.