> For the complete documentation index, see [llms.txt](https://labelplus.gitbook.io/labelplus_help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://labelplus.gitbook.io/labelplus_help/jin-jie-she-zhi.md).

# 进阶设置

修改根目录下\`labelplus\_config.xml\`文件可以修改一些默认设置.

## 修改默认分组信息

编辑labelplus\_config.xml，GroupDefine中的项目

可更改分组项目的名称和RGB颜色

请确保：存在Name的Group项目连续，且第一个Group项的Name不为空

## 修改QuickText功能(快速输入)项目

编辑labelplus\_config.xml，QuickText中的项目

Text为文本，Key为快捷键

## 修改输入模式下 图片自动跳转功能中标签的位置

编辑SetLabelVisualRatio的内容 , 两个数字分别为x轴、y轴比例，以半角逗号隔开，0\<x,y<1 .

如"0.5,0.4",标签将会出现在中心偏上的位置.


---

# 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://labelplus.gitbook.io/labelplus_help/jin-jie-she-zhi.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.
