diff --git a/self-host/enterprise-on-prem.mdx b/self-host/enterprise-on-prem.mdx index a8d11348..8fa977b9 100644 --- a/self-host/enterprise-on-prem.mdx +++ b/self-host/enterprise-on-prem.mdx @@ -42,6 +42,23 @@ License validation requires outbound access to `https://api.keygen.sh`. For detailed configuration instructions, see [Enterprise License Keys](/self-host/customize-deployment/enterprise-license-keys). +### After activating your license key + +Once your license key is active, most Enterprise features are controlled by environment variables. To enable a specific feature, you'll need to set the corresponding variable: + +| Feature | Environment variable | Documentation | +|---------|---------------------|---------------| +| Custom roles | `CUSTOM_ROLES_ENABLED=true` | [Custom roles](/references/workspace/custom-roles#custom-roles) | +| AI agents | `AI_AGENTS_ENABLED=true` | [AI agents](/guides/ai-agents) | +| Caching | `RESULTS_CACHE_ENABLED=true` | [Caching](/guides/developer/caching) | +| Embedding | `EMBEDDING_ENABLED=true` | [Embedding](/references/embedding) | + +You can [search "enterprise" on the environment variables page](/self-host/customize-deployment/environment-variables) to see all variables that require an Enterprise license key. + + +If you need help enabling features or troubleshooting your deployment, contact the Lightdash team. + + ## Migration from OSS If you're migrating from the open-source version to Enterprise Edition: