# Tasks

![](/files/-MXsMjZ8Z1awl5hdZuRl)

## Adding A New Task

To add a new task, click the "Add New" button located on the top of the page. You will then be presented with a popup window where you can setup your task.

![](/files/-MXsO2Qv-i7aI1g0euTI)

### General Tab

![](/files/-MXsO65k5oMFxCH4gsEK)

Fill out general info about your task in the general tab. Once all info is filled out, you can click the blue "Add Tasks" button to add new tasks or you can navigate to the advanced tab to fill out more info.

* **Sizes**: If you select multiple sizes, the bot will randomly choose one of them while running.
* **Product**: Certain stores require different product types besides just a URL. Please refer to the store guides section of the documentation.
* **Profiles**: If multiple profiles are selected, the bot will create a task for each profile selected. The same thing goes for the "Use All Profiles" option.

{% content-ref url="/pages/-MXrxqSNSM75aVDpP1om" %}
[Profiles](/mercury-docs/general-overview/profiles.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXry5Q-r-77gIZUJN57" %}
[Proxies](/mercury-docs/general-overview/proxies.md)
{% endcontent-ref %}

### Advanced Tab

![](/files/-MXsPNCDpfYaC9rkBT2r)

Fill out advanced info about your task in the advanced tab. Info here is optional and does not need to be filled out in order to add a task.

* **Monitoring Proxy List**: This will use a different proxy list when it is looking for a product or waiting for a restock.
* **Min Price**: You can set the minimum price for the product you want to purchase. This is helpful for sites that have 3rd party vendors.
* **Max Price**: You can set the maximum price for the product you want to purchase. This is helpful for sites that have 3rd party vendors.
* **Start Date**: You can set the date and time you want a task to start at here.
* **Stop Date**: You can set the date and time you want a task to stop at here.

{% hint style="info" %}
You may see a "Connect To Monitor" switch in the advanced tab. To learn more about this, view the Monitors page in our documentation
{% endhint %}

{% content-ref url="/pages/-MXrxoo2RSI40StkilD1" %}
[Monitors](/mercury-docs/general-overview/task-groups/monitors.md)
{% endcontent-ref %}

### Releases Tab

![](/files/-MXsQP_5sAuXtMW00Cx1)

The releases tab gives info about upcoming releases. If you would like to create tasks for the release, then click on the blue "Add" button and task information will be automatically filled out for you.

## Task Actions

You can start, stop, edit, duplicate, or delete multiple tasks at the same time by clicking on the checkboxes on the left hand side. To select/deselect all tasks, click the top checkbox next to "Store".

![](/files/-MXsR6pQy0Bn-hARnxNi)

**Icons from left to right:** Start task, stop task, edit task, duplicate task, delete task.

{% hint style="info" %}
You can select multiple tasks at once by holding the shift key on your keyboard
{% endhint %}

## Task Logs

To view task logs, right click on a task. Make sure that you right click the text, such as the site or product.

![](/files/-MXsRuGSkX7SX-7l7v9w)


---

# 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://mercury-aio.gitbook.io/mercury-docs/general-overview/task-groups/tasks.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.
