# ロール権限

ロール権限は、ユーザーアカウントに付与される基本権限です。

ユーザーアカウントを作成する際に Admin ロールを持つユーザーが指定します。ロール権限によって、ユーザー招待、アプリケーション作成、評価ライブラリの管理など、Citadel Radar 全体に関わる操作範囲が決まります。

なお、特定のアプリケーションへのアクセスや操作は、ロール権限だけではなく、アプリケーションごとに設定するリソース権限によって制御されます。

### ロール権限の種類

Citadel Radar では、以下のロール権限を設定できます。

<table><thead><tr><th width="107.86328125">ロール</th><th>概要</th><th>主な操作</th></tr></thead><tbody><tr><td>Admin</td><td>管理者向けのロールです。Citadel Radar 全体の管理操作を行うユーザーに付与します。</td><td>ユーザーアカウントの作成・編集・削除、アプリケーションの作成・編集・削除、評価ライブラリなどの共通リソースの作成・編集・削除</td></tr><tr><td>Editor</td><td>運用担当者向けのロールです。アプリケーションや評価ライブラリを運用するユーザーに付与します。</td><td>アプリケーションの作成、評価ライブラリなどの共通リソースの作成・編集・削除</td></tr><tr><td>Standard</td><td>一般ユーザー向けのロールです。主に付与されたアプリケーションの確認や運用を行うユーザーに付与します。</td><td>操作できる範囲は、付与されたリソース権限に応じて決まります。</td></tr></tbody></table>

### ロール権限の使い分け

ロール権限は、ユーザーに担当させる範囲に応じて選択してください。

* Admin：ユーザー管理を含め、Citadel Radar 全体を管理する場合
* Editor：アプリケーションや評価ライブラリなどの運用を担当する場合
* Standard：特定のアプリケーションに限定してアクセスさせる場合

特定のアプリケーションに対する閲覧や操作を許可する場合は、対象アプリケーションに対してリソース権限を設定してください。


---

# Agent Instructions: 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:

```
GET https://docs.radar.citadel-ai.com/administrator-guide/manage-permissions/role-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
