> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/access-and-security.md).

# access & security

- [SharinPix Abilities](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-abilities.md)
- [SharinPix Permission object - How to create and assign custom permission?](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md)
- [SharinPix Permission for SharinPix Mobile Launcher Component](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-permission-for-sharinpix-mobile-launcher-component.md)
- [How to dynamically assign SharinPix Permission records to albums using Flows? (Admin-Friendly)](https://docs.sharinpix.com/documentation/access-and-security/how-to-dynamically-assign-sharinpix-permission-records-to-albums-using-flows-admin-friendly.md)
- [SharinPix permission](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-permission.md)
- [Customizing your SharinPix Global Settings](https://docs.sharinpix.com/documentation/access-and-security/customizing-your-sharinpix-global-settings.md)
- [SharinPix Webcam Permissions](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-webcam-permissions.md)
- [SharinPix automatic token generation (Developer-oriented)](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-automatic-token-generation-developer-oriented.md)
- [Online token generation methods](https://docs.sharinpix.com/documentation/access-and-security/online-token-generation-methods.md)
- [SharinPix security token](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-security-token.md)
- [How to pull the SharinPix Token onto my object? (Developer-oriented)](https://docs.sharinpix.com/documentation/access-and-security/how-to-pull-the-sharinpix-token-onto-my-object-developer-oriented.md)
- [Token validation or invalidation using Session ID](https://docs.sharinpix.com/documentation/access-and-security/token-validation-or-invalidation-using-session-id.md)
- [SharinPix Endpoint URLs to authorize or whitelist](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-endpoint-urls-to-authorize-or-whitelist.md)
- [Integration in a WebForm (Admin Friendly)](https://docs.sharinpix.com/documentation/access-and-security/integration-in-a-webform-admin-friendly.md)
- [Integration in a WebForm (Developer-oriented)](https://docs.sharinpix.com/documentation/access-and-security/integration-in-a-webform-developer-oriented.md)
- [How to display one image or a group of images using the SharinPix Album component? (Developer-Orient](https://docs.sharinpix.com/documentation/access-and-security/how-to-display-one-image-or-a-group-of-images-using-the-sharinpix-album-component-developer-oriented.md)
- [SharinPix User and Profiles access rights](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-user-and-profiles-access-rights.md)
- [SharinPix Community users access rights](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-community-users-access-rights.md)
- [SharinPix Permission Sets](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-permission-sets.md)
- [SharinPix Imports Requirements](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-imports-requirements.md)
- [SharinPix Token Verification](https://docs.sharinpix.com/documentation/access-and-security/sharinpix-token-verification.md)


---

# 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.sharinpix.com/documentation/access-and-security.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.
