# ライセンスの割当

### ライセンス割当の追加 <a href="#add-licensed-users" id="add-licensed-users"></a>

製品ライセンスを購入後、ユーザがアプリケーションを実際に利用するためには、ユーザに対するライセンスの割当が必要となります。以下の手順でユーザにライセンスを割当が可能です。

1. 管理者アカウントでログイン後、画面右上の「設定」メニューを選択
2. 左サイドバー内の「クイック検索」から「インストール済みパッケージ」を検索し、同メニューをクリック
3. 「インストールされたパッケージ」セクション内にリストされている「Mashmatrix Sheet」パッケージの「ライセンスの管理」リンクをクリック
4. 「ライセンスを付与したユーザ 」セクションから「ユーザの追加」ボタンをクリック
5. ユーザ一覧からライセンスを与える適切なユーザを選択した後、追加ボタンをクリック

{% hint style="info" %}
アプリケーションの利用のためには、ライセンスの割当以外に、権限セットの付与が必要です。詳しくは[「権限セットの付与」](/mashmatrix-sheet/ja/settings_for_admin/permission_set_grant.md)をご参照下さい。
{% endhint %}

### ライセンス割当の解除 <a href="#remove-licensed-users" id="remove-licensed-users"></a>

一旦ライセンスをユーザに割り当てた後でユーザがMashmatrix Sheetを利用しなくなった場合、割当を解除することでライセンスを再利用することも可能です。

1. 管理者アカウントでログイン後、画面右上の「設定」メニューを選択
2. 左サイドバー内の「クイック検索」から「インストール済みパッケージ」を検索し、同メニューをクリック
3. 「インストールされたパッケージ」セクション内にリストされている「Mashmatrix Sheet」パッケージの「ライセンスの管理」リンクをクリック
4. 「ライセンスを付与したユーザ」セクションから「複数ユーザの削除」ボタンをクリック
5. ユーザ一覧からライセンスを削除するユーザを選択した後、削除ボタンをクリック


---

# 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/license_assignment.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.
