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

# 도구 살펴보기

Morphic의 Tools 라이브러리를 사용하면 AI 이미지 생성과 비디오 제작부터 영상 스타일 변경, 모션 제어, 립싱크 생성 등까지, 창의적인 작업의 점점 늘어나는 컬렉션을 이용할 수 있습니다. 이름으로 검색하거나, 카테고리별로 둘러보고, Tools 탭에서 바로 어떤 도구든 실행하세요.

### Tools를 시작하는 방법은 다음과 같습니다:

1. Canvas 또는 Copilot을 열고 프롬프트 바 위의 Tools 탭을 클릭하세요

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

2. 이름으로 도구를 검색하거나 라이브러리를 둘러보세요

<figure><img src="/files/0be45b2db9664529e598e5dc4e329cf806327d47" 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/kr/tools/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.
