> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/dictionary/page-item-configuration.md).

# 화면 구성 항목

* 화면을 구성하는 필수 요소예요.&#x20;
* 등록/수정 화면, 목록 화면, 상세 화면을 구성하는 블록들을 각각의 '화면 구성 항목' 폴더 안에 넣어서 사용해요.

> \#화면 구성 항목, #등록/수정 화면, #목록 화면, #상세 화면

2023.07.26 Jinny<br>

**Page Item Configuration**

* This component plays a fundamental role within the page structure.
* Under the 'page item configuration' folder, this feature offers a set of building blocks that make up a majority of pages, including new entry/modification items, inventory items, and detailed Item pages.

2023.07.27 Song


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/dictionary/page-item-configuration.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.
