# Downloading the Bot

**To download the bot, you can click this link** [**Master Branch Download**](https://github.com/elebumm/RedditVideoMakerBot/archive/refs/heads/master.zip)

**To view the source code of the master branch, you can visit** [**The Bot Github**](https://github.com/elebumm/RedditVideoMakerBot)

**To download the Develop Branch, click this link** [**Develop Branch Download**](https://github.com/elebumm/RedditVideoMakerBot/archive/refs/heads/develop.zip)

**(Note that the develop branch is not stable. Use it at your own risk)**

You can also **clone the repo**:

Using git:

```bash
git clone https://github.com/elebumm/RedditVideoMakerBot.git
```

Using the GitHub CLI:

```bash
gh repo clone elebumm/RedditVideoMakerBot
```

There will be a new directory in your current working directory called `RedditVideoMakerBot`.

Use **Github Desktop:**

![GD](/files/5W2hcZnqdhguPRxO3ig5)

The repo will appear in your GitHub desktop app.

Or **download the zip** (the same as using the downloads at the top of this page).

![](/files/BUzHvkkAZn5i7orAwIWa)

The download should start (on Firefox and similar browsers, you may need to confirm the download). Files should be in your preferred location.

Once done, unzip the files. <--- This applies to the download links at the top of this page as well.


---

# 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://luka-hietala.gitbook.io/documentation-for-the-reddit-bot/downloading-the-bot.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.
