> 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/hesap-ve-faturalandirma/settings/members.md).

# Üyeler

Kuruluşunuzun üyelerini ve rolleri Ayarlar bölümündeki Üyeler kısmından yönetebilirsiniz.

### Üyeleri Yönet

1. Kuruluş/hesap açılır menüsünü açın (sol üst köşedeki Morphic logosuna tıklayın).
2. Ayarlar'ı seçin.
3. Sol kenar çubuğundan Üyeler’e tıklayın.
4. Burada tüm üyeleri görüntüleyebilir, yeni üyeler davet edebilir ve rolleri güncelleyebilir veya kaldırabilirsiniz.

Ya doğrudan buraya gidin: [studio.morphic.com/settings/members](https://studio.morphic.com/settings/members)

### Üye Ekle

1. Üyeler bölümüne gidin.
2. Sağ üst köşedeki Davet Et düğmesine tıklayın.
3. Davet etmek istediğiniz kişinin e-posta adresini girin.
4. Onlara bir rol atayın (Üye veya Yönetici).
5. Davet edilen kişi, kuruluşunuza katılma talimatlarını içeren bir e-posta alacak.

<figure><img src="/files/52301ac7711bf76dce67aac70248366512201172" alt=""><figcaption><p>Kuruluşunuza yeni bir üye davet etme</p></figcaption></figure>

<figure><img src="/files/5c66c464d8f619b382407b8faeb350fb351d016e" alt="Invite member form"><figcaption><p>Üye davet formu</p></figcaption></figure>

<figure><img src="/files/ba34352a46d81b5905c730c0aba6e9f22b500f0c" alt="Member role selection"><figcaption><p>Üye rollerini seçme</p></figcaption></figure>

### Üyeleri Görüntüle

* Tüm mevcut üyelerin bir listesini, adlarının yanında rollerinin gösterildiği şekilde göreceksiniz.
* Bir üyeyi adı veya e-posta adresine göre hızlıca bulmak için üstteki arama çubuğunu kullanın.

<figure><img src="/files/85e50a31fae229b539c453d3e0ccd7f1158be0d8" alt="Members management interface"><figcaption><p>Üye yönetim sayfası</p></figcaption></figure>

### Üyenin rolünü değiştir

<figure><img src="/files/70cd7c900b6b78b553470c569f455b500f9ab2c0" alt="Role change confirmation"><figcaption><p>Rol değiştirme seçenekleri</p></figcaption></figure>

1. Üyeyi listede bulun.
2. Adlarının yanındaki '…' menüsüne tıklayın.
3. Onlara yönetici yetkileri vermek için Yönetici Yap’ı seçin.

### Üyeyi Kaldır

<figure><img src="/files/94e45244f9dfa3cce1947dcec1af68a17e7b2e1b" alt="Member options menu"><figcaption><p>Üye yönetim seçenekleri</p></figcaption></figure>

1. Üyeyi listede bulun.
2. Adlarının yanındaki '…' menüsüne tıklayın.
3. Kuruluştan kaldırmak için Üyeyi kaldır’ı seçin.

Morphic’te üyeleri böyle yönetirsiniz. Kuruluşunuzda kimin bulunacağına ve neler yapabileceklerine siz karar verirsiniz.

***

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/hesap-ve-faturalandirma/settings/members.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.
