# 유의사항

{% hint style="info" %}

### 언더바(\_)로 시작하는 메타와 항목은 수정/삭제하시면 안됩니다.

{% endhint %}

* 언더바(\_)로 시작하는 메타와 항목은 오마이앱에서 생성하여 기본 제공되는 것입니다.
* 새로운 메타를 작성할때 언더바(\_)로 시작하지 않을 것을 유의해 주세요.
* 아래는 자동 생성되는 메타와 항목입니다.

#### 메타 (collection)

* \_activity
* \_autoMediaList
* \_autoNaver
* \_autoNews
* \_autoReviews
* \_baseMeta
* \_defaultMeta
* \_code
* \_docTimeline
* \_docTimelineLookup
* \_eventFlow
* \_file
* \_fileUpload
* \_log
* \_menu
* \_meta
* \_project
* \_properties
* \_reply
* \_thirdeyeFavorites
* \_users

#### 항목 (column)

**\_id**\
: 문서의 ID

**\_createTime**\
: 글 작성 시간

**\_createUser**\
: 글 작성자의 데이터

**\_updateTime**\
: 글 수정 시간

**\_updateUser**\
: 글 수정자의 데이터

**\_docTimelineViews**\
: 글의 조회수 정보

**\_docTimelineReport**\
: 글의 신고정보 리스트 정보

**\_docTimelineReply**\
: 댓글 수 및 댓글 리스트 정보

**\_docTimelineReplyApp**\
: 대댓글 수 및 대댓글 리스트의 정보

**\_docTimelineLike**\
: 글의 좋아요 수 및 좋아요 누른 유저들의 정보

**\_docTimelineDislike**\
: 글의 싫어요 수 및 싫어요를 누른 유저들의 정보

> 기타 **\_docTimeline**은 로직 설정에서 추가로 입력할 경우 보여요.

2023 09 12 ruru


---

# 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/note.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.
