> 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.md).

# 도구

- [도구 둘러보기](https://morphic.com/docs/kr/tools/explore-tools.md): Tools 라이브러리에 무엇이 들어 있는지, 그리고 프롬프트 바에서 적절한 도구를 찾는 방법.
- [조명 재설정](https://morphic.com/docs/kr/tools/relight.md): 이미 만든 이미지의 빛 방향, 색상, 품질을 바꾸는 방법.
- [카메라 각도](https://morphic.com/docs/kr/tools/camera-angle.md): 이미 가진 이미지를 다른 카메라 위치에서 다시 촬영하는 방법.
- [카메라 리그](https://morphic.com/docs/kr/tools/camera-rig.md): 생성할 결과의 느낌을 정하기 위해 카메라 바디, 렌즈, 초점 거리를 선택하는 방법.
- [자막](https://morphic.com/docs/kr/tools/subtitles.md): Copilot 또는 프롬프트 바에서 비디오에 스타일이 적용된 자막을 추가하는 방법과, 표시 방식을 제어하는 방법.


---

# 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.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.
