> 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/tsru/explore-tools.md).

# ツールを探す

Morphic の Tools ライブラリでは、AI による画像生成や動画作成から、映像のスタイル変更、モーションの制御、リップシンクの作成など、増え続けるクリエイティブなアクションのコレクションにアクセスできます。名前で検索したり、カテゴリ別に閲覧したり、Tools タブから任意のツールを直接実行したりできます。

### Tools の始め方は次のとおりです。

1. Canvas または Copilot を開き、プロンプトバーの上にある Tools タブをクリックします

<figure><img src="/files/39e2835fd6ac93587390de5723ae624cfcd57777" alt=""><figcaption></figcaption></figure>

2. ツール名で検索するか、ライブラリを閲覧します

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

3. フィルタータブを使ってカテゴリごとに結果を絞り込みます
4. ツールを選択します。プロンプトバーがそのツールに合わせて調整され、必要な入力内容が案内されます
5. プロンプトを入力し、必要な参照資料を添付して、青い矢印を押します

また、ツールは以下でも利用できます。 [morphic.com/tools](https://morphic.com/tools)。ここでは、ライブラリ全体を閲覧し、任意のツールを直接実行できます。

これが、Morphic でツールを使って、プロンプトバーから直接、画像、動画、リップシンクなどを作成する方法です。

***

問題やご質問がある場合は、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください： [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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/tsru/explore-tools.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.
