# Config

## Here's an Example example.env

* Edit these value with your own values.
* Don't use any `""` for values.
* Remove all description and extra lines from .env (if any).

### 🔗 Setup with Mandatory Vars

Setting up bot with minimum vars.

```
API_ID = 12345
API_HASH = abcdefg
BOT_TOKEN = 500688:abcdefghijklmnopqrstu
SESSION_NAME = PYROGRAM_SESSION_STRING
MONGODB_URL = MONGO_DATABASE_URL
BOT_USERNAME = YOUR_BOT_USERNAME
OWNER_ID = YOUR_TELEGRAM_ID
OWNER_NAME = YOUR_TELEGRAM_NAME
OWNER_USERNAME = YOUR_TELEGRAM_USERNAME
SUDO_USERS = 1757169682 859229457
```

### 🔗 Setup the Additional Vars

Setting up the Additional Vars for your bot.

```
GROUP_SUPPORT = YOUR_GROUP_USERNAME
UPDATES_CHANNEL = YOUR_CHANNEL_USERNAME
UPSTREAM_REPO = YOUR_FORKED_REPO_URL
COMMAND_PREFIXES = / . ! $
ALIVE_IMG = COSTUME_IMAGE_URL
```


---

# 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/setup-config/config.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.
