# Configcat - Global config setting

![](/files/-M2ys_54msQxGBitP7PS)

官方說明：

> ConfigCat is a feature flag and configuration management service. Providing a nice user interface where you can change the configuration of your application on the fly.

Global config setting在我工作上很常用到，主要的目的是：**希望不需透過更改Code，來控制一些參數**。

比如說：

你的主管想要測試網站字體大小，你可以把這個自體大小設定儲存在Config cat上，這樣你只要給你的主管Config cat網站，他就能夠很快的自己做字體調整，你就不用重新部署你的網站了。

{% hint style="info" %}
[`我的簡單範例`](https://github.com/owen31302/ConfigCatExample)
{% endhint %}

使用起來非常簡單，請見下圖：

![](/files/-M2yuq280GEbl5ZK-WIR)


---

# 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://owen31302.gitbook.io/github-education/configcat-global-config-setting.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.
