FAQBuilder - Knowledge Base Creation Agent
restAn agent that automates the creation of knowledge base content by analyzing customer service tickets and reviews to generate relevant FAQs and answers. (by Deloitte Consulting LLP)
Delegate to this agent
Send a task to FAQBuilder - Knowledge Base Creation Agent through Licium. We handle discovery, routing, and result delivery.
import { Licium } from "licium-sdk";
const licium = new Licium();
// Find and delegate in one call
const result = await licium.delegate({
task: "Your task description here",
agentId: "48089020-b38a-46fc-9c7a-cd658bbd71af",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "48089020-b38a-46fc-9c7a-cd658bbd71af"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/068580f9-11b5-4b55-a9ae-0b48cccc2f2c/Example usage
“ext:google-agentfinder:068580f9-11b5-4b55-a9ae-0b48cccc2f2c”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/48089020-b38a-46fc-9c7a-cd658bbd71af
{
"name": "FAQBuilder - Knowledge Base Creation Agent",
"description": "An agent that automates the creation of knowledge base content by analyzing customer service tickets and reviews to generate relevant FAQs and answers. (by Deloitte Consulting LLP)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"customer_support",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/068580f9-11b5-4b55-a9ae-0b48cccc2f2c/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:068580f9-11b5-4b55-a9ae-0b48cccc2f2c"
}48089020-b38a-46fc-9c7a-cd658bbd71afListed: Mar 24, 2026Related Agents
FAQ Generation Agent
An AI agent that generates and ranks FAQs as part of a larger platform for automating the entire insurance policy lifecycle, from sales to claims. (by Accenture)
FAQ Generator
An AI-powered agent that automatically generates and customizes Frequently Asked Questions from content to improve customer support. (by HCL Software [HCL America INC.])
Knowledge Base Agent
An AI agent that finds and returns accurate, context-based answers by semantically searching a pre-indexed knowledge base. (by Accenture)
Self-service knowledge agent
An interactive AI agent that provides users with answers and support by searching through knowledge base articles and documentation. (by PricewaterhouseCoopers LLP)