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

# Overview

> Learn the basics of feature flags in FlagSync for flexible feature management.

## What Are Feature Flags?

Feature flags enable teams to toggle features, roll out updates gradually, and run A/B tests without redeploying code.

In FlagSync, they power [Experiments](/experiments/overview) and [Metrics](/metrics/overview) by serving variants (e.g., "On" or "Off") to users.

## Why Feature Flags Matter

<CardGroup>
  <Card title="Safe Rollouts" icon="lock">
    Test features with a subset of users before full release.
  </Card>

  <Card title="Experimentation" icon="flask">
    Compare variants (e.g., "Buy Now" vs. "Add to Cart") in A/B/n tests.
  </Card>

  <Card title="Quick Adjustments" icon="rotate">
    Enable or disable features instantly—e.g., during maintenance.
  </Card>

  <Card title="Targeted Rollouts" icon="bullseye">
    Roll out to specific groups or percentages, ensuring stability before full deployment.
  </Card>
</CardGroup>

## Next Steps

* Dive into flag creation in [Creating Flags](/flags/create-flag).
* Follow the full guided flow in [Quickstart: Overview](/quickstarts/overview).
* Set up tracking for [Events](/events/overview).
* Explore [Experiments](/experiments/overview).
