> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/tab-wiki/core-features.md).

# 核心功能

- [TAB 后缀对齐](https://docs.superiormc.cn/tab-wiki/core-features/tab-hou-zhui-dui-qi.md)
- [名称标签下方](https://docs.superiormc.cn/tab-wiki/core-features/ming-cheng-biao-qian-xia-fang.md)
- [Boss 条](https://docs.superiormc.cn/tab-wiki/core-features/boss-tiao.md)
- [共用玩家列表](https://docs.superiormc.cn/tab-wiki/core-features/gong-yong-wan-jia-lie-biao.md)
- [TAB 的顶部和底部](https://docs.superiormc.cn/tab-wiki/core-features/tab-de-ding-bu-he-di-bu.md)
- [布局](https://docs.superiormc.cn/tab-wiki/core-features/bu-ju.md)
- [名称标签](https://docs.superiormc.cn/tab-wiki/core-features/ming-cheng-biao-qian.md)
- [排列](https://docs.superiormc.cn/tab-wiki/core-features/pai-lie.md)
- [各世界玩家列表](https://docs.superiormc.cn/tab-wiki/core-features/ge-shi-jie-wan-jia-lie-biao.md)
- [宠物名称修复](https://docs.superiormc.cn/tab-wiki/core-features/chong-wu-ming-cheng-xiu-fu.md)
- [Ping 伪装](https://docs.superiormc.cn/tab-wiki/core-features/ping-wei-zhuang.md)
- [计分板](https://docs.superiormc.cn/tab-wiki/core-features/ji-fen-ban.md)
- [旁观者修复](https://docs.superiormc.cn/tab-wiki/core-features/pang-guan-zhe-xiu-fu.md)
- [TAB 列表名称样式](https://docs.superiormc.cn/tab-wiki/core-features/tab-lie-biao-ming-cheng-yang-shi.md)
- [黄色数字](https://docs.superiormc.cn/tab-wiki/core-features/huang-se-shu-zi.md)
- [无限制名称标签模式](https://docs.superiormc.cn/tab-wiki/core-features/wu-xian-zhi-ming-cheng-biao-qian-mo-shi.md)


---

# 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.superiormc.cn/tab-wiki/core-features.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.
