> For the complete documentation index, see [llms.txt](https://docs.zingy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zingy.ai/app-editor/page-flow/toolbox-blocks/element.md).

# Element

{% hint style="info" %}
**Block Information**

Available in: Page Flow

Toolbox Category: Html/DOM

Block Type: [Output](/app-editor/page-flow/block-anatomy.md#output-block)

Output Type: [*element*](/app-editor/page-flow/references/value-types.md)
{% endhint %}

**`Element`** is an [output block](/app-editor/page-flow/block-anatomy.md#output-block) that allows you to retrieve a reference to any element on a page or form by selecting it. The output is of type [*element*](/app-editor/page-flow/references/value-types.md) and is compatible with [Value Parameters](/app-editor/page-flow/block-anatomy.md#value-parameters) of type [*element*](/app-editor/page-flow/references/value-types.md) or of type [*any*](/app-editor/page-flow/references/value-types.md).

<div align="left"><figure><img src="/files/frrkY2L0aWaGX7hGKBwq" alt="" width="218"><figcaption><p>Element block</p></figcaption></figure></div>

The block consists of *Element* a [Selectable Input](/app-editor/page-flow/block-anatomy.md#selectable-input) to choose the element you want to retrieve.

***

## Usage Example

The image below shows an example of the Element block where the value of the selected [Input](/app-editor/page-editor/built-in-elements/input.md) element is set to the text "*Hello!*" using the [Set Input Value](/app-editor/page-flow/toolbox-blocks/set-input-value.md) block.

<div align="left"><figure><img src="/files/f5IITsRUTorn5m9hZvP0" alt="" width="563"><figcaption><p>Example of the Element block</p></figcaption></figure></div>


---

# 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.zingy.ai/app-editor/page-flow/toolbox-blocks/element.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.
