# Configuration

- [About](https://docs.powershelluniversal.com/v4-beta/config/about.md)
- [API](https://docs.powershelluniversal.com/v4-beta/config/api.md)
- [Command Line Options](https://docs.powershelluniversal.com/v4-beta/config/command-line-options.md): Command line options for Universal.Server.exe
- [Environments](https://docs.powershelluniversal.com/v4-beta/config/environments.md): Information about execution environments.
- [Feature Flags](https://docs.powershelluniversal.com/v4-beta/config/feature-flags.md): Disable features within PowerShell Universal.
- [Git](https://docs.powershelluniversal.com/v4-beta/config/git.md): Git integration for PowerShell Universal.
- [Hosting](https://docs.powershelluniversal.com/v4-beta/config/hosting.md)
- [Azure](https://docs.powershelluniversal.com/v4-beta/config/hosting/azure.md): Learn how to host PowerShell Universal in Azure.
- [High Availability](https://docs.powershelluniversal.com/v4-beta/config/hosting/high-availability.md): PowerShell Universal high availability configuration.
- [IIS](https://docs.powershelluniversal.com/v4-beta/config/hosting/hosting-iis.md): Information about hosting PowerShell Universal in IIS.
- [Reverse Proxy](https://docs.powershelluniversal.com/v4-beta/config/hosting/reverse-proxy.md): Configuration information for hosting PowerShell Universal behind a reverse proxy.
- [Login Page](https://docs.powershelluniversal.com/v4-beta/config/login-page.md): Documentation on how to customize the login page.
- [Management API](https://docs.powershelluniversal.com/v4-beta/config/management-api.md)
- [Persistence](https://docs.powershelluniversal.com/v4-beta/config/persistence.md): Persistence for PowerShell Universal.
- [App Settings](https://docs.powershelluniversal.com/v4-beta/config/settings.md): Describes how to set application settings and a definition of the settings.
- [Security](https://docs.powershelluniversal.com/v4-beta/config/security.md): Security features of PowerShell Universal.
- [Access Controls](https://docs.powershelluniversal.com/v4-beta/config/security/access-controls.md): Access controls for PowerShell Universal.
- [App Tokens](https://docs.powershelluniversal.com/v4-beta/config/security/app-tokens.md): App tokens for accessing PowerShell Universal APIs.
- [Client Certificate](https://docs.powershelluniversal.com/v4-beta/config/security/client-certificate.md): Client certificate authentication for PowerShell Universal.
- [OpenID Connect](https://docs.powershelluniversal.com/v4-beta/config/security/openid-connect.md): Configure OpenID Connect with Universal.
- [PowerShell Protect](https://docs.powershelluniversal.com/v4-beta/config/security/powershell-protect.md): PowerShell Protect integration for PowerShell Universal.
- [SAML2](https://docs.powershelluniversal.com/v4-beta/config/security/saml2.md): SAML2 authentication for PowerShell Universal.
- [WS-Federation](https://docs.powershelluniversal.com/v4-beta/config/security/ws-federation.md)
- [Repository](https://docs.powershelluniversal.com/v4-beta/config/repository.md): Information about the PowerShell Universal repository.
- [Running as a Service Account](https://docs.powershelluniversal.com/v4-beta/config/running-as-a-service-account.md)
- [Best Practices](https://docs.powershelluniversal.com/v4-beta/config/best-practices.md): Learn how to best configure PowerShell Universal.


---

# 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/v4-beta/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.
