> For the complete documentation index, see [llms.txt](https://docs.inputflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inputflow.com/engagement-boosters/display-data.md).

# Display data

To display user input or the value of a variable inside of your form, you just have to write @\[input or variable name] inside of a text element (headings, paragaphs, text blocks, etc).

If you for example want to display the value of the field "First name", then you would have to write @\[First name].

### Example data display

This is how it looks like in the Designer:

<div align="left"><figure><img src="/files/8qv1tSGaYlO6OYmUFDmP" alt="" width="370"><figcaption><p>Inside the Webflow Designer</p></figcaption></figure></div>

The user of the form fills out the "First name" field

<div align="left"><figure><img src="/files/MXQfbPNC1csID3nL2HS7" alt="" width="370"><figcaption><p>User fills out the "First name"  field</p></figcaption></figure></div>

**The first name is dynamically displayed in the next step of the form**&#x20;

(And in all other places where a text element contained the @\[First name] placeholder):

<div align="left"><figure><img src="/files/r4vR7cME8aNfe2BiSlnn" alt="" width="370"><figcaption></figcaption></figure></div>

You can use this functionality to display any Input value of your choice. You can also display variable values this way.

If you have a variable called "price", then you could display it anywhere inside the form, simply by typing @\[price]


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.inputflow.com/engagement-boosters/display-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
