> For the complete documentation index, see [llms.txt](https://bleepy.gitbook.io/bleepy-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bleepy.gitbook.io/bleepy-guide/promotion/game/mission.md).

# 미션

### 1. 친구 초대 미션

**게임을 진행하고 있는 유저에게 재미 요소를 제공하여 신규 고객을 확보하고 리텐션을 높일 수 있는 도구입니다.**&#x20;

* 친구 초대 코드를 친구에게 공유하고, 초대 받은 친구가 회원가입 후 초대 코드를 입력하면 초대한 유저와 초대받은 유저가 모두 리워드를 지급받을 수 있습니다.

<figure><img src="/files/QE4lPVpLSVeEiZTwMMON" alt=""><figcaption></figcaption></figure>

* 게임상에서 '친구 초대' 버튼을 클릭하면 노출되는 팝업입니다.
* 이미지를 설정하지 않은 경우 위 이미지(선물 상자)처럼 기본 이미지가 표시됩니다.
* 리워드 이미지를 설정하면 선물상자 영역에 표시됩니다. 프로모션 등록 화면상 기재된 권장 사이즈로 첨부해주세요.&#x20;

### 2. 매일 미션

**자정에 참여 횟수가 리셋되는 미션으로 매일 매일 참여가 가능하여 리텐션을 높일 수 있는 도구입니다.**

* 유저에게 매일 참여할 수 있는 특정 화면에서 일정시간 체류하여 보상받는 미션(Timer)과 유저가 참여 할 수 있는 행동을 설정하여 설정된 행동을 완료한 경우 보상받는 미션(Action)을 설정할 수 있습니다.
  * 미션에 화면을 이동할 수 있는 링크를 설정하여 클라이언트 서비스 내 화면으로 진입을 유도할 수 있습니다.
* 매일 미션 관련 유저 데이터가 게임 인사이트에서 제공됩니다.

<figure><img src="/files/nj5cU0xoxrcGXNZfbz4J" alt=""><figcaption></figcaption></figure>

* 게임상에서 매일 미션 버튼을 클릭하면 노출되는 팝업입니다.
* Timer 타입은 모래시계, Action 타입은 보석 이미지가 표시됩니다.
* 미션 설정시 입력한 미션명과 리워드명이 순서대로 표시되며, 설정한 참여 횟수가 표시됩니다.
  * Timer의 경우, 미션 완료 이후 설정된 대기 시간 동안 참여가 불가능합니다. 설정된 대기시간은 미션을 완료하면 타이머가 표시되어 게임내에서 확인할 수 있습니다.
  * Action의 경우, 하루에 참여할 수 있는 참여 횟수를 설정할 수 있으며 설정된 횟수만큼 미션 참여가 가능합니다.

{% hint style="danger" %}
개발 작업이 필요한 항목이므로 자세한 내용은 개발자 가이드를 확인해주세요.
{% endhint %}


---

# 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://bleepy.gitbook.io/bleepy-guide/promotion/game/mission.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.
