# 메타

**웹 메타**

* 데이터의 모든 것을 정의 하고 모든 정보를 가지고 있는 곳이에요. 예를 들면, A가 있고 A의 저 너머 '메타'에는 A에 대한 모든 정보가 있다. 그리고 그 모든 정보를 우리가 정의할 수 있는 거예요.

**앱 메타**

* **단일 메타**
  * 단일 메타는 DB(데이터 베이스)와 바로 연결이 가능한 메타예요. 때문에 관리자 웹 페이지에 저장된 데이터를 별도의 장치 없이, ID 연결 만을 통해 단일 메타 앱 화면에 바로 보여줄 수 있어요.
* **복합 메타**
  * 복합 메타는 도화지라고 생각하면 이해가 쉬워요. 정해진 모양없이 원하는 대로 화면을 커스텀 할 수 있어요.&#x20;
  * 복합 메타에서 단일 메타의 데이터를 불러오기 위해서는 [listByMeta](/main/guide/develop_app/4/block/list/listbymeta.md)블록을 이용해야 해요.

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

> \#메타, #단일 메타, #복합 메타, #DB, #데이터베이스, #listByMeta, #메타 선택, #메타 종류

2023.07.31 Jinny

**Dataset**&#x20;

The 'dataset' component serves as the ultimate reference for defining and containing all information within the data. For example, for a specific element A, the meta encompasses comprehensive details about A, enabling us to define all relevant information related to it.

**Dataset**&#x20;

* A dataset is a type data that can be directly connected to a database (DB).
* In a dataset, you must adhere to the format used in that specific data. (You cannot use the format used in compound meta.)

**Dataset collection**

* A dataset collection is like a blank canvas or drawing paper, allowing you to customize the page as you wish without a fixed shape.
* The definitions of dataset collection and compound module are not very different. However, when a module is set as a compound module, the rules of the sub-items must follow the structure defined by the dataset collection.
* To import data from a single module into a dataset collection, you must use the listByMeta building blocks to convert the rules of the sub-items to those of a compound module.

2023.08.10 Hwaran


---

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