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

# Docs

- [Deployment](https://osconfig.osdeploy.com/docs/untitled.md)
- [ConfigMgr New PC TS Package](https://osconfig.osdeploy.com/docs/untitled/configmgr-new-pc-ts-package.md)
- [ConfigMgr New PC TS Unattend.xml](https://osconfig.osdeploy.com/docs/untitled/configmgr-new-pc-ts-unattend.xml.md)
- [ConfigMgr New PC TS Provisioning Package](https://osconfig.osdeploy.com/docs/untitled/configmgr-new-pc-ts-provisioning-package.md)
- [MDT New PC TS](https://osconfig.osdeploy.com/docs/untitled/mdt-new-pc-ts.md)
- [Customize](https://osconfig.osdeploy.com/docs/untitled-1.md)
- [Alpha](https://osconfig.osdeploy.com/docs/untitled-1/alpha.md)
- [Apps](https://osconfig.osdeploy.com/docs/untitled-1/apps.md)
- [Background](https://osconfig.osdeploy.com/docs/untitled-1/background.md)
- [LocalPolicy](https://osconfig.osdeploy.com/docs/untitled-1/localpolicy.md)
- [ImportGPO](https://osconfig.osdeploy.com/docs/untitled-1/localpolicy/importgpo.md)
- [ImportTXT](https://osconfig.osdeploy.com/docs/untitled-1/localpolicy/importtxt.md)
- [LGPO](https://osconfig.osdeploy.com/docs/untitled-1/localpolicy/lgpo.md)
- [Import-GPO.ps1](https://osconfig.osdeploy.com/docs/untitled-1/localpolicy/import-gpo.ps1.md)
- [RegistryXML](https://osconfig.osdeploy.com/docs/untitled-1/registryxml.md)
- [Scripts](https://osconfig.osdeploy.com/docs/untitled-1/scripts.md)
- [Start](https://osconfig.osdeploy.com/docs/untitled-1/start.md)
- [Theme](https://osconfig.osdeploy.com/docs/untitled-1/theme.md)
- [Zeta](https://osconfig.osdeploy.com/docs/untitled-1/zeta.md)
- [Group Policies](https://osconfig.osdeploy.com/docs/untitled-2.md)
- [Best Practices](https://osconfig.osdeploy.com/docs/untitled-2/best-practices.md)
- [Edit Local Policy with Reg Keys](https://osconfig.osdeploy.com/docs/untitled-2/best-practices/edit-local-policy-with-reg-keys.md)
- [Active Directory GPO](https://osconfig.osdeploy.com/docs/untitled-2/active-directory-gpo.md)
- [Build a Domain Controller](https://osconfig.osdeploy.com/docs/untitled-2/build-a-domain-controller.md)
- [Update ADMX Templates](https://osconfig.osdeploy.com/docs/untitled-2/update-admx-templates.md)
- [Local vs Domain Policies](https://osconfig.osdeploy.com/docs/untitled-2/local-vs-domain-policies.md)
- [Import OSDeploy GPOs](https://osconfig.osdeploy.com/docs/untitled-2/import-osdeploy-gpos.md)
- [Edit OSDeploy Branding GPO](https://osconfig.osdeploy.com/docs/untitled-2/edit-osdeploy-branding-gpo.md)
- [Provisioning Packages](https://osconfig.osdeploy.com/docs/untitled-3.md)
- [PowerShell Script to PPKG](https://osconfig.osdeploy.com/docs/untitled-3/powershell-script-to-ppkg.md)
- [OSConfig to PPKG](https://osconfig.osdeploy.com/docs/untitled-3/osconfig-to-ppkg.md)
- [Registry](https://osconfig.osdeploy.com/docs/untitled-4.md)
- [Group Policy Preferences](https://osconfig.osdeploy.com/docs/untitled-4/group-policy-preferences.md)
- [GPP Registry.xml](https://osconfig.osdeploy.com/docs/untitled-4/gpp-registry.xml.md)
- [RegistryXML Files](https://osconfig.osdeploy.com/docs/untitled-4/registryxml-files.md)
- [Convert REG to RegistryXML](https://osconfig.osdeploy.com/docs/untitled-4/convert-reg-to-registryxml.md)
- [Apply RegistryXML Files](https://osconfig.osdeploy.com/docs/untitled-4/apply-registryxml-files.md)
- [How To](https://osconfig.osdeploy.com/docs/untitled-5.md)
- [Theme Customization](https://osconfig.osdeploy.com/docs/untitled-5/theme-customization.md)


---

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