# Frame

The 'Web Frame' component is used to embed and display web content within an interface.

## Properties

| Property      | Value Sample   | Value Type | Description                                                             |
| ------------- | -------------- | ---------- | ----------------------------------------------------------------------- |
| Name          | frame1, frame2 | string     | Specifies the name or identifier of the web frame component.            |
| Hide On Print | True, False    | boolean    | If set to true, hides the web frame component when the page is printed. |
| Style Class   | frame-style    | string     | Applies a custom style class to the web frame component.                |
| URL           | web\_url       | string     | Specifies the URL or web address to be displayed within the frame.      |

## Related Actions

N/A

## Example Uses

N/A


---

# 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.emobiq.com/emobiq-client/004-ui-components/basic/frame.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.
