# 배틀패스, 미션, 포인트

## 1. 배틀패스 확인하기 (로그인 되어 있을 시) <a href="#battlepass" id="battlepass"></a>

여러분의 계정의 배틀패스를 확인하시고 싶을 시에는 **/배틀패스** 명령어를 통해 확인하실 수 있습니다.\
/배틀패스 라고 입력후 명령어를 실행해주세요

<figure><img src="/files/7A3uhlumJJqPNrHhNFYc" alt=""><figcaption><p>배틀패스</p></figcaption></figure>

다음 보상, XP와 종료 시간, 티어까지 확인하실 수 있습니다.

```
/배틀패스
```

## 2. 미션 체크하기 (로그인 되어 있을 시) <a href="#mission" id="mission"></a>

발로봇에서 여러분의 미션과 그 진행도를 확인하고 싶으시면, **/미션** 명령어를 사용해주세요.

<figure><img src="/files/2Z9gaAXn2htibUSG5mC3" alt=""><figcaption><p>미션 명령어</p></figcaption></figure>

여러분의 미션들 목록과 그 진행도를 확인하실 수 있습니다!

```
/미션
```

## 3. VP, RP확인하기 (로그인 되어 있을 시) <a href="#points" id="points"></a>

현재 여러분의 계정에 VP와 RP가 얼마나 남아있나 확인하기 위해서는\
발로봇에서 /**포인트** 명령어를 통해 확인하실 수 있습니다!

<figure><img src="/files/LPFhn4AxDOXToRbTbRDe" alt=""><figcaption><p>VP, RP 확인하기</p></figcaption></figure>

여러분의 VP와 RP를 확인하실 수 있습니다!

```
/포인트
```

## 4. 로그인 되어있지 않을 시 <a href="#notlogined" id="notlogined"></a>

로그인 되어있지 않거나 로그인 되어있는 계정 말고 다른 계정의 상점, 야시장을 확인하시고 싶다면,\
[여기 링크](/valobot/nologin.md)에서 확인해주세요


---

# 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://valobot.gitbook.io/valobot/utils.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.
