# 입력 사용 방법

### 1️⃣ 입력 생성 및 로직 설정하기

1. Input을 선택해 입력을 생성해 주세요.
2. 생성된 입력창을 클릭하고 우측 로직 탭에서 아래와 같이 로직을 설정해 주세요.

* Condition : 입력값이 변할 시
* Result : 입력된 데이터 저장, 키 값은 적절히 입력(예제에서는 name 으로 입력)

<figure><img src="https://static.waveon.io/img/guide/input-logic-setting.png" alt=""><figcaption></figcaption></figure>

이렇게 설정하면, 입력에 데이터가 입력될 때마다 설정한 키에 데이터가 저장 됩니다.

### 2️⃣ 저장된 입력 데이터 활용

1. 새로운 페이지에서 텍스트를 생성해 주세요
2. 텍스트에 ${설정한 키} 를 입력해 주세요. 예제에서는 name 이라는 키를 설정 하였으므로, ${name} 이라고 입력 하였습니다.&#x20;

   <figure><img src="https://static.waveon.io/img/guide/input-text-setting.png" alt=""><figcaption></figcaption></figure>
3. 테스트를 위해 입력창이 있는 페이지에 버튼을 만들고 [페이지 이동 로직](https://www.waveon.io/guides/logic/go-to-page)을 이용해 버튼 클릭시 새로 생성한 페이지로 이동하도록 설정해 주세요.&#x20;

<figure><img src="https://static.waveon.io/img/guide/input-button-setting.png" alt=""><figcaption></figcaption></figure>

4. 이제 테스트 해 봅시다!. 입력 값을 넣고 버튼을 클릭하면 새로운 페이지에 입력된 데이터가 표시 됩니다.


---

# 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.waveon.io/logic/input.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.
