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

# Feature management

> Enable or disable features in your Prophecy deployment

<Callout icon="/images/icon.png" color="#FFC107">
  Available for the [Enterprise Edition](/administration/platform/editions) only.
</Callout>

Feature flags control which capabilities are available to users in your Prophecy deployment. Use them to restrict access to specific platform features, manage fabric types, or toggle AI functionality without having to directly modify your Kubernetes configuration.

## Prerequisites

To access feature management, you must be logged in as a Prophecy cluster admin.

## Feature list

Access feature management from **Settings > Admin > Feature Management**. Any changes you make to feature flags take effect only after you restart your Prophecy deployment.

The following features are available in the Feature Management tab.

| Feature                                               | Description                                                                                       |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| Artificial Intelligence                               | Enable or disable Copilot in your deployment.                                                     |
| AI Agents                                             | Enable or disable Agents in your deployment.                                                      |
| Full Text Search                                      | Enable or disable full text search for your deployment.                                           |
| Prophecy Automate                                     | Enable or disable [Prophecy Automate](/administration/platform/architecture) for your deployment. |
| Enable Databricks SQL warehouse classic fabrics       | When enabled, users can create SQL fabrics with Databricks as the provider.                       |
| Enable Google BigQuery fabrics                        | When enabled, users can create Prophecy fabrics with Google BigQuery as the provider.             |
| Enable Snowflake fabrics                              | When enabled, users can create Prophecy fabrics with Snowflake as the provider.                   |
| Limit fabric and connection creation to cluster admin | When enabled, only cluster admins can create fabrics and data ingress/egress connections.         |
| SCIM (System for Cross-domain Identity Management)    | Enable or disable SCIM for your deployment.                                                       |
| Transpiler                                            | Enable or disable the transpiler for your deployment.                                             |
| Enable Alteryx to Databricks SQL Fabric               | Enable or disable the ability to transpile Alteryx workflows into Databricks SQL projects.        |

<Note>
  While Prophecy provides the feature flags listed above in the Admin settings UI, there are
  additional features that are set directly in your Kubernetes deployment. Reach out to the [Support
  team](mailto:support@prophecy.io) if you need any other customization.
</Note>
