# Available Vars

Config vars are basically the variables which configure or modify bot to function, which are the basic necessities of plugins or code to work. You have to set the proper mandatory vars to make it functional and to start the basic feature of bot.

## 🔗 Here's the list of Available Vars

Click on any var from the list below to get the detailed description and setup guide.

* [API\_ID](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#1.-api_id)
* [API\_HASH](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#2.-api_hash)
* [BOT\_TOKEN](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#3.-bot_token)
* [SESSION\_NAME](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#4.-session_name)
* [MONGODB\_URL](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#5.-mongodb_url)
* [BOT\_USERNAME](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#6.-bot_username)
* [OWNER\_USERNAME](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#7.-owner_username)
* [OWNER\_NAME](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#8.-owner_name)
* [OWNER\_ID](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#9.-owner_id)
* [SUDO\_USERS](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#10.-sudo_users)
* [GROUP\_SUPPORT](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#11.-group_support)
* [UPDATES\_CHANNEL](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#12.-updates_channel)
* [UPSTREAM\_REPO](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#13.-upstream_repo)
* [COMMAND\_PREFIXES](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#14.-command_prefixes)
* [ALIVE\_IMG](https://levina.gitbook.io/videostreambot/vars/pages/1QUNvZZuWgoyrk3Qylj0#15.-alive_img)


---

# 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://levina.gitbook.io/videostreambot/vars/available-vars.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.
