> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/powershell-universal/platform.md).

# Platform

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/powershell-universal/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.
