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

# quickstart

> Interactive setup wizard for Flipt Git storage

```
flipt quickstart [flags]
```

## Synopsis

The `quickstart` command provides an interactive, text-based user interface wizard to help you configure Flipt v2 with Git storage and SCM integration.

The wizard guides you through:

* Selecting your SCM provider (GitHub, GitLab, Bitbucket, Azure DevOps, Gitea)
* Configuring Git repository storage settings
* Setting up authentication (Personal Access Token)
* Automatically updating your Flipt configuration file

## Options

```
      --config string   path to config file
  -h, --help            help for quickstart
```

## Examples

```bash theme={null}
flipt quickstart
flipt quickstart --config /path/to/config.yml
```

## More Info

See the [Quickstart](/v2/quickstart) section of the documentation for more information about getting started with Flipt v2.
