Integrator — FastLinePro Scenarios Hub
A page for integrators building agents and chatbots in FastLinePro. Here you will create knowledge bases, configure agents, and connect them to scenarios without unnecessary navigation. Below are instructions for each step: bots, agents, KB, KBPlugin, and scenario integration.
Quick Overview
High-Level Goals and Scenarios
Creating Agents and Bots
Goal — create intelligent AI assistants for automating client dialogues.
- Create chatbot — how to create a simple AI assistant for typical questions. → ./how-to/create-chatbot.md
- Create agent — how to create a powerful AI agent with access to tools. → ./how-to/create-agent.md
- Configure agent prompt — how to define the role and behavior of the AI application through instructions. → ./how-to/configure-agent-prompt.md
Knowledge Base Management
Goal — organize centralized information storage for training AI applications.
- Create knowledge base — how to create a container for storing documents. → ./how-to/create-knowledge-base.md
- Upload files to knowledge base — how to add documents for AI training. → ./how-to/upload-files-to-kb.md
- Update files in knowledge base — how to replace or update existing documents. → ./how-to/update-kb-files.md
Connecting External Knowledge Sources
Goal — automate knowledge base updates from external systems via KBPlugin.
- Configure synchronization via KBPlugin — how to connect an external source for automatic updates. → ./how-to/configure-kbplugin-sync.md
- Run knowledge synchronization — how to update the knowledge base from an external source. → ./how-to/run-kb-sync.md
Knowledge Base Preparation
Goal — prepare and configure the knowledge base for efficient agent operation.
- Prepare file for knowledge base — how to create a structured file with information for AI training. → ./how-to/prepare-knowledge-base-file.md
- Configure chunking — how to configure file processing parameters for better search. → ./how-to/configure-chunking.md
- Connect knowledge base to agent — how to connect the knowledge base to an AI agent for using information. → ./how-to/connect-knowledge-base-to-agent.md
Agent Configuration
Goal — configure agent parameters for optimal operation.
- Configure agent variables — how to pass additional information to the agent through variables. → ./how-to/configure-agent-variables.md
Scenario Integration
Goal — integrate created agents and bots into client service scenarios.
- Use action_fastline_pro action — how to use an AI agent in a scenario through an action. → ./how-to/use-action-fastline-pro.md
- Check agent response — how to detect situations when the agent cannot respond. → ./how-to/check-agent-response.md
Working with KBPlugin
Goal — use the plugin for automatic knowledge base updates from external sources.
- Configure synchronization via KBPlugin — how to connect an external source for automatic updates. → ./how-to/configure-kbplugin-sync.md
- Run knowledge synchronization — how to update the knowledge base from an external source. → ./how-to/run-kb-sync.md
Where to Work in the Interface
Main work with FastLinePro happens in the FastLinePro module:
FastLinePromodule:Apps -> FastLinePro— here you create agents, knowledge bases, and configure integrations.- "Agents" tab: for creating and configuring powerful AI agents.
- "Chatbots" tab: for creating simple AI assistants.
- "Knowledge Base" tab: for managing knowledge bases and files.
- KBPlugin: for configuring automatic synchronization with external sources.
Quick Links
Creating Agents
Knowledge Bases
- Create knowledge base
- Prepare file for knowledge base
- Configure chunking
- Connect knowledge base to agent
- Upload files
- Update files