# Guides

- [Autopilot App Registration](https://www.osdeploy.com/guides/autopilot-app-registration.md): David Segura and Mike Marable
- [PSCloudScript](https://www.osdeploy.com/guides/pscloudscript.md): 22.1.17
- [PS Cmdlets](https://www.osdeploy.com/guides/pscloudscript/ps-cmdlets.md): 22.1.16
- [GitHub Gist](https://www.osdeploy.com/guides/pscloudscript/github-gist.md): 22.1.16
- [GitHub Git Repo](https://www.osdeploy.com/guides/pscloudscript/github-git-repo.md)
- [Content-Type | Azure Static Web App](https://www.osdeploy.com/guides/pscloudscript/content-type-or-azure-static-web-app.md): 22.1.16
- [Command Shortening](https://www.osdeploy.com/guides/pscloudscript/command-shortening.md): 22.1.16
- [Azure Key Vault Secret](https://www.osdeploy.com/guides/pscloudscript/azure-key-vault-secret.md): 22.1.17
- [OSD PowerShell Module](https://www.osdeploy.com/guides/pscloudscript/osd-powershell-module.md)
- [PSCloudScript Examples](https://www.osdeploy.com/guides/pscloudscript/pscloudscript-examples.md)
- [Autopilot](https://www.osdeploy.com/guides/pscloudscript/pscloudscript-examples/autopilot.md)
- [AutopilotOOBE](https://www.osdeploy.com/guides/pscloudscript/pscloudscript-examples/autopilotoobe.md)
- [OSDCloud Live](https://www.osdeploy.com/guides/pscloudscript/pscloudscript-examples/osdcloud-live.md)
- [WinPE PowerShell Gallery](https://www.osdeploy.com/guides/pscloudscript/pscloudscript-examples/winpe-powershell-gallery.md)
- [OSDCloud WinPE and OOBE](https://www.osdeploy.com/guides/pscloudscript/pscloudscript-examples/osdcloud-winpe-and-oobe.md)
- [go OSDCloud](https://www.osdeploy.com/guides/go-osdcloud.md): Azure Functions Go Url Shortener
- [Azure Function](https://www.osdeploy.com/guides/go-osdcloud/azure-function.md)
- [Custom Domain](https://www.osdeploy.com/guides/go-osdcloud/custom-domain.md): Azure Function App
- [SSL Binding](https://www.osdeploy.com/guides/go-osdcloud/ssl-binding.md): Azure Function App
- [Proxies](https://www.osdeploy.com/guides/go-osdcloud/proxies.md)


---

# 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://www.osdeploy.com/guides.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.
