> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/jp/tasuku.md).

# タスク

- [モデル生成](https://docs.theseaai.com/main/jp/tasuku/model.md): 画像をゼロから生成したり、既存画像を編集したりするためのプロンプトを作成します。
- [解像度](https://docs.theseaai.com/main/jp/tasuku/resolution.md): より速く試行するための1K出力か、より高解像度の結果を得るための2K出力を選べます。
- [角度](https://docs.theseaai.com/main/jp/tasuku/angle.md): 1枚の画像から、一貫性のある新しい製品アングルを生成します。Quick Modeではプリセットの角度を作成し、Precise Modeでは水平・垂直の回転を制御して、正確なフレームを選べます。
- [ライト](https://docs.theseaai.com/main/jp/tasuku/light.md): キャンバス上でシーンのライティングを直接調整できます。Lightでは、方向・強さ・配置を調整して、製品を自然に環境になじませられます。
- [ブレンド](https://docs.theseaai.com/main/jp/tasuku/blend.md): 1回の生成ステップで、製品を背景に自然に配置します。ライティング、影、素材の相互作用を自動で調整し、2つの画像を一貫したシーンとしてまとめます。
- [レタッチ](https://docs.theseaai.com/main/jp/tasuku/retatchi.md): 1回の生成ステップで自動画像補正を適用します。Retouchは、構図を保ちながら、ライティング、色のバランス、形状、表面ディテール、髪、背景の清潔さを調整します。
- [削除](https://docs.theseaai.com/main/jp/tasuku/remove.md): Removeは、画像内の不要な要素を取り除きます。削除したいもの（製品、背景、ラベルなど）を選択すると、きれいな結果を生成できます。
- [抽出](https://docs.theseaai.com/main/jp/tasuku/extract.md): Extractを使うと、画像やシーンから特定の要素を切り出せます。抽出した要素は再利用可能なレイヤーになり、位置変更、再構成、他のシーンでの利用ができます。
- [拡張](https://docs.theseaai.com/main/jp/tasuku/kuo-zhang.md): 1回の生成ステップで、画像を元の境界の外側まで拡張します。Expandでは、見た目の一貫性を保ちながら、アスペクト比や配置を調整できます。
- [Upscale](https://docs.theseaai.com/main/jp/tasuku/upscale.md): 解像度を上げながら、ディテールと質感を強化します。Upscaleは、元の構図を保ったまま、シーンの高解像度版を生成します。
- [コンボ](https://docs.theseaai.com/main/jp/tasuku/combo.md): 製品、テキストプロンプト、画像参照を1つのシーンで組み合わせます。変更を加える場所を指定する指示を、キャンバス上に直接配置できます。
- [複製](https://docs.theseaai.com/main/jp/tasuku/fu-zhi.md): 背景、ライティング、構図の完全な一貫性を保ちながら、最大8つの異なるSKUを使ってビジュアルの見た目を再現します。


---

# 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.theseaai.com/main/jp/tasuku.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.
