# Provisioning Packages

You can easily convert OSConfig into a Provisioning Package for Windows 10 once you have all your settings complete.

Before getting started, you will need to install Windows Imaging Configuration Designer (WICD or Windows ICD). This is a component of the Windows ADK so get this installed before getting started.

You will also need to create CAB files when creating Provisioning Packages. You can easily make one using the [OSDeploy PowerShell Module](https://www.osdeploy.com/osconfig/downloads/osdeploy-powershell-module)​

## Articles <a href="#articles" id="articles"></a>

* ​[PowerShell Script to PPKG](/docs/untitled-3/powershell-script-to-ppkg.md) - Convert a PowerShell Script to a Provisioning Package
* ​[OSConfig to PPKG](/docs/untitled-3/osconfig-to-ppkg.md) - Convert OSConfig into a Provisioning Package

​


---

# 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://osconfig.osdeploy.com/docs/untitled-3.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.
