# 下方類別預算有減少的時候，為什麼上面的總預算不會跟著連動

因為考慮到有些使用者做了月度總預算後，並不想對全部類別做細分預算,

所以**上方的月度總預算**可以 **>= 下方各類別預算的加總金額**。\
也就是說，

1. 下方各類別預算的加總金額 > 上方的月度總預算時，上方的月度總預算會連動為各類別預算的加總金額。
2. 下方各類別預算的加總金額 < 上方的月度總預算時，上方月度總預算就不連動了。


---

# 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://tiantianjizhang-tw-faq-a.swalloworkstudio.com/xia-fang-lei-bie-yu-suan-you-jian-shao-de-shi-hou-wei-shen-mo-shang-mian-de-zong-yu-suan-bu-hui-gen.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.
