# Configuration

- [About](https://docs.powershelluniversal.com/master-1/config/about.md)
- [API](https://docs.powershelluniversal.com/master-1/config/api.md)
- [Environments](https://docs.powershelluniversal.com/master-1/config/environments.md): Information about execution environments.
- [Git](https://docs.powershelluniversal.com/master-1/config/git.md): Git integration for PowerShell Universal.
- [Hosting](https://docs.powershelluniversal.com/master-1/config/hosting.md)
- [Azure](https://docs.powershelluniversal.com/master-1/config/hosting/azure.md): Learn how to host PowerShell Universal in Azure.
- [IIS](https://docs.powershelluniversal.com/master-1/config/hosting/hosting-iis.md): Information about hosting PowerShell Universal in IIS.
- [Single-File](https://docs.powershelluniversal.com/master-1/config/hosting/single-file.md): Single-file hosting and configuration for PowerShell Universal.
- [Login Page](https://docs.powershelluniversal.com/master-1/config/login-page.md): Documentation on how to customize the login page.
- [Management API](https://docs.powershelluniversal.com/master-1/config/management-api.md)
- [Settings](https://docs.powershelluniversal.com/master-1/config/settings.md): Describes how to set application settings and a definition of the settings.
- [Security](https://docs.powershelluniversal.com/master-1/config/security.md)
- [Access Controls](https://docs.powershelluniversal.com/master-1/config/security/access-controls.md): Access controls for PowerShell Universal.
- [App Tokens](https://docs.powershelluniversal.com/master-1/config/security/app-tokens.md): App tokens for accessing PowerShell Universal APIs.
- [Client Certificate](https://docs.powershelluniversal.com/master-1/config/security/client-certificate.md): Client certificate authentication for PowerShell Universal.
- [OpenID Connect](https://docs.powershelluniversal.com/master-1/config/security/openid-connect.md): Configure OpenID Connect with Universal.
- [SAML2](https://docs.powershelluniversal.com/master-1/config/security/saml2.md): SAML2 authentication for PowerShell Universal.
- [WS-Federation](https://docs.powershelluniversal.com/master-1/config/security/ws-federation.md)
- [Repository](https://docs.powershelluniversal.com/master-1/config/repository.md): Information about the PowerShell Universal repository.
- [Running as a Service Account](https://docs.powershelluniversal.com/master-1/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/master-1/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.
