# 폼 생성

**SmallBuilder Forms를 사용하여 설문을 위한 폼을 생성합니다.**

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

<table><thead><tr><th width="81">번호</th><th width="227">필드명</th><th width="355">설명</th><th>필수</th></tr></thead><tbody><tr><td>1</td><td>Form Name</td><td>폼 이름을 기재합니다.</td><td><mark style="color:red;">✔️</mark></td></tr><tr><td>2</td><td>레이블</td><td>폼 레이블을 기재합니다.</td><td></td></tr><tr><td>3</td><td>활성화 버전</td><td>폼 버전 중 실제로 사용할 버전을 기재합니다.</td><td></td></tr><tr><td>4</td><td>설명</td><td>폼에 대한설명을 기재합니다.</td><td></td></tr><tr><td>5</td><td>대상 오브젝트 이름</td><td>설문을 요청할 대상 오브젝트의 Api 이름을 기재합니다.</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://help.smallbuilder.com/ko/smallbuilder-forms/undefined-1/basicinfo.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.
