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

# OSDeploy Insider

- [How To](https://www.osdeploy.com/osdeploy-insider/how-to.md)
- [Core WinPE Driver Cleanup](https://www.osdeploy.com/osdeploy-insider/how-to/core-winpe-driver-cleanup.md): Remove obsolete WinPE driver versions from the OSDeploy Core library.
- [Reference](https://www.osdeploy.com/osdeploy-insider/reference.md)
- [OSDeployCore Boot-Assets](https://www.osdeploy.com/osdeploy-insider/reference/osdeploycore-boot-assets.md): Technical reference for shared and profile-local content under OSDeployCore Boot-Assets.
- [OSDeployCore Cache](https://www.osdeploy.com/osdeploy-insider/reference/osdeploycore-cache.md): Technical reference for the folders, content, and creation workflows under the OSDeployCore cache.
- [Windows ESD Catalogs](https://www.osdeploy.com/osdeploy-insider/reference/windows-esd-catalogs.md): Understand how OSDeploy uses the Windows ESD catalog to select, download, cache, and verify Windows 11 media.
- [Convert ESD to Windows 11 OS](https://www.osdeploy.com/osdeploy-insider/reference/convert-esd-to-windows-11-os.md): Follow how Update-OSDeployCoreRE turns a verified Enterprise ESD into Windows setup media and OSDeploy Core metadata.
- [Convert ESD to Windows RE](https://www.osdeploy.com/osdeploy-insider/reference/convert-esd-to-windows-re.md): Follow how Update-OSDeployCoreRE extracts Windows RE and creates a separate recovery-image cache.
- [Exporting WinPE Drivers from OS WIM](https://www.osdeploy.com/osdeploy-insider/reference/exporting-winpe-drivers-from-os-wim.md): Follow how Update-OSDeployCoreRE discovers and caches Microsoft inbox Ethernet and Wi-Fi drivers for WinPE.
- [Agents and Skills](https://www.osdeploy.com/osdeploy-insider/agents-skills.md)
- [WinPEStartup Profile Agent](https://www.osdeploy.com/osdeploy-insider/agents-skills/winpestartup-profile-agent.md): Agent instructions for creating, editing, and validating WinPEStartup Profile JSON files for OSDeploy Boot and OSDCloud.
- [Build-OSDeployBoot](https://www.osdeploy.com/osdeploy-insider/agents-skills/build-osdeployboot.md): Agent instructions for generating a valid Build-OSDeployBoot command from a user's requested source, profile, architecture, and build options.
- [New-OSDeployHyperVM](https://www.osdeploy.com/osdeploy-insider/agents-skills/new-osdeployhypervm.md): GitBook Assistant Agent instructions for planning, previewing, and creating a Hyper-V virtual machine with New-OSDeployHyperVM.


---

# 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.osdeploy.com/osdeploy-insider.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.
