# Change displayed content based on character

By using this feature, you can create a mechanism where only characters that meet specific conditions can see additional information.

Currently, this feature can be used in the following sections:

* Text/Actions/Decks in the "Phase Content" of the Basic Phase
* Text in the Text Tab
* Text in "Clue Details" of Clues

In this example, we'll change the text in the clue details based on specific conditions.

### ① Create the Text

In "Clue Details," create the text you want to show conditionally. In this example, we will conditionally show or hide the red text.

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

### ② Restrict Display Conditions

First, follow the steps below to set the condition restrictions.

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

A dialog for setting conditions will appear, allowing you to configure any conditions.

For detailed information on setting conditions, see [this guide](/en/basic-features/condition.md).

<figure><img src="/files/2k3Od6KxDln9oEciBHLb" alt=""><figcaption></figcaption></figure>

After setting the conditions, click "Save." The text display will now change according to the display conditions.

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

Let's test the functionality. The same clue now displays different text depending on the character.

<figure><img src="/files/To2epHX2ByszxYRLOefD" alt=""><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/en/advanced/text-customize.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.
