> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/turkish-documentation/takim-ozellikleri/administration-permissions.md).

# Yönetim izinleri

Bu kılavuzda yönetim izinlerini ve bunları bir takım üyesine nasıl atayabileceğinizi açıklayacağız. Bir takım üyesine yönetim hakları verirseniz, o takım üyesinin aşağıdakileri yapmasına izin verebilirsiniz:

* Takım yönetimine erişim
* Yeni bir takım kullanıcısı oluşturma
* Takım kullanıcısını düzenleme / silme
* Takım kullanıcısına roller atama
* Roller oluşturma
* Rolleri düzenleme / silme

Takım üyelerinizden birine yönetim hakları vermek istediğinizden eminseniz, aşağıdaki adımları izleyin.

{% stepper %}
{% step %}

#### Bir rol oluşturun veya değiştirin

Takım Yönetimi bölümünde **Roller**'e gidin ve yeni bir rol oluşturun. Mevcut bir rolü değiştirmek de mümkündür. Ayarlamak istediğiniz rolü seçin ve düzenleyin.
{% endstep %}

{% step %}

#### Rol için yönetim haklarını seçin

Role hangi yönetim haklarını vereceğinizi seçin. Tüm izinleri veya sadece belirli olanları verebilirsiniz. Yapılandırıldıktan sonra, **Rolü kaydet**'e tıklayın.

<figure><img src="/files/w9Txbyd87T5hZ5iD7fCk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Rolü bir takım üyesine atayın

**İzinler sekmesi**'ne gidin, takım üyesini seçin ve oluşturulan rolü atayın. Son olarak, **Rol atamasını kaydet**'e tıklayın.

<figure><img src="/files/588td4xPJIqmEiiAJjZc" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Incogniton'un takım özelliğini nasıl ayarlayacağınız hakkında hala sorularınız varsa, [destek ekibimizle](https://incogniton.com/contact/) iletişime geçmekten çekinmeyin.
{% endhint %}


---

# 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://docs.incogniton.com/documentation/turkish-documentation/takim-ozellikleri/administration-permissions.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.
