# Incorporating an investigation phase

By combining a voting phase with clue distribution, you can create an investigation phase.

For investigations using decks, please refer to [this page](/en/basic-features/decks.md).

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

\\

## ① Creating the Phase

From the phase list, click "Add Phase" and select the "Voting" phase.

Within the voting phase you created, set the options for investigation locations.

Since multiple players investigating the same location reduces the number of clues they can gather, it’s advisable to allow players to view which locations others have voted for.

\\

Additionally, by clicking "Prohibit duplicate votes for this option" under "Selection Conditions," you can prevent more than one player from voting for the same option. This is effective when you want each player to investigate different locations without overlap.

During gameplay, the options chosen by others will appear dimmed on the screens of the remaining players.

*Note: Currently, "Prohibit duplicate votes for this option" cannot be combined with other conditions using "and" or "or."*

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

\\

## ② Creating Clues

From the clue list, click "Add New" and create clues corresponding to the investigation locations set in step ①.

Set up the clue distribution for each player as follows:

| Item                    | Content                                                | Details                                                                                                                                   |
| ----------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Condition 1 (if needed) | Phase Progress・When ○○ starts                          | This is the phase where clues will be distributed. It’s best to use the last of the consecutive voting phases or the discussion phase.    |
| Condition 2             | Voting Action・When ○○ voted for △△ in the voting phase | Set the condition that a specific character has voted for the corresponding investigation location in the voting phase created in step ①. |
| Distribution Method     | Transfer ownership in an unpublished state             | －                                                                                                                                         |
| Distribution Target     | Select a character                                     | Match this to the character from Condition 2.                                                                                             |

\\

For conditions like public display, sharing, or transfer, it’s a good idea to set the discussion phase under "Phase Progress・When ○○ starts."


---

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