# 기능 플래그

- [기능 플래그 소개](https://docs.hackle.io/feature-flag/feature-flags.md)
- [기능 플래그 설계하기](https://docs.hackle.io/feature-flag/ff-design.md)
- [기능 플래그 생성 및 설정](https://docs.hackle.io/feature-flag/create-and-configure.md)
- [기능 플래그 진입하기](https://docs.hackle.io/feature-flag/create-and-configure/ff-entry.md)
- [기능 플래그 생성하기](https://docs.hackle.io/feature-flag/create-and-configure/ff-create.md)
- [기능 플래그 상세 화면](https://docs.hackle.io/feature-flag/create-and-configure/ff-detail.md)
- [사용자 타겟팅](https://docs.hackle.io/feature-flag/create-and-configure/ff-targeting.md)
- [파라미터 설정](https://docs.hackle.io/feature-flag/create-and-configure/parameter-settings.md)
- [기능 플래그 예약하기](https://docs.hackle.io/feature-flag/create-and-configure/feature-flag-scheduling.md)
- [(작성중) 기능 플래그 상세 화면](https://docs.hackle.io/feature-flag/ff-sdp-editing.md)
- [기능 플래그 데이터 분석](https://docs.hackle.io/feature-flag/ff-analysis.md)


---

# Agent Instructions: 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:

```
GET https://docs.hackle.io/feature-flag.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
