# UIView

## Description:

UI View

We can Render other pages of application here when this page is loaded.

### Allowed Parent Components:

1. Card Body
2. Col
3. Horizontal Section
4. Scroll Layout
5. Tab Item
6. Vertical Section

### Allowed Child Components:

1. Trigger Before Render

### Properties

### ➤ Page State

Page state which needs to be render when this page loaded.

Allowed Values: Free text field

### ➤ State Params

State params of a page which needs to be render when this page is loaded.

Allowed Values: Free text field

### ➤ Default Child State

Provide a final state if the above page state is an abstract

Allowed Values: Free text field


---

# 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.cloudio.io/ui-components/widgets/uiview.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.
