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

# Set Up a Flag

> Get up and running with FlagSync in minutes.

## Creating Your First Feature Flag

<Steps>
  <Step title="Sign Up / Log In">
    Go to [flagsync.com](https://flagsync.com) and sign in or start your 14-day free trial.
  </Step>

  <Step title="Add a Flag">
    In the Dashboard, click "+" next to **Feature Flags** or go to [Create a Flag](https://www.flagsync.com/dashboard/flags/new/).
  </Step>

  <Step title="Set It Up">
    * Name: `New Feature`
    * Type: `Boolean`
    * Variants: `Enabled` and `Disabled`

    <Frame>
      <img alt="Flag creation form filled out" src="https://mintcdn.com/flagsync/dTCxWdoh9aH45uVC/images/flag-create.webp?fit=max&auto=format&n=dTCxWdoh9aH45uVC&q=85&s=6e1b296b19b7c903a00b5a83128b09f5" width="1172" height="1224" data-path="images/flag-create.webp" />
    </Frame>
  </Step>

  <Step title="Save It">
    Click "Create Flag" to save.
  </Step>

  <Step title="Toggle It On">
    From the **New Feature** flag page, switch on the flag to serve the `Enabled` variant.

    <Frame>
      <img alt="Flag creation form filled out" src="https://mintcdn.com/flagsync/dTCxWdoh9aH45uVC/images/flag-toggle.webp?fit=max&auto=format&n=dTCxWdoh9aH45uVC&q=85&s=5686f9ab26a9c1b9e875ae375fb8fc3d" width="920" height="975" data-path="images/flag-toggle.webp" />
    </Frame>
  </Step>
</Steps>

## Next Steps

Your flag is set—now bring it into your app:

* Add it with [Quickstart: Integrate the SDK](/quickstarts/sdk).
* Explore [User Segments](/flags/targeting-and-rollouts#user-segments) for targeted rollouts.
* Try [Percentage Rollouts](/flags/targeting-and-rollouts#percentage-rollouts) for gradual releases.
