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

# Integration

- [ADK: Use the OSDCloud Boot.wim](https://www.osdcloud.com/osdcloud-v1/integration/adk-use-the-osdcloud-boot.wim.md): OSD 23.5.16.2+ Updated May 18, 2023
- [MDT: Use the OSDCloud Boot.wim](https://www.osdcloud.com/osdcloud-v1/integration/mdt-use-the-osdcloud-boot.wim.md): OSD 23.5.16.2+ Updated May 18, 2023
- [MDT: Add OSDCloud WinPE Drivers](https://www.osdcloud.com/osdcloud-v1/integration/mdt-add-osdcloud-winpe-drivers.md): Requires OSD 22.10.7.2+
- [MDT: Use OSDCloud DriverPacks in a Task Sequence](https://www.osdcloud.com/osdcloud-v1/integration/mdt-use-osdcloud-driverpacks-in-a-task-sequence.md): Requires OSD 22.10.7.2+
- [OSDCloud IPU](https://www.osdcloud.com/osdcloud-v1/integration/osdcloud-ipu.md): This section will show a few additional functions in OSDCloud that can be used for Windows in-place upgrades, or creating upgrade media / WIM files
- [Windows In-place Upgrades](https://www.osdcloud.com/osdcloud-v1/integration/osdcloud-ipu/windows-in-place-upgrades.md): The OSD module now includes a function to perform an inplace upgrade of your windows device.
- [Windows Media Download](https://www.osdcloud.com/osdcloud-v1/integration/osdcloud-ipu/windows-media-download.md): The OSD module now includes a function to build upgrade media (including the install.wim) which can be pulled into MDT or ConfigMgr or other processes.
- [ISO: Adding a WIM](https://www.osdcloud.com/osdcloud-v1/integration/iso-adding-a-wim.md): OSD 23.5.23.1+ Updated May 23, 2023


---

# 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://www.osdcloud.com/osdcloud-v1/integration.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.
