# VBAS 소개

VBAS는 Valorant Bot Api System의 약자로 원래는 발로봇을 위한 시스템이었다가\
발로봇, 봇 뿐만 아닌 모든 발로란트 API를 사용하는 개발자들을 위한 VBAS가 되었습니다.

발로봇 사용을 위해서는 asyncio 모듈이 필요합니다.

### VBAS 정보

VBAS v.2.0.0 - 2023년 7월 22일 릴리즈 (베타 버전)

## Are you not Korean? Go to [HERE](https://valobot.gitbook.io/vbasen/) and try english docs!


---

# 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/vbaskr/vbas.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.
