# HTML (raw)

The HTML element is a powerful element which is compatible with the [Tags system](/features/advanced/tags-system.md), allowing for complex WordPress form creations where entered data becomes available to your HTML element on the fly. You can use it to embed pages, or just for custom HTML coding.

The HTML element allows you to use [foreach loops](/features/advanced/foreach-loops.md) over dynamic column to print out or display a summary or just information to the user based on their selection/input.

You can also use if statements inside your HTML elements allowing you to display content inside your WordPress form conditionally based on the user selection/input.


---

# 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.super-forms.com/elements/html-elements/html-raw.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.
