> 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/zh/gong-ju/explore-tools.md).

# 探索工具

Morphic 上的工具库让你可以使用不断扩展的创意操作集合，从 AI 图像生成和视频制作，到画面重塑、动作控制、口型同步等更多功能。你可以按名称搜索、按类别浏览，并直接在“工具”选项卡中运行任何工具。

### 以下是开始使用工具的方法：

1. 打开 Canvas 或 Copilot，然后点击提示栏上方的“工具”选项卡

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

2. 按名称搜索工具或浏览工具库

<figure><img src="/files/e0a2fede64e8cc0e9c7cadd05b8adc858a9cefae" 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/zh/gong-ju/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.
