# 1. 등록/수정 화면에 적용한 드롭다운 선택 옵션을 목록 화면에서도 보이게 하고 싶어요.

1. [등록/수정 화면](/main/guide/dictionary/create-edit.md)에서[ 드롭다운 선택](/main/guide/develop_app/4/block/select/combo.md) 블록에 [옵션](/main/class/puppy-app/3.md)을 등록해 준 것과 같이, [목록 화면](/main/guide/dictionary/list.md)에서도 드롭다운 선택 블록을 넣어 주세요.
2. 등록/수정 화면에서의 드롭다운 선택 블록과[ 항목 ID](/main/guide/dictionary/item-id.md), [옵션](/main/guide/dictionary/option.md)을 똑같이 입력해 주세요.

> \#드롭다운 선택 블록 나타내기, #드롭다운 선택 블록 화면에 보이게 하는 방법, #드롭다운 선택 블록 목록 화면에 추가하는 방법

2023.11.13 Jinny


---

# 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/faq/option/1.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.
