# 金钱与金融

Soulver 包含用于投资和贷款的财务函数。

* [复利与投资](/zh/yu-fa-can-kao/money-and-finance/investments.md) — 计算未来价值、赚取的利息和投资增长
* [抵押贷款/贷款还款](/zh/yu-fa-can-kao/money-and-finance/mortgages.md) — 计算贷款的月供和总利息
* [销售税](/zh/yu-fa-can-kao/money-and-finance/sales-tax.md) — 添加、移除和提取销售税（GST、VAT 等）
* [通货膨胀计算](/zh/yu-fa-can-kao/money-and-finance/inflation-calculations.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://documentation.soulver.app/zh/yu-fa-can-kao/money-and-finance.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.
