# Configuration

- [Agent](https://docs.powershelluniversal.com/config/agent.md): Information about PowerShell Universal agents.
- [App Settings](https://docs.powershelluniversal.com/config/settings.md): Describes how to set application settings and a definition of the settings.
- [Best Practices](https://docs.powershelluniversal.com/config/best-practices.md): Learn how to best configure PowerShell Universal.
- [Branding](https://docs.powershelluniversal.com/config/login-page.md): Documentation on how to customize branding.
- [Command Line Options](https://docs.powershelluniversal.com/config/command-line-options.md): Command line options for Universal.Server.exe
- [Deployments](https://docs.powershelluniversal.com/config/deployments.md): Immutable configuration packages for PowerShell Universal.
- [Environments](https://docs.powershelluniversal.com/config/environments.md): Information about execution environments.
- [Feature Flags](https://docs.powershelluniversal.com/config/feature-flags.md): Disable features within PowerShell Universal.
- [Git](https://docs.powershelluniversal.com/config/git.md): Git integration for PowerShell Universal.
- [Hosting](https://docs.powershelluniversal.com/config/hosting.md): Various hosting methods for PowerShell Universal.
- [Azure](https://docs.powershelluniversal.com/config/hosting/azure.md): Learn how to host PowerShell Universal in Azure.
- [High Availability](https://docs.powershelluniversal.com/config/hosting/high-availability.md): PowerShell Universal high availability configuration.
- [IIS](https://docs.powershelluniversal.com/config/hosting/hosting-iis.md): Information about hosting PowerShell Universal in IIS.
- [Reverse Proxy](https://docs.powershelluniversal.com/config/hosting/reverse-proxy.md): Configuration information for hosting PowerShell Universal behind a reverse proxy.
- [Management API](https://docs.powershelluniversal.com/config/management-api.md)
- [Module](https://docs.powershelluniversal.com/config/module.md): All about the Universal PowerShell module.
- [Persistence](https://docs.powershelluniversal.com/config/persistence.md): Persistence for PowerShell Universal.
- [psu Command Line Tool](https://docs.powershelluniversal.com/config/psucli.md): psu is a command line utility for working with PowerShell Universal.
- [Repository](https://docs.powershelluniversal.com/config/repository.md): Information about the PowerShell Universal repository.
- [Running as a Service Account](https://docs.powershelluniversal.com/config/running-as-a-service-account.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://docs.powershelluniversal.com/config.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.
