# SharinPix Permission for SharinPix Mobile Launcher Component

This article presents the list of abilities available in a SharinPix Permission record for the [Mobile Launcher component](/documentation/lightning-web-component/sharinpix-mobile-launcher.md).

{% hint style="warning" %}
**Note:**

When creating a SharinPix Permission for the SharinPix Mobile Launcher, ensure that the Mobile Launcher component is selected as depicted below.

For detailed steps on creating and assigning a SharinPix Permission to the SharinPix Mobile Launcher component, please refer to this article: [SharinPix Permission object - How to create and assign custom permission?](/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md)
{% endhint %}

![](/files/vP7P9uERK0mVoTpFXKYt)

## List of Component Abilities

* **Team checklist:** Enables all required token abilities for the team checklist feature. ***Note:** The **team checklist** feature allows the user to view images already uploaded to the album th*e checklist relates to.
  * **View album:** Provides users access to the album on which photos are being uploaded.
  * **List images:** Allows users to see photos uploaded to the checklist.
  * **View tags:** Allows users to use the available checklist tags to upload photos.

{% hint style="success" %}
**Tips:**

* For more information about the team checklist feature, refer to this article: [SharinPix Mobile App: Team Checklist](/documentation/mobile-app/sharinpix-mobile-app-team-checklist.md)
* For more information on how to enable the team checklist feature on all devices by default, refer to this link: [Configure Team Checklist parameter on the Global Settings](/documentation/mobile-app/sharinpix-mobile-app-global-configuration.md)
* For more information on how to configure the team checklist parameter in SharinPix deeplinks, refer to the following link: [Team Checklist parameter](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md#team)
* To programmatically configure the team checklist token abilities, you can either:
  * Pass the related SharinPix Permission record ID to your component (admin-friendly method).
  * Configure the token as demonstrated in the code snippet available [in this article](/documentation/mobile-app/sharinpix-mobile-app-team-checklist.md) (developer-oriented method). ***Note:*** For some custom components, you can directly pass a SharinPix Permission ID to provide the correct Team Checklist token abilities.
    {% 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.sharinpix.com/documentation/access-and-security/sharinpix-permission-for-sharinpix-mobile-launcher-component.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.
