# 금액 및 금융

Soulver는 투자, 대출, 세금 및 인플레이션에 대한 금융 기능을 포함합니다.

* [복리 및 투자](/ko/undefined/money-and-finance/investments.md) — 미래 가치, 이자 수익 및 투자 성장 계산
* [모기지/대출 상환](/ko/undefined/money-and-finance/mortgages.md) — 대출에 대한 월별 상환액 및 총 이자 계산
* [판매세](/ko/undefined/money-and-finance/sales-tax.md) — 판매세(GST, VAT 등) 추가, 제거 및 추출
* [인플레이션 계산](/ko/undefined/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/ko/undefined/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.
