# 쿼리 파라미터 입력하기

{% hint style="info" %}
배포한 링크에 쿼리 파라미터를 추가하여, 수집된 리드를 작성한 경로를 알 수 있어요!
{% endhint %}

### 🤔 쿼리 파라미터란?

쿼리 파라미터(Query Parameters)는 URL에 추가 정보를 전달하기 위해 사용되는 문자열이에요. 보통 `?` 뒤에 `key=value` 형태로 추가되며, 여러 개의 파라미터는 `&`로 구분돼요.

예를 들어, `https://example.com/page?name=John&age=30`에서 `name`과 `age`는 쿼리 파라미터예요.

### 1️⃣ 폼 추가하기

고객의 리드를 수집하기 위한 폼을 만들어 주세요.

<figure><img src="/files/GUCjejUxAV6w77yE9GPq" alt=""><figcaption></figcaption></figure>

### 2️⃣ 쿼리 파라미터 추가하기

폼을 클릭한 후, 폼의 로직에서 '구글 시트로 폼 데이터 전송' 로직을 만들고, 쿼리 파라미터를 추가 버튼을 클릭해 주세요.

<figure><img src="/files/M60TvoXQCsphnNNvjTt5" alt=""><figcaption></figcaption></figure>

### 3️⃣ 배포하는 링크에 쿼리 파라미터 추가하기

웨이브온에서 만든 랜딩페이지나 심리테스트로 고객의 리드를 수집하신다면, 고객에게 배포 시에 사용되는 링크 뒤에 쿼리 파라미터를 추가해 주세요.

그러면 고객이 리드를 제출할 때마다 구글 폼에 쿼리 파라미터에 의한 경로가 함께 저장돼요!


---

# 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/user-data/query-parameter.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.
