# 상점과 야시장

## 1. 상점 확인하기 (로그인 되어 있을 시) <a href="#store" id="store"></a>

로그인 되어있을 시에는 **/상점** 명령어를 통해서 상점을 확인하실 수 있습니다.\
채팅창에  /상점 명령어를 입력하고 실행해보세요.

<figure><img src="/files/irQ5SUm7jgEGXj2YPgYT" alt=""><figcaption><p>일일 상점</p></figcaption></figure>

정상적으로 로그인 되어 있다면 위와 같은 일일 상점을 확인하실 수 있습니다.

```
/상점
```

## 2. 야시장 확인하기 (로그인 되어 있을 시) <a href="#nightmarket" id="nightmarket"></a>

로그인 되어있을 시에는 상점과 마찬가지로 **/야시장** 명령어를 통해 야시장을 확인할 수 있습니다.\
채팅창에 /야시장 명령어를 입력하고 실행해보세요.

<figure><img src="/files/48Z140zNFO1hegTkZOMy" alt=""><figcaption><p>야시장 화면</p></figcaption></figure>

이렇게 여러분 계정의 야시장을 확인하실 수 있습니다.

```
/야시장
```

## 3. 로그인 되어있지 않을 시 <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/store.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.
