> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/feature-flag/create-and-configure/ff-create.md).

# 기능 플래그 생성하기

이 문서는 핵클 대시보드에서 새로운 기능 플래그를 생성하는 방법을 소개합니다.

{% hint style="info" %}
알아두세요

1. **기능 플래그는 운영 환경 및 개발 환경 모두 생성할 수 있습니다.**\
   운영 환경에서 생성한 기능 플래그는 개발 환경에도 동일하게 생성되며, 그 반대의 경우도 동일합니다.
2. **기존 기능 플래그를 복사해서 활용해보세요**\
   새로 만들 기능 플래그의 설정 내용이 기존에 생성한 기능 플래그와 동일하거나 유사한 경우 기존 기능 플래그를 복사해서 간편하게 새로운 기능 플래그를 생성할 수 있습니다.
   {% endhint %}

![사용 중인 기능 플래그 목록](https://2738466581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLHRZjjknm5KdNgPtDsbl%2Fuploads%2Fgit-blob-42113c5c317ee83da61be74b6cb75dff548f002e%2Fa47f88c-List_page_-__12306628855cbec7.png?alt=media)

{% stepper %}
{% step %}

### 생성하기 버튼 찾기

우측 상단의 **`+ 새 기능 플래그 생성하기`** 버튼을 클릭합니다.

![](https://2738466581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLHRZjjknm5KdNgPtDsbl%2Fuploads%2Fgit-blob-74f13cf0615067621aa6987b87768f514f4c9d97%2F4930602-FF_-_List_page_-__ca4f3e1ab1f6c5b2.png?alt=media)
{% endstep %}

{% step %}

### 정보 입력하기

생성 버튼을 클릭하면 다이얼로그가 나타납니다.

![](https://2738466581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLHRZjjknm5KdNgPtDsbl%2Fuploads%2Fgit-blob-0234d7afcb240d5b18da1e370d67d9533111316f%2Faba039b-FF_-__-__48413aaf5dd75a25.png?alt=media)

* 기능 플래그 이름은 필수입니다. 기능을 알기 쉽게 작성하세요.
* 기능 플래그 설명은 선택 항목입니다. 이름으로 부족한 정보를 작성하세요.
  {% endstep %}

{% step %}

### 기능 플래그 생성하기

**`생성하기`** 버튼을 클릭합니다.

기능 플래그가 즉시 생성됩니다. 상세 화면으로 이동합니다.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hackle.io/feature-flag/create-and-configure/ff-create.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
