# 権限セットの付与

Mashmatrix Sheetアプリケーションが提供する画面およびサービスにアクセスするためには、アプリケーションへのアクセス権限が必要です。アプリケーションへのアクセス権限を設定するには権限セットの付与を行います。

1. 管理者アカウントでログイン後、「設定」メニューを選択
2. 左サイドバー内の「クイック検索」から「権限セット」を検索し、同メニューをクリック
3. 権限セットの一覧から、以下のうち適切な権限セットを選択してクリック
   * **Mashmatrix Sheet User** - Mashmatrix Sheetを利用するための最も基本的な権限セットです。新規にブック／シートを作成する権限を保有します。
   * **Mashmatrix Sheet User (Read Only)** - 既存のブック／シートを閲覧のみ可能なユーザのための権限セットです（表示されるデータの編集は別です）。新規にブック／シートを作成する権限は含まれません。
   * **Mashmatrix Sheet User (Customer)** - Customer Communityユーザに対して割り当てる権限セットです。新規にブック／シートを作成する権限は含まれません。
   * **Mashmatrix Sheet Administrator** - Mashmatrix Sheetの管理者のための権限セットです。管理コンソールにアクセスする権限を付与します。管理コンソールの詳細については[「管理コンソール」](/mashmatrix-sheet/ja/settings_for_admin/administration_console.md)を参照してください。
4. 「割り当ての管理」をクリック
5. 「割当の追加」をクリックし、適切なユーザを選んで追加し「割り当て」ボタンを押す

{% hint style="warning" %}
ユーザに対して権限セットが適切に付与されていない場合、アプリケーション画面の表示時に **「アプリケーションの初期設定が不完全です。権限セットが適切に割当られてられていることを管理者に確認して下さい」** という警告が表示されます。
{% endhint %}

{% hint style="warning" %}
たとえ管理者ユーザであっても、Mashmatrix Sheetを利用するユーザには必ず権限セットの割当を行ってください。これは今後の製品アップデートの際に追加されるコンポーネントへのアクセス許可を自動的に得るために重要な作業です。
{% endhint %}


---

# 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.mashmatrix.com/mashmatrix-sheet/ja/settings_for_admin/permission_set_grant.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.
