# 구문 참조

- [일반](https://documentation.soulver.app/ko/undefined/general.md)
- [연산자](https://documentation.soulver.app/ko/undefined/general/operators.md)
- [반올림](https://documentation.soulver.app/ko/undefined/general/number-rounding.md)
- [평균 및 중앙값](https://documentation.soulver.app/ko/undefined/general/averages-and-median.md)
- [로그 및 제곱근](https://documentation.soulver.app/ko/undefined/general/logarithms-and-roots.md)
- [삼각법 및 상수](https://documentation.soulver.app/ko/undefined/general/trigonometry.md)
- [조건문](https://documentation.soulver.app/ko/undefined/general/conditionals-and-comparisons.md): 많은 프로그래밍 언어와 마찬가지로 Soulver는 조건문(때로는 "if문"이라고도 함)을 지원합니다.
- [기타](https://documentation.soulver.app/ko/undefined/general/general.md)
- [백분율](https://documentation.soulver.app/ko/undefined/percentages.md): 곱하는 것인지 나누는 것인지 누가 기억할 수 있을까요?
- [단위 및 변환](https://documentation.soulver.app/ko/undefined/units-and-conversions.md)
- [단위 변환](https://documentation.soulver.app/ko/undefined/units-and-conversions/units.md)
- [단위 참조](https://documentation.soulver.app/ko/undefined/units-and-conversions/unit-reference.md): Soulver는 200가지가 넘는 일반적인 측정 단위를 지원합니다.
- [통화 변환](https://documentation.soulver.app/ko/undefined/units-and-conversions/currencies.md)
- [통화 참조](https://documentation.soulver.app/ko/undefined/units-and-conversions/currency-reference.md): Soulver는 190개 이상의 실물 통화, 암호화폐 및 상품을 지원합니다
- [환율 계산](https://documentation.soulver.app/ko/undefined/units-and-conversions/rates.md): 최고 수준의 비율 처리 방법
- [요리 계산](https://documentation.soulver.app/ko/undefined/units-and-conversions/cooking-and-volume-calculations.md)
- [날짜](https://documentation.soulver.app/ko/undefined/dates.md)
- [달력 계산](https://documentation.soulver.app/ko/undefined/dates/dates-and-times.md): 달력에서 날짜를 세는 것은 이제 그만!
- [근무일 및 주중](https://documentation.soulver.app/ko/undefined/dates/workdays-and-weekdays.md)
- [타임스탬프 및 ISO8601](https://documentation.soulver.app/ko/undefined/dates/timestamps-and-iso8601.md)
- [시간](https://documentation.soulver.app/ko/undefined/time.md)
- [시간대 변환](https://documentation.soulver.app/ko/undefined/time/time-zones-and-cities.md)
- [시간 형식](https://documentation.soulver.app/ko/undefined/time/timespans-and-laptimes.md)
- [시계 시간 계산](https://documentation.soulver.app/ko/undefined/time/clock-time-calculations.md)
- [비디오 시간 코드 및 프레임 속도](https://documentation.soulver.app/ko/undefined/time/video-timecode-and-frame-rates.md)
- [금액 및 금융](https://documentation.soulver.app/ko/undefined/money-and-finance.md)
- [복리 및 투자](https://documentation.soulver.app/ko/undefined/money-and-finance/investments.md): 투자 및 복리 계산에 유용한 기능
- [모기지/대출 상환](https://documentation.soulver.app/ko/undefined/money-and-finance/mortgages.md): 은행 대출 상환에 유용한 기능
- [판매세](https://documentation.soulver.app/ko/undefined/money-and-finance/sales-tax.md): GST, VAT 등
- [인플레이션 계산](https://documentation.soulver.app/ko/undefined/money-and-finance/inflation-calculations.md)
- [진법 및 비트 단위](https://documentation.soulver.app/ko/undefined/bases-and-bitwise.md)
- [제목 및 주석](https://documentation.soulver.app/ko/undefined/headings-and-comments.md)
- [큰 숫자 기호](https://documentation.soulver.app/ko/undefined/large-number-symbols.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.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.
