> For the complete documentation index, see [llms.txt](https://docs.dev-cepto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dev-cepto.com/documentation/documentation-ja/core-concepts/permissions.md).

# 権限

ワークスペースのメンバーにはロールがあります。ロールは **ワークスペース全体** に効き、品番リスト・設定・連携のどこまで触れるかを決めます。

## ロール

権限の弱い順です。画面では日本語ラベルで表示されます。

| ロール        | 画面上の表示 | 向いている人              |
| ---------- | ------ | ------------------- |
| **Viewer** | 閲覧者    | 数字を見るだけのメンバー        |
| **Editor** | 編集者    | 分析や TODO を日常的に更新する人 |
| **Admin**  | 管理者    | ワークスペースの運営、招待、連携    |

サイドバーのワークスペース切替では、管理者は **Owner** と表示されることがあります。設定のメンバー一覧では **管理者** です。

## できること

| 操作                  | 閲覧者 | 編集者 | 管理者 |
| ------------------- | :-: | :-: | :-: |
| プロジェクト分析・品番リストを見る   |  ✓  |  ✓  |  ✓  |
| TODO やタグなど、分析まわりの更新 |  —  |  ✓  |  ✓  |
| メンバー招待              |  —  |  —  |  ✓  |
| ロール変更               |  —  |  —  |  ✓  |
| メンバー削除              |  —  |  —  |  ✓  |
| ワークスペース名・アイコンの変更    |  —  |  —  |  ✓  |
| 連携の接続・有効化           |  —  |  —  |  ✓  |

{% hint style="info" %}
画面上でボタンが消えていても、最終的な可否はサーバー側で判定されます。権限のない操作は実行できません。
{% endhint %}

## 権限の効き方

ロールはワークスペース単位です。同じワークスペース内の MD プロジェクトごとに、別ロールを付けることはできません。

特定の企画だけ見せたい場合は、その範囲のワークスペースを別に作り、必要な人だけ招待してください。

## 招待

管理者は **設定 → メンバー** からメールアドレスでメンバーを追加できます。

1. **メンバーを追加** を開く
2. 相手のメールアドレスを入力する
3. 追加する

追加されたメンバーは **閲覧者** で参加します。あとから管理者が編集者または管理者に変更できます。

{% hint style="warning" %}
招待できるのは、すでに Cepto（Clerk）にユーザーが存在するメールアドレスです。未登録のアドレスだけでは追加できません。先にサインアップしてもらってから招待してください。
{% endhint %}

## ロールの変更と削除

管理者はメンバー一覧のメニューからロールを変更できます。変更はすぐに反映され、再ログインは不要です。

* ワークスペースのオーナー（作成者）のロールは変更できません
* オーナーはメンバー一覧から削除できません
* 自分自身のロール変更・削除はできません

メンバーを外すと、その人のアクセスはすぐに失われます。その人が作った TODO などのデータはワークスペースに残ります。


---

# 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.dev-cepto.com/documentation/documentation-ja/core-concepts/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.
