# 入门指南

Soulver 是一个用于解决涉及计算问题的笔记工具。

将计算输入到文本区域，其答案将显示在右侧的 **答案列** 中：

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

6月12日 + 3 周          | 7月3日
7:45am - 4:20pm      | 8 小时 35 分钟
Chicago 的时间          | 晚上 7:45

100 EUR in USD       | US$109.74
$30/天换算为年收入      | $10,957.28/年
```

每当您更改一行文本，其答案都会自动重新计算（无需按等号）。

#### 混合文字与计算

Soulver 允许您为计算添加上下文，以便日后能理解其含义。

```
$19 早餐 + $22 网约车费    | $41.00
```

如果您希望 Soulver 忽略文本中的某些数字，请使用 [注释](/zh/yu-fa-can-kao/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/zh/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.
