> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/zh/documentation/getting-started.md).

# 入门指南

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)。
