# Fantasia Store

For this module you have two modes available:

* FAST
* EMPTY (leave the cell empty)

{% hint style="warning" %}
This module is GUEST checkout only
{% endhint %}

### Tasks setup

Setting up a single task is quite easy.

| COLUMN NAME    | VALUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SITE           | FANTASIA as a value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| MODE           | Empty or FAST                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| PID            | Product ID if you already know it or keep it empty and fill it as soon as you get it.                                                                                                                                                                                                                                                                                                                                                                                                                   |
| QUANTITY       | As many as you want, if a product is not available for the desired quantities, the minimum one will be used                                                                                                                                                                                                                                                                                                                                                                                             |
| DELAY          | In milliseconds (e.g. 3000 for 3 seconds delay)                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| EMAIL          | Email or @catchall.com                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| PASSWORD       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| FIRST NAME     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| LAST NAME      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ADDRESS LINE 1 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ADDRESS LINE 2 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| HOUSE NUMBER   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| CITY           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ZIPCODE        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| STATE          | A 2-letters ISO CODE (e.g. `MI` for Milan)                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| COUNTRY        | A 2-letters country ISO Code (e.g. `GB` for UK)                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| PHONE          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| PAYMENT        | BT (bank transfer)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| CARD HOLDER    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| CARD NUMBER    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| EXP MONTH      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| EXP YEAR       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| CVV            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| WEBHOOK        | If empty the one set up in `settings.json` will be used                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| PROXY          | <p>Has te the exact filename, don't forget the extension name like <code>.txt</code> (e.g. <code>fantasia.isps.txt</code>).</p><p></p><p>If empty <code>fantasia.txt</code> will be used.</p>                                                                                                                                                                                                                                                                                                           |
| START TIME     | <p>Empty if you want to manually start your task. A specific time in the format <code>hh:mm:ss</code> like <code>08:50:00</code> to automatically start this task at the given time.</p><p></p><p>Don't worry if you recognize you put a wrong time in there. You can still manually force start it. </p><p></p><p>If you didn't put a specific time, don't forget to put <code>MANUAL</code> as a value if you want to avoid every task to immediately start as soon as your task file is started.</p> |

### I don't know the pid in advance

What should you do if you don't know the pid of the product that is going to be dropped?

You can just leave the PID column empty. As soon as you start the tasks, they will setup them and then wait for your input.&#x20;

As soon as you know the pid just edit the CSV, save it and the tasks will immediately start to run for it.


---

# 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.pepperscripts.com/supported-sites-cli/fantasia-store.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.
