Skip to main content

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

SettingDescriptionDefault
NameName of your agent (required)-
System PromptInstructions that define how your agent should behave and respond-
LogoImage file for agent brandingNone
PublishedControls whether the agent is accessible via public endpointsFalse

AI and Processing Options

SettingDescriptionDefault
AI ProviderThe underlying LLM provider to useSystem default
Embedding ProviderService used for vectorizing document contentSystem default
Chunking StrategyHow documents are divided during processingSemantic

Advanced Features

SettingDescriptionDefault
RephrasingOption to reformat agent responsesDisabled
Rephrasing ProviderService used for response modificationSystem default
GuardrailingControls for filtering inappropriate contentDisabled
Guardrailing ProviderService used for content filteringSystem default
Guardrailing RulesCustom rules for content moderationNone
Custom CSSCustom styling for the agent interfaceNone

Knowledge Base Configuration

The knowledge base is directly associated with an agent and isn't configured separately.

Document Limitations

SettingDescriptionDefault
Maximum File SizeLargest accepted file size150KB
Processing StatusStatus 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

SettingDescription
Available IntegrationsIntegrations available in the marketplace
Installed IntegrationsIntegrations currently enabled for your agent
Integration LimitsMaximum 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

  1. System Prompt Design: Be specific in your system prompt to guide agent behavior effectively
  2. Document Preparation: Keep documents under the size limit and properly formatted for best results
  3. Integration Selection: Choose only integrations relevant to your use case
  4. Testing: Thoroughly test agent responses after configuration changes
  5. Monitoring: Review usage patterns to identify improvement opportunities