> For the complete documentation index, see [llms.txt](https://docs.studio.uzu-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.uzu-app.com/advanced/image-script.md).

# 読み合わせ中に画像を挿入したい

基本フェーズ内の共通画面や個別に配布するテキストと同じように、読み合わせフェーズでも画像を挿入することができます。

<figure><img src="/files/E9P0F5h1atIeGH6Omdvx" alt="" width="252"><figcaption></figcaption></figure>

①読み合わせフェーズを作成します

②追加ボタンでデフォルトの地の文を追加します

③画像に変えたいボックスの右側にあるマークをクリックします

④出てきたメニューで「画像」を選択します

⑤画像用のボックスに変わるので挿入したい画像を選択します

⑥画像をクリックすると、拡大率や配置など詳細な設定ができます

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.studio.uzu-app.com/advanced/image-script.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
