# 想嵌入調查階段

透過結合投票階段和線索分配，可以實現調查階段。

關於使用牌堆進行調查，請參考[此頁面](/zh-tw/basic-features/decks.md)。

<figure><img src="/files/C6aoJenwAyQAKON8NTqQ" alt=""><figcaption></figcaption></figure>

\\

## ①創建階段

從階段列表中點擊「添加階段」，選擇「投票」階段。

在創建的投票階段中，設置調查地點的選項。

如果多個玩家調查同一地點，獲得的線索會減少，因此最好設置為可以查看每個人投票的地點。

\\

此外，點擊「選擇條件」中的「禁止重複投票此選項」，可以防止兩人以上投票給同一選項。這在希望每人調查一個不同地點時有效。

在遊戲畫面中，某人選擇的選項會在其他人的畫面上顯示為淡色。

※目前，「禁止重複投票此選項」無法與其他條件用「且」或「或」連接。

<figure><img src="/files/wvhoVEJT52mDKQHdnL6v" alt=""><figcaption></figcaption></figure>

\\

## ②創建線索

從線索列表中點擊「新建」，創建對應於①中設置的調查地點的線索。

將線索的分配設置為以下方式：

| 項目       | 內容                | 詳細                                           |
| -------- | ----------------- | -------------------------------------------- |
| 條件1（必要時） | 階段進行・○○已開始        | <p>這是分配線索的階段。<br>最好是連續的投票階段中最後一個階段或討論階段。</p> |
| 條件2      | 投票行動・○○在投票階段投票給△△ | 設置在①中創建的投票階段中，某角色投票給相應調查地點的條件。               |
| 分配方式　　   | 以未公開狀態轉移所有權       | －                                            |
| 分配對象     | 選擇角色              | 與條件2的角色一致。                                   |

\\

全體公開、共享、轉讓等條件可以在「階段進行・○○已開始」中指定討論階段。


---

# 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/investigation.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.
