> 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/create-edit.md).

# 등록/수정 화면

게시물(데이터)을 작성할 때 내용 입력 및 등록, 수정할 수 있는 화면이에요. 제목, 내용, 사진, 동영상 등의 데이터를 입력할 수 있는 칸을 만들어주거나 그 외 다른 기능들을 추가하고 수정할 수 있는 곳이에요.

> \#등록/수정 화면, #게시물 등록하기, #게시물 수정하기, #데이터 입력하기, #글 쓰기, #게시물 작성

2023.07.26 Jinny

**Register/Edit Page**

This page serves as a platform for entering, registering, and modifying post content (data). Within this space, users can input various data elements, such as titles, content, photos, videos, and more. Additionally, there are options to incorporate and modify additional functions as needed.

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/create-edit.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.
