# Portal

- [About the Universal Portal](https://docs.powershelluniversal.com/portal/portal.md): End user portal for PowerShell Universal services.
- [Portal Pages](https://docs.powershelluniversal.com/portal/portal-pages.md): Pages in the portal.
- [Portal Widgets](https://docs.powershelluniversal.com/portal/portal-widgets.md): Information about creating portal widgets.
- [Syntax](https://docs.powershelluniversal.com/portal/portal-widgets/syntax.md): Information about PSBlazor syntax.
- [Conditions](https://docs.powershelluniversal.com/portal/portal-widgets/conditions.md): Conditions within portal widgets.
- [Dynamic](https://docs.powershelluniversal.com/portal/portal-widgets/dynamic.md): Dynamic component for portal components.
- [Forms](https://docs.powershelluniversal.com/portal/portal-widgets/forms.md): Forms for portal components.
- [Properties](https://docs.powershelluniversal.com/portal/portal-widgets/properties.md): Properties for Portal Widgets.
- [Services](https://docs.powershelluniversal.com/portal/portal-widgets/services.md): Services available in portal components.
- [Tables](https://docs.powershelluniversal.com/portal/portal-widgets/tables.md): Tables for portal components.


---

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