# Platform

- [Cache](https://docs.powershelluniversal.com/platform/cache.md): Caching mechanisms in PowerShell Universal.
- [Computers](https://docs.powershelluniversal.com/platform/computers.md): Computers are PowerShell Universal instances connected to the same database and git repository.
- [Health Checks](https://docs.powershelluniversal.com/platform/health-checks.md): Heatlh checks to run against the PowerShell Universal platform.
- [Gallery](https://docs.powershelluniversal.com/platform/library.md): The PowerShell Universal Gallery of scripts, widgets, triggers and more.
- [Middleware](https://docs.powershelluniversal.com/platform/middleware.md): Customize HTTP requests in PowerShell Universal.
- [Modules](https://docs.powershelluniversal.com/platform/modules.md): Module management for PowerShell Universal.
- [Monitoring](https://docs.powershelluniversal.com/platform/monitoring.md): Monitoring PowerShell Universal with Application Insights and Performance Counters
- [Notifications](https://docs.powershelluniversal.com/platform/notifications.md): Notifications generated by PowerShell Universal.
- [Plugins](https://docs.powershelluniversal.com/platform/plugins.md): Plugins that extend the PowerShell Universal platform.
- [C# API Endpoints](https://docs.powershelluniversal.com/platform/plugins/c-api-endpoints.md): This plugin enables C# support for API endpoints.
- [OpenTelemetry](https://docs.powershelluniversal.com/platform/plugins/opentelemetry.md): Send telemetry data to OpenTelemetry.
- [YARP](https://docs.powershelluniversal.com/platform/plugins/yarp.md): Host Yet Another Reverse Proxy (YARP).
- [MCP Server](https://docs.powershelluniversal.com/platform/plugins/mcp-server.md): Enable a model context protocol server.
- [Published Folders](https://docs.powershelluniversal.com/platform/published-folders.md): Serve files from PowerShell Universal
- [Tags](https://docs.powershelluniversal.com/platform/tags.md): Tags are grouping mechanisms in PowerShell Universal.
- [Telemetry](https://docs.powershelluniversal.com/platform/telemetry.md): Anonymous data collected by Ironman Software about PowerShell Universal.
- [Translations](https://docs.powershelluniversal.com/platform/translations.md): Translate strings between languages.
- [User Sessions](https://docs.powershelluniversal.com/platform/user-sessions.md): Information about user sessions.
- [Variables](https://docs.powershelluniversal.com/platform/variables.md): Information about PowerShell Universal variables.


---

# 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/platform.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.
