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

# Feature Toggles

> Enable or disable MailerPath features for a client account.

Feature toggles let MailerPath turn specific product behaviors on or off for a client.

Use them when a client is not ready for a feature yet, or when you want to roll out behavior gradually.

## What you can control

* AI advisor
* Auto-approve behavior
* Other client-specific feature flags

## Why this matters

* It keeps the product aligned with what the client has enabled.
* It reduces confusion during phased rollouts.
* It helps admins control feature access without code changes.

## Recommended setup

1. Turn on only the features the client is ready to use.
2. Keep experimental features off until the client is prepared.
3. Revisit feature flags after onboarding and major releases.

## Good practice

* Document why each flag is on or off.
* Review flags with the client during account check-ins.
* Remove old toggles when the rollout is complete.
