> For the complete documentation index, see [llms.txt](https://doc.moze.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.moze.app/prepare/category/management.md).

# 類別管理

從底部導航列最右邊進入更多功能頁面，裡面的類別設定可以管理你現有的類別：

<img src="/files/H9dZpn1mya5uspJfRsBX" alt="從更多功能頁面進入類別設定" width="375">

&#x20;

<img src="/files/WMka5LLRhQDBY1ULbXKi" alt="內建支出主類別" width="375">

&#x20;

<img src="/files/yVxUfHyrPN51mAkvN5Nx" alt="內建飲食子類別" width="375">

## 不同記錄類型的類別 <a href="#record-types" id="record-types"></a>

類別頁面最上方分成**支出**、**收入**、**轉帳**、**應收款項**、**應付款項**和**系統**，代表不同的記錄類型。除了支出類別分成兩個層級（主類別和子類別）以外，其他記錄類型的類別都只有一層。因為絕大部分的記帳以支出為主，所以支出類別分得更細，比較好歸納。

<img src="/files/OumEfJiKIgBzF59jdkuV" alt="收入類別" width="375">

&#x20;

<img src="/files/kQEMubztLim6SlJZOfNW" alt="轉帳類別" width="375">

&#x20;

<img src="/files/pfZgjryNH4aylWhGv9wg" alt="應收類別" width="375">

&#x20;

<img src="/files/pqz3lsmjv9UYx9dqnCPu" alt="應付類別" width="375">

&#x20;

<img src="/files/9G9wq6bTdJOZB8szh7Eh" alt="系統類別" width="375">

特別說明一下：系統類別是給內建功能使用的，不能更改名稱或刪除，不過你可以變更類別的顏色和自訂圖示。

***

## 新增類別 <a href="#create" id="create"></a>

點擊右上角的「＋」即可新增類別，你可以自訂類別的圖示、名稱和顏色。

<img src="/files/5oU7YFl1lWjuUFsAJdKm" alt="" width="375">

***

## 定時整理你的類別清單 <a href="#update" id="update"></a>

類別不是建立好就不用再修改。隨著生活方式改變，你的開銷習慣也可能跟著變，建議每三個月檢視一次類別清單，適時做些調整，記帳會更準確。

MOZE 提供了一些小功能，方便你整理類別清單，這邊簡單說明：

<img src="/files/-MF-SZmToZn603PGbLPy" alt="" width="375">

### 搬移 <a href="#move" id="move"></a>

把這個子類別搬移到其他主類別下。

### 合併 <a href="#combine" id="combine"></a>

將兩個子類別合併成一個。

### 刪除 <a href="#delete" id="delete"></a>

完全用不到的類別，可以從這邊直接刪除；但如果先前用這個類別記錄過，相關記錄會一併被刪除，建議改用**合併**功能把它歸進其他類別。

### 隱藏 <a href="#hide" id="hide"></a>

把目前用不到的類別先暫時隱藏起來，記帳時就不會出現。

### 排序 <a href="#sort" id="sort"></a>

這邊的順序會影響記帳時類別的排列順序，建議把常用的放在前面。

## 小結 <a href="#conclusion" id="conclusion"></a>

完成**帳戶**和**類別**的建置後，你就可以開始學習記帳的基本元素：

{% content-ref url="/pages/-MCk\_uW9xpV42gK9vnDO" %}
[記帳欄位介紹](/record/introduction.md)
{% endcontent-ref %}

如果你已經是有記帳經驗的用戶，可以繼續閱讀下一個進階章節，瞭解**專案**的用途。


---

# 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://doc.moze.app/prepare/category/management.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.
