> For the complete documentation index, see [llms.txt](https://tofucat-docs.bruh0422.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tofucat-docs.bruh0422.xyz/terms-of-service.md).

# 服務條款

本文提及的 "服務" 是指機器人、網站及其他產品。\
本文提及的 "我們" 是指豆腐貓咪開發團隊。

1. 總覽
   1. 請遵守 [Discord ToS](https://discord.com/terms)。
   2. 您不得使用任何不正當手段使用我們的服務，包括但不限於自動程式、短時間大量重複使用指令、阻斷式攻擊 (DoS) 等。
2. 經濟系統
   1. 若發現您使用不正當的手段進行遊戲，您的帳號可能會被封禁，您使用 [=account](/setting/account.md) 指令加入的其他帳號也可能會被連帶封禁，情節嚴重者會刪除資料。
   2. 如果遇到會影響所有使用者利益的程式錯誤，則會將所有玩家的資料恢復至最近一次的存檔。
3. 資料刪除申請
   1. 當您不繼續使用我們提供的服務後，可以使用我們提供的聯絡方式提出資料刪除申請。
   2. 除非法律要求，我們絕不會將您的資料提供給第三方。
4. 不可抗力因素
   1. 當資料遇到不可抗力因素而損毀時 (例如硬碟故障、停電、天然災害)，我們將恢復至最近的存檔。
   2. 我們不承擔任何因不可抗力因素而造成的損失或損害。
5. 其他條款
   1. 我們保留隨時更改、修改、增加或刪除任何條款的權利。
   2. 您使用本機器人即視為已接受本條款，並同意遵守相關法律。


---

# 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://tofucat-docs.bruh0422.xyz/terms-of-service.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.
