> 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!

![](/files/-MeZOuUmQun-M7L-4DTI)

## 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!
