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


---

# 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://idktool.gitbook.io/idktool/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.
