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

# 基本

- [インペインティングとアウトペインティング](https://morphic.com/docs/jp/ji-ben/inpainting-and-outpainting.md)
- [インペインティング](https://morphic.com/docs/jp/ji-ben/inpainting-and-outpainting/inpainting.md): Morphic のインペインティングを使うと、プロンプトを使って画像の特定部分を狙って編集できます。画像全体に影響を与えずに、部分の調整、置き換え、強化を行うのに最適です。
- [画像アウトペインティング](https://morphic.com/docs/jp/ji-ben/inpainting-and-outpainting/image-outpainting.md): Morphic のアウトペインティングを使うと、プロンプトを使って画像を元のフレームの外側まで拡張し、既存のシーンに続くシームレスな追加部分を生成できます。
- [動画アウトペインティング](https://morphic.com/docs/jp/ji-ben/inpainting-and-outpainting/video-outpainting.md): Morphic のアウトペインティングを使うと、プロンプトを使って動画を元のフレームの外側まで拡張し、既存のシーンに続くシームレスな追加部分を生成できます。
- [レイヤー](https://morphic.com/docs/jp/ji-ben/layers.md)
- [スマート選択](https://morphic.com/docs/jp/ji-ben/layers/smart-select.md): Smart Select を使うと、Morphic 上のフレームからキャラクターやオブジェクトなどの主要要素をすばやく検出し、レイヤー化できます。
- [ポイント選択](https://morphic.com/docs/jp/ji-ben/layers/manual-segmentation.md): Morphic のポイント選択では、含めるポイントと除外するポイントを使って、フレーム内のキャラクターやオブジェクトなどの主要要素を手動で分離できます。
- [モデル](https://morphic.com/docs/jp/ji-ben/models.md)
- [モデルを学習する](https://morphic.com/docs/jp/ji-ben/models/train-a-model.md): Morphic のモデル機能では、ビジュアルコンセプト（キャラクター、スタイル、製品、オブジェクト）を AI に学習させ、さまざまなシーン、文脈、プロンプトにわたって一貫した出力を生成できます。
- [モデルを使う](https://morphic.com/docs/jp/ji-ben/models/use-a-model.md): プロンプト時に学習済みモデルを選択して、Morphic で使用できます。出力には、アップロードして学習させたビジュアルコンセプトが反映されます。


---

# 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://morphic.com/docs/jp/ji-ben.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.
