# 번들 관련

## 1. 번들 정보 확인하기 <a href="#searchbundle" id="searchbundle"></a>

만약 여러분이 원하는 번들의 정보를 확인하고 싶으시면 **/번들찾기** 명령어를 사용해보세요.

<figure><img src="/files/wShphLMINX3Yi31TfNdo" alt=""><figcaption><p>번들찾기</p></figcaption></figure>

여러분이 원하시는 번들을 찾으실 수 있습니다.

```
/번들찾기 [번들이름]
```

{% hint style="info" %}
프라임, 약탈자와 같이 2.0 이상이 포함된 번들은 첫번째 결과가 1.0, 두번째가 2.0입니다.
{% endhint %}

## 2. 현재 번들 정보 (로그인 되어 있을 시) <a href="#currentbundle" id="currentbundle"></a>

현재 상점에서 판매되고 있는 번들의 정보를 얻기 위해서는 **/현재번들** 명령어를 사용해야 합니다.\
이 명령어는 반드시 로그인 되어 있어야 사용이 가능하니 참고 바랍니다!

<figure><img src="/files/FNHtVNAl0NwiuIwW7jVI" alt=""><figcaption><p>현재 번들 정보</p></figcaption></figure>

```
/현재번들
```

{% hint style="info" %}
위에 2023 챔피언스 컬렉션의 대표 사진이 뜨지 않는 이유는 외부 API때문입니다.\
다른 번들에는 잘 나타나니 이 점 참고 바랍니다!
{% endhint %}


---

# 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/bundle.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.
