# Config File

The config file uses the TOML format, it is easy to read and edit. Open config.toml with the notepad to begin editing the config. Each field already has a description of what you should be inputting.

```toml
# Fill out the configuration file with your own settings
# Enter your information inbetween the "" marks and do not change the names of the variables
key = "NANO-ABCD123-ABCD123-ABCD123" # Your License Key

webhook = "Webhook URL" # Your Webhook URL, AYCD webhooks are supported

kasada_proxies = "test" # Your kasada proxy list
kasada_threads = 5 # Number of threads to use for generating kasada cookies
kasada_max = 30 # Max number of cookies to generate

akamai_proxies = "test" # Your akamai proxy list
akamai_threads = 30 # Number of threads to use for generating akamai cookies
akamai_max = 1000 # Max number of cookies to generate

```

{% hint style="info" %}
The settings provided here are the recommended settings for a drop when running 800 tasks. (800 tasks is the recommended amount to run for drops).
{% 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://nanoaio.gitbook.io/guides/getting-started/getting-set-up/config-file.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.
