Configuration Options
This page provides a comprehensive overview of the configuration options available in the Connect platform based on the actual system implementation.
Agent Configuration
Basic Settings
Setting | Description | Default |
---|---|---|
Name | Name of your agent (required) | - |
System Prompt | Instructions that define how your agent should behave and respond | - |
Logo | Image file for agent branding | None |
Published | Controls whether the agent is accessible via public endpoints | False |
AI and Processing Options
Setting | Description | Default |
---|---|---|
AI Provider | The underlying LLM provider to use | System default |
Embedding Provider | Service used for vectorizing document content | System default |
Chunking Strategy | How documents are divided during processing | Semantic |
Advanced Features
Setting | Description | Default |
---|---|---|
Rephrasing | Option to reformat agent responses | Disabled |
Rephrasing Provider | Service used for response modification | System default |
Guardrailing | Controls for filtering inappropriate content | Disabled |
Guardrailing Provider | Service used for content filtering | System default |
Guardrailing Rules | Custom rules for content moderation | None |
Custom CSS | Custom styling for the agent interface | None |
Knowledge Base Configuration
The knowledge base is directly associated with an agent and isn't configured separately.
Document Limitations
Setting | Description | Default |
---|---|---|
Maximum File Size | Largest accepted file size | 150KB |
Processing Status | Status tracking for document processing | "pending", "processing", "completed", or "failed" |
Document Management
Document management is handled through the knowledge base section of each agent. You can:
- Upload new documents
- Monitor processing status
- Retry failed processing
- Delete documents
Integration Settings
Integrations enable your agent to connect with external services and data sources.
Integration Configuration
Setting | Description |
---|---|
Available Integrations | Integrations available in the marketplace |
Installed Integrations | Integrations currently enabled for your agent |
Integration Limits | Maximum number of integrations determined by subscription tier |
Deployment Options
Agents can be deployed to several channels:
- Web Interface: The native Connect chat UI
- API Access: Integration with custom applications
- Public/Private Mode: Control over who can access your agent
Best Practices
- System Prompt Design: Be specific in your system prompt to guide agent behavior effectively
- Document Preparation: Keep documents under the size limit and properly formatted for best results
- Integration Selection: Choose only integrations relevant to your use case
- Testing: Thoroughly test agent responses after configuration changes
- Monitoring: Review usage patterns to identify improvement opportunities