# Grant Permission Set

In order to access the screens and services provided by the Mashmatrix Sheet application, access permissions for the application are necessary. By granting permission sets to users, it is possible to give the access permissions to the application.

1. After logging in with the administrator account, select the "Setup" menu
2. Go to "Quick Find" in the left sidebar, search for "Permission Sets" and click on the same menu
3. From the list of permission sets, select the appropriate permission set below and click
   * **Mashmatrix Sheet User** - The most basic permission set for using Mashmatrix Sheet. It enables users to create their own book / sheet.
   * **Mashmatrix Sheet User (Read Only)** - A permission set for users who can only view existing books / sheets (does not restrict editing data displayed in the sheet). It does not include permission to create new books / sheets.
   * **Mashmatrix Sheet User (Customer)** - A permission set to assign to Customer Community users. It does not include permission to create new books / sheets.
   * **Mashmatrix Sheet Administrator** - A permission set for the administrator of the Mashmatrix Sheet. Grants access to the administration console. For details about the administration console, refer to ["Administration Console"](/mashmatrix-sheet/settings_for_admin/administration_console.md).
4. Click "Manage Assignments"
5. Click "Add Assignments", select the appropriate users, add them, and press the "Assign" button

{% hint style="warning" %}
When a permission set is not properly granted to the user, a warning is displayed in the application screen, which says **"Application Setup is incomplete. Please confirm with your administrator if proper permission set is assigned to your login account"**.
{% endhint %}

{% hint style="warning" %}
Even for administrator users, permission set assignment must be performed for users using Mashmatrix Sheet. This is important work to automatically obtain access permissions to components added during future product updates.
{% 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/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.
