# 7. 단일 메타를 복합 메타로 변경하고 싶어요.

* 단일 메타를 복합 메타로 변경할 수는 없어요.
* 다만, 단일 메타를 복합 메타에서 보여줄 수는 있어요.

복합 메타에서 단일 메타를 보여주려면 [listByMeta](/main/guide/develop_app/4/block/list/listbymeta.md) 블록을 이용하면 돼요.

1. 관리자 웹 > 메뉴 설정 > 앱 메뉴 설정 > + 메뉴 추가 를 통해 앱 메뉴를 추가해 주세요.
2. 메타 ID 를 새롭게 입력 후 저장하면, 복합 메타로 메뉴가 추가됩니다.&#x20;
3. 관리자 웹 > 앱 설정 > 좌측 탭 > 추가한 탭을 선택해 주세요.&#x20;
4. 커스텀 화면 폴더에 listByMeta블록을 추가해 주세요.
5. 추가한 listByMeta 블록의 속성 > 데이터 설정 > 메타 코드에 보여주고 싶은 단일 메타를 선택해 주세요.
6. 저장을 눌러주면 새로 추가한 복합 메타 메뉴에 단일 메타가 그려져요.

{% hint style="warning" %}
단, 단일 메타의 '[플로팅 아이템](/main/guide/develop_app/4/page-layout/floatingitem.md)'과 '[헤더](/main/guide/develop_app/4/page-layout/header.md)'는 따라오지 않으니 주의해 주세요.
{% endhint %}

2024.02.16 Jinny


---

# 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/faq/app-settings/7.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.
