# 카드 플로팅

**카드 플로팅은 언제 사용하나요?**

* 피드의 게시물 위로 원하는 블록을 올리고 싶을 때 사용해요.&#x20;
* 예를 들면 쇼핑몰 앱에서 상품이 품절 됐을 경우, "일시 품절" 텍스트로 상품 이미지 위를 덮을 수 있어요. &#x20;

**카드 플로팅의 특징은 무엇인가요?**

* 전체 화면에 하나의 아이템을 띄워 놓는 것은 [플로팅 아이템](/main/guide/develop_app/4/page-layout/floatingitem.md), 각 게시물마다 아이템을 띄워 놓는 것이 카드 플로팅이에요.
* 단일 메타에서만 사용할 수 있어요.
* [복합 메타](/main/guide/dictionary/meta.md)에서 보여주기 위해서는 [listByMeta](/main/guide/develop_app/4/block/list/listbymeta.md)블록을 사용해요.&#x20;

<div align="left"><figure><img src="/files/xAw7FT9T7JOME7doG50k" alt=""><figcaption></figcaption></figure></div>

2023.11.27 Jinny<br>


---

# 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/4/page-layout/card-floating.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.
