# General

## What you need to have to run bot?

Bot is working only on **64Bit** Systems.&#x20;

Windows 10 and Windows server 2016/2019 is only supported.

**Windows 7/8/8.1 and Windows server 2012** **can give trouble and we are not helping if you have any issues on these systems.**

To have all dependencies installed to be able to run bot,  **Run as Admin** <https://darkbot.eu/downloads/Runtimes4DarkBot.exe>

## If you are using VPS:

&#x20;**Disable IE security** settings, windows server has this enabled by default! (See image):

![Turning off IE security](https://1776766232-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6u7sjEtlS7Idfylzej%2F-M6u7z8FH_PAvjuyubjD%2F-M6uExq2tp6zwEbHlHj6%2Fimage0.png?alt=media\&token=9e3aff9a-7d23-4c0c-88e2-0368a7c11370)

**Windows Server 2016 with Desktop Experience**

Open Powershell with administrative rights and enter

```
dism /online /add-package /packagepath:"C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"
```

**Windows Server 2019 with Desktop Experience**

Open Powershell with administrative rights and enter

```bash
dism /online /add-package /packagepath:"C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.17763.1.mum"
```

{% hint style="info" %}
After all restart the server
{% 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://guide.darkbot.eu/master.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.
