> For the complete documentation index, see [llms.txt](https://wiki.boba.cat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.boba.cat/you-xi-cai-dan/you-xi-cai-dan-jie-shao/ji-chu-zi-liao-bang-zhu.md).

# 基础资料帮助

```
  '7':
    display:
      mats: book
      name:
      - '&e&l基础指令帮助'
      lore:
      - '&b左键 &a➥ &c指令帮助'
      - '&b右键 &a➥ &c打开官网'
      - '&e如果有任何问题请查看服务器官网'
      - '&6网址:www.boba.cat'
      - '&6QQ群:1042115959'
    actions:
      left:
      - close
      - 'tell: &6基础指令帮助:'
      - 'tell: &6/msg &f[玩家名] [内容] &e私密聊天'
      - 'tell: &6/tpa &f[玩家名] &e请求传送到一个玩家身边'
      - 'tell: &6/back &e返回到上一传送点'
      - 'tell: &6/sethome &f[名字] &e设置一个家'
      - 'tell: &6/home &f[名字] &e传送到一个家'
      - 'tell: &6/delhome &f[名字] &e删除一个家'
      - 'tell: &6/spawn &e传送到主城'
      - 'tell: &6/pay &f[玩家名] [金额] &e给玩家转账(猫猫币)'
      - 'tell: &6/btc transfer &f[玩家名] [金额] &e给玩家转账(比特币)'
      - 'tell: &6/baltop &e查询猫猫币排行榜'
      - 'tell: &6/btc top &e查询比特币排行榜'
      - 'tell: &6/cd或/menu &e打开服务器菜单'
      - 'tell: &6/kit cd &e获取服务器菜单'
      - 'tell: &6/fhb add &e发红包'
      - 'tell: &6/pw &e公用坐标'
      - 'tell: &6/qs &e箱子商店系统'
      - 'tell: &6/lock help &e箱子锁系统帮助'
      - 'tell: &6/wt &e显示目前注视的方块名称'
      right:
      - close
      - 'tell: &6请点击网址打开'
      - 'tell: &ehttps://boba.cat/'
```

详情lore，欢迎各位提出建议。


---

# 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://wiki.boba.cat/you-xi-cai-dan/you-xi-cai-dan-jie-shao/ji-chu-zi-liao-bang-zhu.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.
