# Quick Tasks

## Structure of a Quick Task

```
https://earthside.io/license?website=[INSERT WEBSITE HERE]&product=[INSERT URL OR SKU]

                               Examples: 

- Asos: https://earthside.io/license?website=Asos&product=1465050
- AW-Lab: https://earthside.io/license?website=AW-Lab&product=AW_221CECCDFB
- Courir: https://earthside.io/license?website=Courir&product=1465050
- Footasylum: https://earthside.io/license?website=Footasylum&product=4041895
- Footlocker: https://earthside.io/license?website=Footlocker&product=314101081504
- FootpatrolFE: https://earthside.io/license?website=FootpatrolFE&product=533266_footpatrolcom
- FootpatrolBE: https://earthside.io/license?website=FootpatrolBE&product=533266_footpatrolcom
- Galeries Lafayette: https://earthside.io/license?website=GaleriesLafayette&product=71844614
- HipFE: https://earthside.io/license?website=HipFE&product=16595623
- HipBE: https://earthside.io/license?website=HipBE&product=16595623
- JDSportsFE: https://earthside.io/license?website=JDSportsFE&product=16231525
- JDSportsBE: https://earthside.io/license?website=JDSportsBE&product=16231525
- MrPorter: https://earthside.io/license?website=MrPorter&product=13452677151504778
- Net-A-Porter: https://earthside.io/license?website=Net-A-Porter&product=11813139151671355
- Offspring: https://earthside.io/license?website=Offspring&product=2704652577
- Office: https://earthside.io/license?website=Office&product=3427114677
- Panagora: https://earthside.io/license?website=Panagora&product=https://www.sneakersnstuff.com/en/product/50342/converse-pro-leather-ox-x-keith-haring
- SizeFE: https://earthside.io/license?website=SizeFE&product=505634_sizefr
- SizeBE: https://earthside.io/license?website=SizeBE&product=505634_sizefr
- Snipes: https://earthside.io/license?website=Snipes&product=00013801932331
- Zalando: https://earthside.io/license?website=Zalando&product=NI111A0RH-A1200500000000
```

{% hint style="info" %}
**Important Notes:**

**Mesh** - If you don't add FE or BE at the end of the website, it will always choose to run BE in bot

**Panagora** - The bot will identify what site you actually wanna run by checking the link provided. We do support Naked, Sneakersnstuff, YME, Woodwood and Stress95
{% endhint %}

## Quick Task Site list and Modes supported

```
       Website and Quick Task Type:

- Asos: SKU
- AW-Lab: SKU/PID
- Courir: SKU/PID
- Footasylum: SKU
- Footlocker: SKU
- FootpatrolFE: URL/SKU/PID
- FootpatrolBE: SKU/PID
- Galeries Lafayette: SKU
- HipFE: URL/SKU/PID
- HipBE: SKU/PID
- JDSportsFE: URL/SKU/PID
- JDSportsBE: SKU/PID
- MrPorter: SKU
- Net-A-Porter: SKU
- Offspring: SKU
- Office: SKU
- Panagora: URL
- SizeFE: URL/SKU/PID
- SizeBE: SKU/PID
- Snipes: SKU
- Zalando: URL/SKU/PID
```

To start a quick task, you will need to open the link on a device where you are logged into the dashboard. The bot will then get the information that you want to run the site with the according product from the quick task link. The bot will use the csv file specified in your **`Quicktasks.csv.`** You should input the name of the csv you want to use for QuickTasks in that file. The csv you specify needs to be inside of the folder of the site you want to start the QuickTask for.This way you need to setup a csv for the site as usual, or you can use the csv you also use for drops.&#x20;

A quick **tutorial video** on how our quick tasks work can be found [here](/earthside/features.md#quick-tasks).

{% hint style="info" %}
You can use our Quick Tasks remotely from any device as long as you are logged into the dashboard on that device. It's a very useful feature which is way faster than manually insert the product in your tasks.csv.
{% endhint %}

{% hint style="success" %}
You can run Quick Tasks for all the sites we support and as many times as you would like to as long as you have your bot open
{% endhint %}

{% hint style="warning" %}
We include the Quick Task link in our public success logger. You can find that channel in our discord server in #success-all - Additionally you can ask your cook groups to implement our quick tasks and add them to their monitor pings. Make sure to send them the docs here
{% 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://docs.earthside.io/earthside/quick-task.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.
