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

# Profile Management

- [Getting Started](https://docs.cubilock.com/profile-management/getting-started.md): What are Profiles?
- [How to Exit From Kiosk](https://docs.cubilock.com/profile-management/getting-started/exit-code.md)
- [Permission Management](https://docs.cubilock.com/profile-management/getting-started/permission-management.md)
- [PlayStore Settings](https://docs.cubilock.com/profile-management/getting-started/playstore-settings.md)
- [Applications](https://docs.cubilock.com/profile-management/applications.md)
- [Add Application](https://docs.cubilock.com/profile-management/applications/choose-application.md)
- [Remove Application](https://docs.cubilock.com/profile-management/applications/remove-application.md)
- [Set Install Type](https://docs.cubilock.com/profile-management/applications/set-install-type.md)
- [Set Default Permissions](https://docs.cubilock.com/profile-management/applications/set-default-permissions.md)
- [Set Managed Configurations](https://docs.cubilock.com/profile-management/applications/set-managed-configurations.md)
- [Show/Hide Apps](https://docs.cubilock.com/profile-management/applications/show-hide-apps.md)
- [Set an App Track](https://docs.cubilock.com/profile-management/applications/set-an-app-track.md)
- [Set an Auto Update Mode](https://docs.cubilock.com/profile-management/applications/set-an-auto-update-mode.md)
- [Setup Actions](https://docs.cubilock.com/profile-management/applications/setup-actions.md)
- [Set Min Version](https://docs.cubilock.com/profile-management/applications/set-min-version.md)
- [Work Profile Widget](https://docs.cubilock.com/profile-management/applications/work-profile-widget.md)
- [Credential Manager](https://docs.cubilock.com/profile-management/applications/credential-manager.md)
- [Profile Policies](https://docs.cubilock.com/profile-management/profile-policies.md): How to set Profile Policies?
- [Global Restrictions](https://docs.cubilock.com/profile-management/profile-policies/global-restrictions.md)
- [User Restrictions](https://docs.cubilock.com/profile-management/profile-policies/user-restrictions.md)
- [Cross Profile Policies](https://docs.cubilock.com/profile-management/profile-policies/cross-profile-policies.md)
- [Kiosk Settings](https://docs.cubilock.com/profile-management/kiosk-settings.md)
- [Kiosk Customizations](https://docs.cubilock.com/profile-management/kiosk-settings/kiosk-settings.md)
- [Location Settings](https://docs.cubilock.com/profile-management/kiosk-settings/location-settings.md)
- [User Facing Messages](https://docs.cubilock.com/profile-management/kiosk-settings/user-facing-messages.md)
- [Key-guard Features Settings](https://docs.cubilock.com/profile-management/kiosk-settings/key-guard-features-settings.md)
- [Stay On Plugged Modes](https://docs.cubilock.com/profile-management/kiosk-settings/stay-on-plugged-modes.md)
- [Permitted Accessibility Services](https://docs.cubilock.com/profile-management/kiosk-settings/permitted-accessibility-services.md)
- [Setup Actions](https://docs.cubilock.com/profile-management/kiosk-settings/setup-actions.md)
- [Managed Play Store Mode](https://docs.cubilock.com/profile-management/kiosk-settings/managed-play-store-mode.md)
- [Update Settings](https://docs.cubilock.com/profile-management/update-settings.md)
- [System Updates](https://docs.cubilock.com/profile-management/update-settings/system-updates.md)
- [Auto Update Settings](https://docs.cubilock.com/profile-management/update-settings/auto-update-settings.md)
- [Network Settings](https://docs.cubilock.com/profile-management/network-settings.md)
- [Basic Network Settings](https://docs.cubilock.com/profile-management/network-settings/basic-network-settings.md)
- [WiFi Networks](https://docs.cubilock.com/profile-management/network-settings/wifi-networks.md)
- [VPN Settings](https://docs.cubilock.com/profile-management/network-settings/vpn-settings.md)
- [Privacy Settings](https://docs.cubilock.com/profile-management/privacy-settings.md)
- [Password Constraints](https://docs.cubilock.com/profile-management/privacy-settings/password-constraints.md)
- [Encryption Policy Settings](https://docs.cubilock.com/profile-management/privacy-settings/encryption-policy-settings.md)
- [Policy Enforcement Settings](https://docs.cubilock.com/profile-management/privacy-settings/policy-enforcement-settings.md)
- [Untrusted Apps Policy](https://docs.cubilock.com/profile-management/privacy-settings/untrusted-apps-policy.md)
- [Factory Reset Protection](https://docs.cubilock.com/profile-management/privacy-settings/factory-reset-protection.md)
- [Chose Private Key Rules](https://docs.cubilock.com/profile-management/privacy-settings/chose-private-key-rules.md)
- [Developer Settings](https://docs.cubilock.com/profile-management/privacy-settings/developer-settings.md)
- [Google Play Protect verify Apps](https://docs.cubilock.com/profile-management/privacy-settings/google-play-protect-verify-apps.md)
- [Personal Apps Work Notification](https://docs.cubilock.com/profile-management/privacy-settings/personal-apps-work-notification.md)
- [Integrations](https://docs.cubilock.com/profile-management/integrations.md)
- [Contact Setting](https://docs.cubilock.com/profile-management/contact-setting.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.cubilock.com/profile-management.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.
