# 查看帳號

用法 `=account/acc [編號]`\
\
輸入編號後可快速切換帳號。編號順序從 1 開始，第一頁為 1\~10，第二頁為 11\~20，以此類推。

{% hint style="warning" %}
此功能只是為了方便使用者在經濟系統等功能中快速切換帳號，而不是用來當作共享帳號的管道。如果將帳號共享給他人而對方帳號被凍結，你可能會被連帶凍結帳號，我方不會處理此情形的任何解除凍結申請。
{% endhint %}

{% tabs %}
{% tab title="新增帳號" %}
用法 `=account/acc add <帳號>`
{% endtab %}

{% tab title="移除帳號" %}
用法 `=account/acc delete/del <帳號> [移除目標]`
{% endtab %}

{% tab title="排序帳號" %}
用法 `=account/acc sort [編號]`\
\
如果未輸入編號，機器人會給你一個檔案，直接編輯檔案內的帳號順序並上傳即可。也可以選擇輸入編號，下方區塊為輸入編號之說明。

***

{% hint style="info" %}
此區塊為輸入編號之說明。
{% endhint %}

例如我現在有五個帳號，想照以下的規則排序：

```
a, b, c, d, e 
```

變成：

```
c, a, e, b, d
```

則我需要輸入 `=acc sort 2 4 1 5 3`，簡單來說就是輸入那個帳號要移動到的位置。
{% endtab %}
{% endtabs %}


---

# 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/setting/account.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.
