> ## 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

> Walk through FlagSync’s core workflow with these step-by-step guides.

## Get Started with FlagSync

These Quickstarts walk you through setting up and testing a feature in FlagSync, from creating a flag to analyzing experiment results.

Follow them in order to build a full experiment—or jump to what you need.

<Steps>
  <Step>
    <Card title="Set Up a Flag" href="/quickstarts/flag" icon="flag">
      Create your first feature flag in the dashboard.
    </Card>
  </Step>

  <Step>
    <Card title="Integrate the SDK" href="/quickstarts/sdk" icon="code">
      Add FlagSync to your app with the JavaScript SDK.
    </Card>
  </Step>

  <Step>
    <Card title="Send Events" href="/quickstarts/events" icon="bolt">
      Track user actions like clicks, sign-ups, or purchases.
    </Card>
  </Step>

  <Step>
    <Card title="Define Metrics" href="/quickstarts/metrics" icon="chart-line">
      Measure sign-ups conversions, average purchase value, or other outcomes.
    </Card>
  </Step>

  <Step>
    <Card title="Create an Experiment" href="/quickstarts/experiment" icon="flask">
      Test variants like `Register` vs. `Join Now`.
    </Card>
  </Step>
</Steps>

## Next Steps

New to feature flags? Start with [Key Concepts](/getting-started/key-concepts) for the basics.
