# First time setup

## Required applications

* Rons CSV Editor - can be downloaded by clicking on this [link](https://adonisbots.com/examplefiles/RonsEditor_2023.04.06.2125_setup.exe)
* Notepad

{% tabs %}
{% tab title="Settings" %}
Edit your settings.json file using Notepad, the settings are explained below:

* [2captcha:](https://2captcha.com/) Enter your 2Captcha API key. Multiple keys be added seperated by a comma.
* [anticaptcha:](https://anti-captcha.com/) Enter your AntiCaptchaAPI key. Multiple keys be added seperated by a comma.
* aycd\_access\_token: AYCD access token which can be found within the AYCD dashboard.
* aycd\_api\_keys: Enter your AYCD API key. **1 API Key can only be used on 1 instance.**
* browser\_amount: The maximum amount of browser you want to open when needed.
* [capmonster:](https://capmonster.cloud/en/) Enter your Capmonster API key. Multiple keys be added seperated by a comma.
* [capsolver:](https://www.capsolver.com/) Enter your Capsolver API key. Multiple keys be added seperated by a comma.
* [ezcaptcha:](https://www.ez-captcha.com/) Enter your EZ Captcha API key. Multiple keys be added seperated by a comma.
* key: Adonis key which can be found within the Adonis dashboard.
* monitor: The monitor delay for your tasks in millisecond, ex: 3500.
* password: Random password of your choice used to encrypt login sessions to keep your data safe.
* retry: The retry delay for your tasks in millisecond, ex: 3500.
* [webhook:](https://www.youtube.com/watch?v=fKksxz2Gdnc\&ab_channel=NoIntroTutorials) Discord webhook URL to receive your webhooks.

{% hint style="info" %}
Monitor and Retry delay can be changed while running, all the other settings require a restart.\
\
The following settings require to be filled in:

* Atleast 1 captcha key
* key
* monitor
* password
* retry
* webhook
  {% endhint %}
  {% endtab %}

{% tab title="Csv file" %}
Open your csv file using rons editor and fill in your info per site. Guides for every site can be found below:

[Supported sites](/site-guides/supported-sites.md)
{% endtab %}

{% tab title="Proxy file" %}
Proxy file is just a .txt file with your proxies in it. You can name it whatever you want and create as many proxy files as you want.

Supported proxy formats are:

* ip:auth
* ip:auth:user:pass

![](/files/RJMf5ZD9795dq0GXAEmQ)
{% endtab %}

{% tab title="Common practices" %}

* Credit Card details are always full month (01) and full year (2025)
* If you are having issues solving 3DS you can always fallback to the BROWSER option, to do so: enter "BROWSER" in the BIC column in your csv.
* You can combine modes by just writing them, you don't need to separate them by a comma or anything. Example: COLLECTMANUAL
* NEVER include country code in your phone number.
* If you want to change the MONITOR and RETRY delay while running you can do so by editing the settings.json file.
* If you want to increase/decrease the MONITOR delay you can do so by pressing the "+" key on your keyboard to increase 250ms and "-" to decrease 250ms.
  {% endtab %}
  {% endtabs %}


---

# 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://bot.adonisbots.com/getting-started/first-time-setup.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.
