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

# Çoklu karakter etiketi

İşte Morphic'te birden fazla karakter etiketi içeren bir sahnenin nasıl oluşturulacağına dair adım adım bir kılavuz:

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

<figure><img src="/files/6a46e33f9b1671be3cfd610c7e7adaad986c0eff" alt=""><figcaption></figcaption></figure>

2. İstem çubuğunda, oluşturmak istediğiniz sahneyi açıklayın ve sahnede yer almasını istediğiniz her karakteri belirtmek için @name kullanın. Nasıl yapacağınızı öğrenin [bir Modeli eğitin](/docs/tr/temel-bilgiler/models.md)

<div><figure><img src="/files/ff8dd0d2946b05b08d721a93af5bf807bf1238fd" alt=""><figcaption><p>Karakter Modeli</p></figcaption></figure> <figure><img src="/files/0a07c194dfdd89d3ba3f918fc180ee1852861e6a" alt=""><figcaption></figcaption></figure></div>

3. Oluştur'a tıklayın

<figure><img src="/files/77a593c62ea6447042691b7464934cb5bdfb84d9" alt=""><figcaption></figcaption></figure>

Morphic'te birden fazla karakter modeliyle sahneleri bu şekilde oluşturursunuz. Bu, görsel tutarlılığı korurken bir sahnede birden fazla belirli karakterin birlikte görünmesi gerektiğinde 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/nasil-yapilir/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.
