> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero_game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/dehero_game/dehero_game_kr/nft-1.md).

# NFT카드 배치

플레이어는 캠프에 배치 된 전투 NFT를 확인하여 관리할 수 있습니다.

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

NFT 배치: 개인 지갑에 있는 전투 NFT를 게임 캠프에 배치합니다.

유의사항: 파란색등급이하의 카드는 배치 불가합니다.

<div align="left"><img src="/files/fpK51jgPDVtApDqlJZqC" alt=""></div>

NFT 추출 : 게임캠프 내 전투 NFT를 개인 지갑으로 추출

<div align="left"><img src="/files/3u4RNzSZoU6G2ypdi6ex" alt=""></div>


---

# 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://mixmarvel.gitbook.io/dehero_game/dehero_game_kr/nft-1.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.
