# 항목 ID

* 항목 고유의 값으로, 같은 메뉴 안에서 항목 ID가 중복될 경우 오류가 발생할 수 있어요.
* 웹에서 등록한 항목의 데이터를 앱에서도 보이도록 연결할 때 항목 ID를 입력해 불러 와요.&#x20;
* 영어와 숫자 그리고 특수문자(\_) 기호만 사용할 수 있어요.

<div align="left"><figure><img src="/files/vjxm7etP2F1Oa4bqfzL7" alt="" width="563"><figcaption></figcaption></figure></div>

> \#항목 ID, #데이터 연결하기, #항목 불러오기, #항목 연결, #데이터 불러오기

2023.07.24 Jinny

**Item ID**

* Each item must have a unique value, as duplicating item IDs within the same menu can lead to errors.
* When connecting data from the web page to the app for visibility, use the item ID to search for the specific item.
* Please note that only English letters, numbers, and the special character (\_) are allowed for usage in item IDs.

2023.07.27 Song


---

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