# Task CSV

To edit the CSV it is recommended you use [Rons Editor](https://www.ronsplace.eu/Products/RonsEditor/Download) otherwise you may encounter errors.

<table><thead><tr><th width="183">Column</th><th>Description</th></tr></thead><tbody><tr><td>sku</td><td>The nike sku found on the website. Example: <code>508214-006</code></td></tr><tr><td>region</td><td>The two letter region code, supported regions can be found <a href="/pages/2VHh0Z30WDzUqmJZTTYD">here</a></td></tr><tr><td>mode</td><td>The mode should always be <code>cloud</code></td></tr><tr><td>sizes</td><td><code>ra</code> for random sizing or each size you would like separated by a comma (,). Example: <code>8,9,10</code> or <code>4Y,5Y,6Y</code></td></tr><tr><td>proxies</td><td>The proxies used for monitoring.</td></tr><tr><td>delay</td><td>The monitoring delay (in milliseconds). Example: <code>2000</code></td></tr><tr><td>task_proxies</td><td>The proxies used by tasks once they start running.</td></tr><tr><td>task_delay</td><td>The delay for tasks after errors (in milliseconds). Example: <code>1000</code></td></tr><tr><td>cart_quantities</td><td>The cart quantities used to checkout, can either be a single quantity or multiple quantities separated by a comma (,). Example: <code>1,2,5</code>. You can also use <code>0</code> to automatically use the largest available quantity for that item.</td></tr><tr><td>max_tasks</td><td>The maximum number of tasks to be run once the product is in stock.</td></tr><tr><td>ignore_timer</td><td>To ignore the launch timer put <code>y</code> or <code>yes</code> to follow the launch timer put <code>n</code> or <code>no</code> or just leave the column empty</td></tr></tbody></table>

<figure><img src="/files/aGNrFEWjJ4h9GAWF0pq4" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/2VHh0Z30WDzUqmJZTTYD" %}
[Supported Regions](/guides/getting-started/getting-set-up/task-csv/supported-regions.md)
{% endcontent-ref %}


---

# 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/task-csv.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.
