> 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-entry.md).

# 기능 플래그 진입하기

이 문서는 핵클 대시보드에서 기능 플래그 메뉴에 진입했을 때 만나는 화면을 소개합니다.

## 처음으로 진입하는 경우

기능 플래그를 생성한 적이 없는 경우, 대시보드의 기능 플래그 메뉴에 진입하면 아래와 같이 기능 플래그 소개 화면을 접할 수 있습니다.

![](/files/I7w55L3coX1rm3vfWEPR)

## 생성한 기능 플래그가 있는 경우

기능 플래그를 생성한 적이 있다면 기능 플래그 리스트를 확인할 수 있습니다.

![사용 중인 기능 플래그 목록](/files/O7OMnvqGI1nOslwNhJrt)

기능 플래그 목록은 다음과 같은 특징을 갖고 있습니다.

1. 기본적으로 사용 중인 기능 플래그 목록을 볼 수 있습니다.
2. 운영 환경과 개발 환경의 리스트는 동일합니다.
3. 개별 기능 플래그를 클릭할 경우 해당 기능 플래그의 상세 화면으로 이동합니다.

## 기능 플래그 목록 상세

![](/files/YmxItnBXCwdtjf9xCul4)

1. 사용 중인 기능 플래그: 목록 좌측 상단에 있는 드롭다운 메뉴를 클릭하여 **`사용 중인 기능 플래그`**&#xC640; **`보관된 기능 플래그`** 목록 중 원하는 목록을 볼 수 있습니다.
2. 상태: 해당 기능 플래그의 꺼짐 혹은 켜짐 상태를 보여줍니다.
3. 연동 상태: 해당 기능 플래그의 연동 상태를 보여주며, 세 가지 상태가 존재합니다. 툴팁에 언급된 **`이벤트`**&#xB294; "특정 사용자에게 해당 기능 플래그가 켜짐 상태인지 꺼짐 상태인지 여부를 조회함"을 의미합니다.
4. 생성일: 해당 기능 플래그를 생성한 날짜입니다.

아래에서 보관된 기능 플래그 목록의 예시를 볼 수 있습니다.\
더이상 사용하지 않는 기능 플래그의 목록이기 때문에 각종 상태는 보이지 않습니다.

![보관된 기능 플래그 목록](/files/KE7nz0RtytYTbtZa3Ebc)


---

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