> For the complete documentation index, see [llms.txt](https://docs.caspianaio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caspianaio.com/getting-started/task-setup.md).

# Task Setup

Each module has it's own features like multi-product, monitors and live product change. However to improve your time to setup, you can find general guidelines to setup tasks on this page.

### Monitor Input

Monitor input is the product you want to buy. For each module we support a different input. This might be a SKU, PID or a Link. Some modules support running multiple SKU's, PID's or Links. This is either mentioned in the module or on task form as "PID(s) or Sizepids". You can run multiple monitor inputs on one task by separating them by a semicolon ";".&#x20;

{% hint style="info" %} <mark style="color:purple;">**Ex:**</mark> <mark style="color:blue;">**75292;75293;75294**</mark>
{% endhint %}

### Accounts

For almost all sites where we support account mode, it's only allowed to run <mark style="color:yellow;">ONE</mark> account for each task for that site! This means that an account can't be used on task creation for the same website if it's already used by a task. If you duplicate a task, it's possible to have two tasks with the same account, however it's still <mark style="color:yellow;">impossible</mark> to start both tasks!&#x20;

### Proxies

Except mentioned, we don't support running modules localhost. Also we don't support IP authenticated proxies for most modules. This is because we use various techniques where we fetch data from a third party using your proxie. To improve performance, we run these services on servers and not locally.&#x20;

### Preload

When preload is available, enter a product in the format described on the taskform to preload the checkout. This can be a link, PID or SKU depending on the site. During preloading we submit shipping information, billing information and even 3ds if this is possible. After preloading the information, we monitor the actual product and when it's in stock we use the preloaded checkout to buy the product faster.&#x20;

### Quantity

Task quantity is the multiplier for task creation. This means it takes the current the amount of profiles or accounts selected \* the task quantity. So 10 profiles selected  \* quantity of 2 = creating 20 tasks.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.caspianaio.com/getting-started/task-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
