# 시작하기

Soulver는 계산이 필요한 문제를 풀어보는 노트입니다.

텍스트 영역에 계산식을 입력하면 오른쪽의 **답변 열**에 그 답이 나타납니다:

```
3 × 3                                | 9
120 + 30%                            | 156
30% of 700                           | 210

6월 12일 + 3주                    | 7월 3일
오전 7:45 - 오후 4:20               | 8시간 35분
Chicago의 시간                      | 오후 7:45

100 EUR in USD                       | US$109.74
하루에 $30은 연간 얼마인가              | $10,957.28/year
```

텍스트 줄을 변경할 때마다 답변이 자동으로 재계산됩니다 (등호 키 누를 필요 없음).

#### 단어와 계산 혼합하기

Soulver를 사용하면 계산에 맥락을 추가하여 나중에 이해하기 쉽게 만들 수 있습니다.

```
$19 (아침 식사) + $22 (우버)                    | $41.00
```

Soulver가 텍스트의 특정 숫자를 무시하게 하려면 [주석](/ko/undefined/headings-and-comments.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/documentation/getting-started.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.
