# 實用

- [詢問機器人](https://tofucat-docs.bruh0422.xyz/useful/ask.md)
- [顯示用戶頭貼](https://tofucat-docs.bruh0422.xyz/useful/avatar.md)
- [Base64 編解碼](https://tofucat-docs.bruh0422.xyz/useful/base64.md)
- [顯示機器人資訊](https://tofucat-docs.bruh0422.xyz/useful/botinfo.md)
- [日期天數差計算](https://tofucat-docs.bruh0422.xyz/useful/date.md)
- [查詢天然災害停止上班及上課情形](https://tofucat-docs.bruh0422.xyz/useful/dayoff.md)
- [動態語音頻道](https://tofucat-docs.bruh0422.xyz/useful/dvc.md)
- [傳送嵌入訊息](https://tofucat-docs.bruh0422.xyz/useful/embed.md)
- [輸出表情符號](https://tofucat-docs.bruh0422.xyz/useful/emoji.md)
- [抽獎](https://tofucat-docs.bruh0422.xyz/useful/giveaway.md)
- [查看最近編輯/刪除的訊息](https://tofucat-docs.bruh0422.xyz/useful/history.md)
- [顯示用戶 ID](https://tofucat-docs.bruh0422.xyz/useful/id.md)
- [顯示各種連結](https://tofucat-docs.bruh0422.xyz/useful/link.md)
- [顯示語音頻道紀錄](https://tofucat-docs.bruh0422.xyz/useful/log.md)
- [輸出最近的對話紀錄](https://tofucat-docs.bruh0422.xyz/useful/output.md)
- [顯示伺服器資訊](https://tofucat-docs.bruh0422.xyz/useful/serverinfo.md)
- [顯示目前在聽的音樂資訊](https://tofucat-docs.bruh0422.xyz/useful/spotify.md)
- [提供建議](https://tofucat-docs.bruh0422.xyz/useful/suggest.md)
- [私人頻道系統](https://tofucat-docs.bruh0422.xyz/useful/ticket.md)
- [顯示目前時間](https://tofucat-docs.bruh0422.xyz/useful/time.md)
- [回到頻道最頂端](https://tofucat-docs.bruh0422.xyz/useful/top.md)
- [顯示用戶資訊](https://tofucat-docs.bruh0422.xyz/useful/userinfo.md)
- [發起投票](https://tofucat-docs.bruh0422.xyz/useful/vote.md)
- [字數統計](https://tofucat-docs.bruh0422.xyz/useful/wordcount.md)


---

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