> ## Documentation Index
> Fetch the complete documentation index at: https://v0.x-docs.novu.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Feature Flags

> Learn how to enable/disable specific features in Novu

Feature flags allow to turn certain functionality on and off based on configuration. In this way, users can preview beta features in their deployments.

To enable the specific feature, you need to pass an environment variable to all services:

<Note>
  Feature flag environment variable accepts boolean values: `true` or `false`.
</Note>

* `IS_MULTI_PROVIDER_CONFIGURATION_ENABLED` adds ability to connect multiple providers per channel and make them active. It also shows redesigned integrations store page.

<Frame caption="Redesigned Integrations store page.">
  <img src="https://mintcdn.com/novu-v2-docs/RjdbijoFZs-J-RVM/images/community/feature-flags/multi-provider-feature.png?fit=max&auto=format&n=RjdbijoFZs-J-RVM&q=85&s=8e820fd97884d773a58cf831ee21bef0" width="1280" height="720" data-path="images/community/feature-flags/multi-provider-feature.png" />
</Frame>

* `IS_MULTI_TENANCY_ENABLED` adds ability to manage tenants from dashboard.

<Frame caption="Once multi-tenancy is enabled, the Tenants page will appear.">
  <img src="https://mintcdn.com/novu-v2-docs/RjdbijoFZs-J-RVM/images/community/feature-flags/tenants-feature.png?fit=max&auto=format&n=RjdbijoFZs-J-RVM&q=85&s=9323843177b84f6bf24ca5ea0513fbc0" width="1280" height="720" data-path="images/community/feature-flags/tenants-feature.png" />
</Frame>

* `IS_TEMPLATE_STORE_ENABLED` enables template store which contains pre-made workflows for common use cases (like **Password Reset** workflow etc).

<Frame caption="With template store enabled, you can choose from pre-made workflows.">
  <img src="https://mintcdn.com/novu-v2-docs/RjdbijoFZs-J-RVM/images/community/feature-flags/template-store-feature.png?fit=max&auto=format&n=RjdbijoFZs-J-RVM&q=85&s=401d25059b50f7d66df0f3c0a7a2942b" width="1280" height="720" data-path="images/community/feature-flags/template-store-feature.png" />
</Frame>
