> For the complete documentation index, see [llms.txt](https://easonwang.gitbook.io/web_advance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easonwang.gitbook.io/web_advance/she-ding-feature-flag.md).

# 設定 feature flag

當有些功能需要在特定場景才開放，並且可由產品等非設計人員進行設置，可以使用以下服務。

{% embed url="<https://docs.launchdarkly.com/sdk/client-side/javascript>" %}

![](/files/-MOnlLjkcFilI9l9SCtd)

設定好之後記得要 SDK 打勾

![](/files/-MOnlQBXxgEV5DodREgK)

之後再平台的 flag 設置開關後網頁顯示也會跟著改變。
