# 在所有人的調查完成前進入下一步時設置救濟階段

在無法返回前一階段的UZU STUDIO中，如果在尚未取得所有線索的情況下進入下一步，可能會導致缺少必要的信息。

為了避免這種情況，我們介紹一種設置救濟階段的方法，以防忘記調查或調查未完成。

## 模式1：必須經過救濟階段

難度：低

<figure><img src="/files/EZ07BRCbXKGdyI4rTKHL" alt="" width="563"><figcaption></figcaption></figure>

①創建一個設置了調查說明和牌堆等的調查階段。

②複製該調查階段，作為救濟用的階段。可以添加類似於「如果在之前的階段調查尚未完成，請在此處取得線索」的句子（寫法自由）。

③將原本的調查階段和救濟用的階段按照圖示連續排列並連接即可完成。

## 模式2：只有在調查不完整時才進入救濟階段

難度：中～高

<figure><img src="/files/LWnV7laugO8XseWUgAk9" alt="" width="563"><figcaption></figcaption></figure>

①創建一個設置了調查說明和牌堆等的調查階段。

②複製該調查階段，作為救濟用的階段。可以添加類似於「似乎有人尚未完成調查。請在此處取得線索」的句子（寫法自由）。

③將調查階段與下一階段（圖中為討論1）正常連接。

④滿足條件時，先繞道進入救濟階段，再進入下一階段（圖中為討論1）。

⑤作為進入救濟階段的條件，設置「調查未完成時（例如未持有線索）」即可完成。

<figure><img src="/files/ABLSgVmC2gTesZI2Iynb" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://docs.studio.uzu-app.com/zh-tw/advanced/chosakyusai.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.
