# 폼 기본기능

{% hint style="info" %}
**Good to know:** 설정에 따라서 다양한 형태로 구성이 가능합니다. 하지만 기본적인 형태와 동작은 동일합니다.
{% endhint %}

### 폼 구성 알아보기    &#x20;

폼은 상단의 검색영역과 데이터표시영역, 데이터 상세표시 영역으로 3영역으로 구성이 됩니다.

![](/files/n1kBkMQLsWyQXmBngXUP)

검색 영역에서 조건을 지정하고 조회 버튼을 누르면  목록 표시에 조건에 맞는 데이터가 검색되고 목록 표시 영역을 선택하면 상세 표시 영역에 자료가 표시됩니다.

\[신규] 새로운 자료를 등록할 수 있는 빈 행을 만듭니다.

\[복사] 현재의 행을 복사하여 새로운 행을 만듭니다.

\[삭제] 선택된 행을 삭제합니다

\[저장] 편집된 내용을 저장합니다.

\[엑셀] 목록 표시 영역을 엑셀 파일로 다운로드합니다.

### 단축키로 활용하기    &#x20;

alt+Q : 조회

alt+N : 추가

alt+S : 저장

alt+D : 삭제     &#x20;

alt+-> : 다음 행 이동

alt+<- : 이전 행 이동


---

# 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://devops-32.gitbook.io/myapps/appuse/undefined.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.
