C
Docs

Advanced Settings

Configure API keys, developer mode, data export preferences, and other advanced platform options

Updated 2026-03-308 min read

Advanced Settings provides power users and administrators with fine-grained control over platform behavior, API access, data management, and developer tools.

Overview

The Advanced Settings panel is designed for users who need deeper customization beyond the standard settings. Access it via Settings → Advanced in the navigation sidebar.

Warning

Changes in Advanced Settings can significantly affect platform behavior. If you're unsure about a setting, consult the documentation or contact your organization administrator before making changes.

API Key Management

Generating API Keys

API keys allow external applications to interact with Cothon programmatically.

Managing Existing Keys

ActionDescription
ViewSee key name, creation date, last used, and permissions
RotateGenerate a new key value while keeping the same permissions
RevokeImmediately disable a key (cannot be undone)
EditChange the key name or permissions

Tip

Rotate API keys regularly — at least every 90 days for production integrations. Set calendar reminders or use the built-in expiration alerts to stay on top of key rotation.

Rate Limits

API keys are subject to rate limits based on your subscription plan:

PlanRequests/MinuteRequests/DayConcurrent
Starter305,0002
Professional12050,00010
Enterprise600500,00050

Developer Mode

Enabling Developer Mode

Developer mode provides additional debugging and diagnostic information:

Developer Mode Features

When enabled, you get access to:

  • API Request Inspector: See all API calls the application makes, including request/response payloads
  • Performance Overlay: View page load times, component render counts, and memory usage
  • Debug Panels: Additional diagnostic information on bid analysis, proposal generation, and search operations
  • Console Logging: Enhanced logging in the browser console for troubleshooting

Note

Developer mode adds overhead to the application. Disable it when you're done debugging to maintain optimal performance.

Data Export Settings

Default Export Format

Configure your preferred export format for different content types:

Content TypeAvailable FormatsDefault
ProposalsPDF, DOCX, MarkdownPDF
AnalysesPDF, CSV, JSONPDF
ReportsPDF, CSV, ExcelPDF
Bid RecordsCSV, JSON, ExcelCSV
OpportunitiesCSV, JSONCSV

Export Templates

Create reusable export templates with pre-configured settings:

Scheduled Exports

Set up automatic data exports on a schedule:

  • Daily: Fresh data export every morning
  • Weekly: End-of-week summary exports
  • Monthly: Comprehensive monthly data dumps
  • Custom: Define your own cron schedule

Exports can be delivered via:

  • Download center (in-app notification)
  • Email attachment (up to 25MB)
  • Cloud storage integration (Google Drive, OneDrive, S3)

Cache Management

Application Cache

Cothon caches data locally to improve performance. You can manage cache settings:

SettingDescriptionDefault
Cache DurationHow long to cache API responses5 minutes
Cache Size LimitMaximum local storage for cache50MB
Offline ModeCache data for offline accessDisabled
Auto-RefreshAutomatically refresh stale cacheEnabled

Clearing Cache

To clear the application cache:

  1. Go to Settings → Advanced → Cache Management
  2. Click Clear Cache to remove all cached data
  3. The application will re-fetch all data from the server

Tip

If you're seeing stale data or unexpected behavior, clearing the cache is often the first troubleshooting step.

Feature Flags

Available Feature Flags

Feature flags allow you to enable or disable experimental features:

FlagDescriptionStatus
Enhanced AI ModelsUse latest AI models for analysisBeta
Advanced VisualizationsNew chart types and dashboardsBeta
Bulk OperationsProcess multiple items at onceStable
Keyboard NavigationEnhanced keyboard-only navigationStable
Smart NotificationsAI-prioritized notification systemBeta

Enabling Beta Features

Warning

Beta features may be unstable or change without notice. Do not rely on beta features for production workflows. Report any issues via the feedback mechanism.

Data Management

Data Retention

Configure how long different types of data are retained:

Data TypeDefault RetentionConfigurable
AnalysesIndefiniteYes
ProposalsIndefiniteYes
Activity logs90 daysYes
Search history30 daysYes
Deleted items30 daysNo (grace period)
Audit logs1 yearEnterprise only

Data Cleanup

Run manual cleanup to free storage:

  1. Orphaned Attachments: Files uploaded but never linked to content
  2. Draft Analyses: Incomplete analyses older than 30 days
  3. Expired Shares: Public links past their expiration date

Import/Export Configuration

Configure bulk import settings:

SettingDescriptionDefault
Duplicate HandlingSkip, overwrite, or create newSkip
Validation LevelStrict or lenient field validationStrict
Batch SizeRecords processed per batch100
Error HandlingStop on error or continueContinue

Webhook Configuration

Setting Up Webhooks

Receive real-time notifications when events occur in Cothon:

Available Webhook Events

EventTriggerPayload
analysis.completedBid analysis finishes processingAnalysis ID, summary, score
proposal.generatedProposal generation completesProposal ID, sections count
opportunity.matchedNew opportunity matches your profileOpportunity ID, match score
outcome.recordedBid outcome is recordedRecord ID, outcome, value
share.accessedSomeone views a shared linkShare ID, viewer info

Diagnostic Tools

System Information

View current system status and configuration:

  • Browser version and compatibility
  • API endpoint and connection status
  • Cache size and utilization
  • Active sessions
  • Feature flag states

Error Reporting

Configure automatic error reporting:

SettingDescriptionDefault
Auto-Report ErrorsSend error reports automaticallyEnabled
Include ContextInclude page state in error reportsEnabled
Performance MonitoringTrack slow operationsEnabled
Usage AnalyticsAnonymous usage statisticsOpt-in

Was this page helpful?

Advanced Settings | Cothon Docs | Cothon