# Set up expandable blocks

**Expandable blocks** are collapsible sections that can be opened and closed with a tap. They are useful when you want to **group multiple texts or card decks** together.

## Adding an Expandable Block

Click the "Add Phase" or "Add Text" button, or click the "⋮" symbol and select "Insert Before/After." Then, choose the expandable block option.

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

## Adding Content to an Expandable Block

Click the arrow on the right side of the added expandable block to make it point downwards and open the block.

Click the "Add" button to insert your desired widgets. You can add **text, images, dividers, dialogue, card decks, or additional nested expandable blocks**.

To move items in and out of the expandable block, drag them as needed. For larger text boxes or content that doesn't move easily, you may need to use copy and paste.

The image below shows an example where a card deck has been added. This is useful for grouping multiple investigation areas or categorizing content. During actual gameplay, tapping the arrow will open the block as shown on the right.

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

## Layered Structure

You can add **more than two layers** of expandable blocks.

This is useful when dealing with long character texts that show actions by time and you want to separate them into blocks by time.

You can also apply [display conditions](/en/advanced/text-customize.md) for each layer or text.

<figure><img src="/files/vBGod7Wht31U1qFvqiPS" 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/expansionwidget.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.
