# 입력폼

> **SSOBIG TOOL 입력폼 모듈이란?**
>
> * 입력폼 모듈은 **다양한 응답 유형을 한 곳에서 수집**할 수 있는 모듈입니다.
> * 기존의 개별 응답 모듈(예: **투표, 설문, 가중치, 밸런스 모듈**)을 하나의 입력폼에서 **통합하여 응답을 받을 수 있는 기능**을 제공합니다.

***

### **핵심 기능**

* **통합 응답 수집**
  * 기존의 개별 응답 모듈(투표, 설문, 가중치, 밸런스 등)을 한 번의 입력폼에서 불러와 응답 가능합니다.
  * 단일 모듈로 다양한 질문 유형을 조합하여 사용 가능합니다.
* **단일 제출 & 수정 옵션**
  * 한 번에 모든 응답을 제출해야 됩니다.
  * 제출 후 수정 가능 여부를 설정하여, 플레이어가 다시 응답할 수 있도록 허용 가능합니다.

***

## 입력폼 가이드

### **응답 제출 후 수정 가능**

* **응답 수정 가능 여부 설정**
  * 응답을 제출한 후, 플레이어가 다시 수정할 수 있도록 허용할지 여부를 설정할 수 있습니다.
  * 자세한 응답 설정 방법은 [응답 설정](https://www.notion.so/194e9a3e204b8005ae7dda2055cf58bc?pvs=21) 페이지를 참조하세요.

### **표시할 응답 목록**

* 표시할 응답 중 어떤 응답을 입력폼으로 불러 올건지 선택할 수 있습니다.
* 상세 설정 및 적용 방법은 표시할 응답 목록 설정 페이지에서 확인할 수 있습니다.

### 현황

* 현재 투표의 응답 현황(누가 응답했는지, 누가 응답하지 않았는지 등)은 [현황](https://www.notion.so/194e9a3e204b8005ae7dda2055cf58bc?pvs=21) 페이지에서 확인할 수 있습니다.

### 제출한 응답 초기화

* 플레이어들이 제출한 응답을 초기화하는 방법은 [응답 초기화](https://www.notion.so/194e9a3e204b8005ae7dda2055cf58bc?pvs=21) 페이지를 참조하세요.


---

# 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://ssobig-corp.gitbook.io/ssobig-tool-guide/undefined-4/undefined-1/undefined-10.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.
