# How to display a value previously entered by the user

{% embed url="<https://app.arcade.software/share/YNOhYGPBkhlQotPCX577>" %}

{% hint style="warning" %}
For this tutorial you'll need to have an input component and a text component, to get the name from the user and display it respectively.
{% endhint %}

1. On the page where the input is, open the "Designer" card and select the input component. Remember the "component key" the input has. In this example "name".
2. Using the "Pages" card, go to the page where you want the input value to be displayed.
3. With the "Options" card opened, select the text component where you want the input value to be displayed.
4. In the "Content" tab of the "Options" card, click on the "Text" input and position the cursor where you want the input value to be displayed.
5. Type the component key you memorized on step 1 but between double curly brackets. E.g. {{name}} .

That's it, you're now going to be displaying whatever value the user entered in the selected input.

### Related docs:

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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.trysavvy.com/how-tos/logic-how-tos/how-to-display-a-value-previously-entered-by-the-user.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.
