> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/page-layout/card-floating.md).

# 카드 플로팅

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

* 피드의 게시물 위로 원하는 블록을 올리고 싶을 때 사용해요.&#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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/page-layout/card-floating.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
