> For the complete documentation index, see [llms.txt](https://docs.harmony.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.io/integrations/mdm/fleetdm.md).

# FleetDM

The FleetDM integration connects Harmony to your FleetDM instance, bringing device management context directly into your support workflows. When agents handle customer queries, they can access relevant fleet and device data without leaving the platform, reducing tool-switching and helping your team resolve issues faster.

### Prerequisites

Before configuring the FleetDM integration, make sure you have:

* An active FleetDM account with API access enabled
* Admin or appropriate permissions in Harmony to manage integrations
* Your FleetDM API credentials or token available

### Connecting FleetDM to Harmony

To set up the FleetDM integration:

1. In Harmony, navigate to **Settings** and open the **Integrations** section.
2. Locate **FleetDM** in the list of available integrations and select it.
3. Enter your FleetDM connection details, including your API credentials or token.
4. Save the configuration to establish the connection.

Once connected, Harmony will be able to pull fleet and device data from your FleetDM instance and surface it within the platform.

### Using FleetDM Data in Support Workflows

After the integration is active, agents can access device management context directly while handling customer queries. This means:

* Relevant fleet and device information is available within the conversation view, without needing to open FleetDM separately.
* Agents can reference device status, ownership, and other fleet details to better understand customer issues.
* Support workflows become more efficient by reducing the need to switch between tools during active interactions.

### Managing the Integration

You can review and update your FleetDM connection at any time through the **Integrations** settings in Harmony. From there you can:

* Update your API credentials if they change.
* Disconnect the integration if it is no longer needed.
* Review the current connection status to confirm the integration is active.

### Troubleshooting

If the integration does not connect or fleet data is not appearing as expected, consider the following:

* Confirm that the API credentials you entered are correct and have not expired.
* Verify that your FleetDM account has API access enabled and that the token has sufficient permissions.
* Check that your FleetDM instance is reachable and operational.
* If issues persist, contact Harmony Support for further assistance.


---

# 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.harmony.io/integrations/mdm/fleetdm.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.
