# 선택

- [드롭다운 선택](https://docs.ohmyapp.io/main/guide/develop_app/4/block/select/combo.md): 여러 개의 선택지 중 한 가지를 선택할 수 있도록 드롭다운 리스트로 선택지를 보여줘요.
- [체크박스](https://docs.ohmyapp.io/main/guide/develop_app/4/block/select/checkbox.md): 하나의 체크 박스를 보여줘요.
- [단일 항목 선택](https://docs.ohmyapp.io/main/guide/develop_app/4/block/select/radio-button.md): 선택할 수 있는 버튼으로 옵션 코드를 보여줘요.
- [다중 항목 선택](https://docs.ohmyapp.io/main/guide/develop_app/4/block/select/group-checkbox.md): 중복 선택 가능한 버튼으로 옵션 코드를 보여줘요.


---

# 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.ohmyapp.io/main/guide/develop_app/4/block/select.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.
