# 节点旗帜配置

<figure><img src="/files/8qDKXaIIlIhPYinOxwBO" alt=""><figcaption><p>节点状态</p></figcaption></figure>

### 1. 修改后台节点名称

在原来的节点名称前增加 **旗帜emoji+空格**，emoji在 <https://flagpedia.asia/emoji> 直接复制。

<figure><img src="/files/KH0GDGhORaRcGTQQMybF" alt=""><figcaption><p>节点名称</p></figcaption></figure>

### 2. 在config.json node 增加需要使用的旗帜

`label` ：直接复制上面网站中 `emoji`。

`value`：手动输入emoji的小写字母。

```json
"node":  [
        {
            "label": "🇭🇰",
            "value": "hk"
        },{
            "label": "🇸🇬",
            "value": "sg"
        },{
            "label": "🇯🇵",
            "value": "jp"
        },{
            "label": "🇺🇸",
            "value": "us"
        },{
            "label": "🇨🇳",
            "value": "cn"
        },{
            "label": "🇬🇧",
            "value": "gb"
        },{
            "label": "🇰🇷",
            "value": "kr"
        },{
            "label": "🇦🇺",
            "value": "au"
        }
]
```


---

# 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://linkis-organization.gitbook.io/v2boar-zero-theme/shi-yong-jiao-cheng/jie-dian-qi-zhi-pei-zhi.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.
