> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/ja/org/roles.md).

# ロールと権限

ロールは、MaiAgent で「誰が何を閲覧でき、誰が何を実行できるか」を制御する単位です。このページ群では、設定から設計まで、ロールの使い方を順に説明します。

ロールによって、メンバーが閲覧できる機能、新規作成の可否、アクセスできるアシスタントとナレッジベースが決まります。目的に応じてページを選択してください。

<table><thead><tr><th width="260">目的</th><th>参照するページ</th></tr></thead><tbody><tr><td>ロールの種類を把握し、ロールを作成して機能権限を選択する</td><td><a href="/maiagent-user-guide/ja/org/roles/role-permission.md">ロール権限管理</a></td></tr><tr><td>特定のロールが閲覧、利用できるアシスタントとナレッジベースを制御する</td><td><a href="/maiagent-user-guide/ja/org/roles/group-resource-access.md">ロールのリソースアクセス権限</a></td></tr><tr><td>メンバーリストをロールで絞り込む</td><td><a href="/maiagent-user-guide/ja/org/roles/group-member-filtering.md">ロールメンバーのフィルタリング</a></td></tr><tr><td>ロールと連絡先の違いを確認する</td><td><a href="/maiagent-user-guide/ja/org/roles/contact-role-comparison.md">ロールと連絡先の違い</a></td></tr><tr><td>メンバーによるアシスタントの作成を許可し、共有には申請と段階的な公開を必須にする</td><td><a href="/maiagent-user-guide/ja/org/roles/role-design-guide.md">ロール権限設計ガイド</a></td></tr></tbody></table>

{% hint style="info" %}
**簡単に説明すると：**

最初の4ページでは「ボタンの場所と設定方法」を説明し、最後のページでは「ロールの分け方」を説明します。組織のロールを初めて設計する場合は、先に設計ガイドを読み、その後このページに戻って最初の4ページに従って設定してください。
{% 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.maiagent.ai/maiagent-user-guide/ja/org/roles.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.
