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

# Technical Documentation

- [Updating License Key](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/updating-license-key.md)
- [Commonly Reported Issues](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/commonly-reported-issues.md)
- [Deploying BlueFletch Enterprise](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise.md)
- [Android 10 and 11](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/android-10-and-11.md)
- [MDMs](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/mdms.md)
- [Workspace One (VMWare AirWatch)](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/mdms/workspace-one-vmware-airwatch.md): This guide goes over the steps to deploy the BlueFletch application suite via VMWare Workspace One (WS1) using the "Provisioning" or "Products" section of Workspace One.
- [SOTI](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/mdms/soti.md)
- [Microsoft Intune](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/mdms/microsoft-intune.md)
- [Microsoft Intune + Playbook](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/mdms/microsoft-intune/microsoft-intune.md)
- [Deploying to Samsungs](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/deploying-to-samsungs.md): Documentation for setting up Knox Service Plugin and a Launcher.JSON configuration for Samsung devices that will have BlueFletch apps deployed
- [Knox Service Plugin Setup](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/deploying-to-samsungs/knox-service-plugin-setup.md): MDM-agnostic steps for setting up Samsung devices with Knox Service Plugin
- [Launcher Configuration for Samsungs](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/deploying-to-samsungs/launcher-configuration-for-samsungs.md): Samsung-specific parameters within the Launcher.JSON configuration file
- [From Portal to Playbook Agent](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/deploying-bluefletch-enterprise/from-portal-to-playbook-agent.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.bluefletch.com/bluefletch-enterprise/technical-documentation.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.
