Configuration

Configure Gapex for your needs.

General settings

After signing in, go to the Settings section in the left panel. Here you can manage the platform’s core behavior.


Profile settings

In Settings → Profile, you can change the following:

SettingDescription
Full nameYour name displayed on the dashboard
EmailThe email linked to your account
PasswordChange your account password
LanguageInterface language (O’zbekcha, English, Русский)

Notifications

In Settings → Notifications, configure the following:

  • New comment/review notifications: Get notified when a new comment arrives
  • AI response ready: Get notified when AI prepares a response suggestion
  • Weekly report: Receive weekly statistics via email
  • Push notifications: Enable/disable push notifications in the mobile app

AI response settings

In Settings → AI, configure AI behavior:

Response style

SettingDescription
ToneFormal, friendly, or neutral response style
LengthShort, medium, or detailed responses
LanguageLanguage of AI responses

Auto-response

SettingDescription
Auto-responseAutomatically post AI responses (enable/disable)
Confidence thresholdMinimum confidence level for auto-posting (e.g., 85%)
Review modeManually approve responses before posting

Recommendation: Start with Review mode enabled. After reviewing AI responses, switch to auto mode if needed.


Account integrations

In Settings → Integrations, manage connected platforms:

  • View the list of connected accounts
  • Add a new platform
  • Disconnect an existing platform
  • Set individual settings for each platform

Supported platforms:

  • Instagram
  • Facebook
  • YouTube
  • Telegram
  • Play Store
  • App Store

Detailed guides for connecting each platform can be found in the Platforms section.


Self-hosting configuration

If you are running Gapex on your own server, create a .env file in the project root:

DATABASE_URL=postgresql://user:pass@localhost:5432/gapex
NATS_URL=nats://localhost:4222
ANTHROPIC_API_KEY=sk-ant-...
REDIS_URL=redis://localhost:6379
VariableDescription
DATABASE_URLPostgreSQL database connection
NATS_URLNATS messaging server address
ANTHROPIC_API_KEYAnthropic API key for AI responses
REDIS_URLRedis caching server (optional)

Next step

Once settings are configured, go to the Quick Start page to get your first AI response.