# 行参照

Soulverを使用すると、スプレッドシートのように、計算で以前の行の回答を参照できます。

過去の行を編集し直すと、それを参照しているすべての行が自動的に再計算されます。

#### 以前の行を参照する方法：

1. 参照したい行の回答をドラッグします。

<div align="left"><img src="/files/q22RvfLL8TiOiPupqpWr" alt="以前の行をドラッグして行参照を作成する"></div>

{% hint style="info" %}
回答をダブルクリックするだけで、参照を挿入することもできます。
{% endhint %}

2. 改行して新しい行を開始した後、演算子（+など）を入力します。

<div align="left"><img src="/files/oOoumqOhkVpuN3PjuCs1" alt="改行後に演算子を入力して行参照を作成する。"></div>

キーボードショートカットの ⌘\ を使用して、前の行を参照することもできます。

{% hint style="warning" %}
注意：現在の行より**上の**行のみを参照できます。
{% endhint %}

{% hint style="info" %}
参照を無効にしたいが、式を現在の状態で保持したい場合は、参照を右クリックし、「リンク解除 (Unlink)」を選択できます。
{% endhint %}


---

# 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/ja/documentation/line-references.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.
