# Installing Playbook in EMM

## Feature: Playbook and EMM Together <a href="#feature-playbook-and-emm-together" id="feature-playbook-and-emm-together"></a>

### Overview <a href="#overview" id="overview"></a>

This is to explain how to integrate Playbook MDM with an EMM Policy.

The general steps will allow for creating an EMM Policy that installs the enterprise installer application, Playbook Agent, during device enrollment, then allow for Playbook Agent to manage application installation via Deployment Groups and Playbooks.

**Note** This assumes your organization has access to the *EMM Console* and *Playbook MDM*.

### Flow <a href="#flow" id="flow"></a>

1. Create a Playbook and Deployment Group. This Deployment Group will be the initial group that devices will be assigned to. Make note of the Deployment Group ID.
2. Get your Organization ID.
3. Create an EMM Policy.
4. Within the EMM Policy, go to **Account & Application** tab. Add the application Playbook. The Package Name will be 'com.bluefletch.ems.staging.playbook'. (STAGING SYSTEM ONLY, needs updated for Production).
5. Edit the Application, click on 'Managed' configurations.
6. Within the Manage configurations, set the Organization Id and Deployment Group Id. Make sure to give the Managed Configuration a name.
7. Go to the EMM Policy **Provisioning** Tab.
8. Enter a 'Title', 'Description', and set the Package Name to 'com.bluefletch.ems.staging.playbook'. (STAGING SYSTEM ONLY, needs updated for Production).
9. Make other Policy changes as desired.
10. Apply now.
11. Create an Enrollment Token and enroll devices.

#### Setup Actions Example <a href="#setup-actions-example" id="setup-actions-example"></a>

<figure><img src="/files/Xy8WTOFwSb7lGf7bSdBr" alt="" width="563"><figcaption></figcaption></figure>

#### Managed Configurations Example <a href="#managed-configurations-example" id="managed-configurations-example"></a>

<figure><img src="/files/Ztm0mMnFPNROSpYxuHus" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.bluefletch.com/bluefletch-enterprise/product-guides/portal/emm-console/setup/installing-playbook-in-emm.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.
