> 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/multiple-character-tag.md).

# Birden fazla karakter etiketi

Artık Morphic’te birden fazla karakterle sahne oluşturabilirsiniz. Bu, karakterler arasında tutarlılığı korurken diyalog, etkileşim veya koordineli eylem gerektiren sahneler için kullanışlıdır.

Morphic'te birden fazla karakter etiketiyle bir sahne oluşturmanın adım adım rehberi:

1. Morphic'te Canvas'ı açın

<figure><img src="https://991311795-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fvq0C0oIZ3jdeD8tCGJyu%2FCleanShot%202026-01-12%20at%2020.05.38%402x.png?alt=media&amp;token=14f95034-8ff0-49ef-8e4d-775bee64a082" alt=""><figcaption></figcaption></figure>

2. İstem çubuğunda oluşturmak istediğiniz sahneyi tanımlayın ve sahnede yer almasını istediğiniz her karakteri belirtmek için @isim kullanın. Nasıl yapılacağını öğrenin [Bir Referans oluşturun](/docs/tr/essentials/models.md)

<div><figure><img src="https://991311795-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FqxiQFisJUk8pjtknFOxU%2FCleanShot%202026-01-12%20at%2019.47.41%402x.png?alt=media&amp;token=85194fd1-0771-4da5-a928-f0a7bffc6ba3" alt=""><figcaption><p>Karakter Referansı</p></figcaption></figure> <figure><img src="https://991311795-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FyJrBSgZog3KKKwi9fgdm%2FCleanShot%202026-01-12%20at%2020.04.51%402x.png?alt=media&amp;token=56c1ef34-d4bf-4185-8e69-6b617c0f7a65" alt=""><figcaption></figcaption></figure></div>

3. İstem çubuğundaki mavi düğmeye tıklayın

<figure><img src="https://991311795-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FLEPfDgULUmh0Zkcwr0lD%2FCleanShot%202026-01-12%20at%2020.02.48%402x.png?alt=media&amp;token=a00b016f-ec5b-40ba-9d53-c8b676c5d253" alt=""><figcaption></figcaption></figure>

İşte Morphic'te birden fazla karakter referansıyla sahne oluşturma yöntemi. Bu, bir sahnenin görsel tutarlılığı koruyarak birden fazla belirli karakterin birlikte görünmesini gerektirdiği durumlarda kullanışlıdır.

***

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/multiple-character-tag.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.
