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

# Nasıl yapılır

Morphic'te insanların en sık yaptığı şeyler için adım adım kılavuzlar; tek bir görseli düzenlemekten tam bir sekansı planlamaya ve genişletmeye kadar.

Bu kılavuzlar, Morphic üzerindeki tam görevleri baştan sona adım adım anlatır. Her biri, modeller ve ayarlar sizin için önceden seçilmiş halde tek oturuşta yapabileceğiniz bir işi kapsar.

## Görsellerle çalışın

* [Hassas görsel düzenleme](/docs/tr/how-tos/precise-image-editing.md): bir görselin bir bölümünü değiştirin ve geri kalanını olduğu gibi bırakın
* [Stili değiştirin](/docs/tr/how-tos/change-style.md): tek bir istemle aynı görselden birden fazla görünüm üretin
* [Birden fazla görseli birleştirin](/docs/tr/how-tos/combine-multiple-images.md): özne ve öğeleri tek bir karede bir araya getirin
* [Görselleri harmanlama](/docs/tr/how-tos/blending-images.md): referansları tek bir sonuçta birleştirin
* [Poz aktarımı](/docs/tr/how-tos/pose-transfer.md): bir görseldeki pozu başka bir görseldeki bir karaktere uygulayın
* [Çoklu karakter etiketi](/docs/tr/how-tos/multiple-character-tag.md): birden fazla karakteri üretimler boyunca tutarlı tutun

## Video ile çalışın

* [Videoyu uzatın](/docs/tr/how-tos/extend-video.md): bir klibi özgün bitişinin ötesine taşıyarak sürdürün
* [Kamera açılarını değiştirin](/docs/tr/how-tos/change-camera-angles.md): sahneyi yeniden üretmeden bir çekimi yeniden kadrajlayın
* [Hareketli çizgi roman oluşturma](/docs/tr/how-tos/creating-motion-comics.md): durağan görselleri animasyonlu bir sekansa dönüştürün

## Bir sekans planlayın

* [Storyboard oluşturma](/docs/tr/how-tos/storyboarding.md): son kareleri oluşturmadan önce sahneleri, çekimleri ve görsel akışı planlayın

***

Herhangi bir sorun yaşarsanız veya sorularınız varsa, bizimle iletişime geçmekten çekinmeyin. Yardım etmekten memnuniyet duyarız. Bize şu adresten yazın [**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/tr/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.
