> 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/feature-flags.md).

# 기능 플래그 소개

운영 환경에 코드를 배포하면 바로 관련 기능이 사용자에게 보이게 됩니다.\
기능 플래그를 사용하면 배포와 출시를 분리하여 기능의 전체 수명 주기를 관리할 수 있습니다.

{% hint style="success" %}
배포한 기능을 바로 사용자에게 보여주지 않고 지정한 인원만 접근하게 하여 운영 환경에서 테스트할 수 있습니다.
{% endhint %}

![](https://2738466581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLHRZjjknm5KdNgPtDsbl%2Fuploads%2Fgit-blob-1ef028684f834f9473928efee261a87e06c001b4%2F22eb818-Frame_18042_ade984031a63c1ce.png?alt=media)

{% hint style="info" %}
기능 플래그는 이런 팀에 필요합니다!

* 기능을 점진적으로 출시하고 싶은 기획자/PM/PO
* 기능 출시 전 특정 환경에서 테스트를 원하는 QA
* 시스템의 특정 기능을 켜고 끄면서 시스템의 기능을 관리하고 제어하고 싶은 시스템 관리자
  {% endhint %}

{% hint style="success" %}
기능 플래그는 개발자에게 가장 추천하는 기능이지만, 개발자 만을 위한 기능이 아닙니다.

이외에도 여러 직군이 널리 사용할 수 있습니다.
{% endhint %}

### 활용 예시

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-rocket">:rocket:</i><br><strong>기능 출시 관리</strong><br>기능 플래그의 개념과 필요한 이유를 알아봅니다.</td><td><a href="https://hackle.io/ko/post/intro-to-feature-flag-1/">https://hackle.io/ko/post/intro-to-feature-flag-1/</a></td></tr><tr><td><i class="fa-chart-line">:chart-line:</i><br><strong>점진적 출시</strong><br>기능 플래그의 활용 방식과 운영 방법을 살펴봅니다.</td><td><a href="https://hackle.io/ko/post/intro-to-feature-flag-2/">https://hackle.io/ko/post/intro-to-feature-flag-2/</a></td></tr><tr><td><i class="fa-shield-halved">:shield-halved:</i><br><strong>시스템 안정성 관리</strong><br>기능 플래그를 안전하게 관리하는 방법을 알아봅니다.</td><td><a href="https://hackle.io/ko/post/intro-to-feature-flag-3/">https://hackle.io/ko/post/intro-to-feature-flag-3/</a></td></tr><tr><td><i class="fa-gauge-high">:gauge-high:</i><br><strong>시스템 영향도 측정</strong><br>기능 변경이 시스템에 미치는 영향을 측정합니다.</td><td><a href="https://hackle.io/ko/post/ff-system-impact-measurement/">https://hackle.io/ko/post/ff-system-impact-measurement/</a></td></tr><tr><td><i class="fa-code-branch">:code-branch:</i><br><strong>블루-그린 배포</strong><br>기능 플래그를 활용한 블루-그린 배포 방식을 소개합니다.</td><td><a href="https://hackle.io/ko/post/blue-green-with-ff/">https://hackle.io/ko/post/blue-green-with-ff/</a></td></tr><tr><td><i class="fa-chart-column">:chart-column:</i><br><strong>비즈니스 영향도 측정</strong><br>기능 변경이 비즈니스 지표에 미치는 영향을 확인합니다.</td><td><a href="https://hackle.io/ko/post/ff-business-impact-measurement/">https://hackle.io/ko/post/ff-business-impact-measurement/</a></td></tr><tr><td><i class="fa-flask">:flask:</i><br><strong>베타 테스트</strong><br>제한된 사용자에게 기능을 먼저 제공하고 검증합니다.</td><td><a href="https://hackle.io/ko/post/ff-beta-test/">https://hackle.io/ko/post/ff-beta-test/</a></td></tr></tbody></table>


---

# 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/feature-flags.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.
