> 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/id/how-tos.md).

# Panduan

Panduan langkah demi langkah untuk hal-hal yang paling sering dibuat orang di Morphic, dari mengedit satu gambar hingga merencanakan dan memperpanjang urutan penuh.

Panduan ini memandu tugas-tugas lengkap di Morphic, dari awal hingga akhir. Masing-masing mencakup pekerjaan yang bisa Anda lakukan dalam satu sesi, dengan model dan pengaturan yang sudah dipilih untuk Anda.

## Bekerja dengan gambar

* [Pengeditan gambar presisi](/docs/id/how-tos/precise-image-editing.md): ubah satu bagian gambar dan biarkan sisanya tidak tersentuh
* [Ubah gaya](/docs/id/how-tos/change-style.md): hasilkan beberapa tampilan dari gambar yang sama dengan satu prompt
* [Gabungkan beberapa gambar](/docs/id/how-tos/combine-multiple-images.md): satukan subjek dan elemen ke dalam satu bingkai
* [Memadukan gambar](/docs/id/how-tos/blending-images.md): gabungkan referensi menjadi satu hasil
* [Transfer pose](/docs/id/how-tos/pose-transfer.md): terapkan pose dari satu gambar ke karakter di gambar lain
* [Tag beberapa karakter](/docs/id/how-tos/multiple-character-tag.md): jaga beberapa karakter tetap konsisten di berbagai generasi

## Bekerja dengan video

* [Perpanjang video](/docs/id/how-tos/extend-video.md): lanjutkan klip melewati akhir aslinya
* [Ubah sudut kamera](/docs/id/how-tos/change-camera-angles.md): susun ulang bingkai pengambilan gambar tanpa membuat ulang adegannya
* [Membuat komik animasi](/docs/id/how-tos/creating-motion-comics.md): ubah gambar diam menjadi rangkaian animasi

## Rencanakan urutan

* [Pembuatan storyboard](/docs/id/how-tos/storyboarding.md): rencanakan adegan, pengambilan gambar, dan alur visual sebelum Anda menghasilkan frame final

***

Jika Anda mengalami kendala atau memiliki pertanyaan, jangan ragu untuk menghubungi kami. Kami dengan senang hati akan membantu. Tulis kepada kami di [**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/id/how-tos.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.
