> For the complete documentation index, see [llms.txt](https://idktool.gitbook.io/idktool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://idktool.gitbook.io/idktool/master.md).

# Welcome to IDK Tool!

IDK is the only tool you need to automate your tasks.

![](https://3708090746-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MR9Tmiab08CTbvgbxjS%2F-MeZOnKfhMHnQL5pJYpk%2F-MeZOuUmQun-M7L-4DTI%2Fbanner.png?alt=media\&token=2ecf841d-684d-47cd-ac4d-be211e050f09)

## Getting Started

Your "**idkconfig.json**" file will look like this:

```
{
	"webhook": "",
	"key": "",
	"mailslurp_key": [""],
	"onlinesim_key": "",
	"smsactivate_key": "",
	"chrome_idk": "LEAVE_EMPTY",
	"2captcha": "",
	"selected_provider":"",
	"sms_timeout":""
}
```

{% hint style="warning" %}
&#x20;Be aware to fill all the needed fields!
{% endhint %}

Fill it and you'll have something like that :

{% code title="idkconfig.json" %}

```bash
{
	"webhook": "WEBHOOK_LINK",
	"key": "XXXX-XXXX-XXXX-XXXX",
	"mailslurp_key": ["KEY"],
	"onlinesim_key": "KEY",
	"smsactivate_key": "KEY",
	"chrome_idk": "",
	"2captcha": "KEY",
	"selected_provider":"smspva/onlinesim/smsactivate",
	"sms_timeout":"100"
}
```

{% endcode %}

{% hint style="danger" %}
Leave "chrome\_idk" EMPTY!
{% endhint %}

## General Info

We support RANDOM for Name and Surname Fields.

We support RANDOM\@catchall for Email Fields.

Multi-Threading (running all tasks at the same moment) is NOT supported at the moment.

M1 Macs are required a different version, you will find everything into our Discord Server!
