> 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/site-guides/footshop.md).

# Footshop

**Supported Regions:** <mark style="color:purple;">**GR, BG, SK, SI, RO, PL, BE, NL, HU, IT, HR, FR, ES, US, GB, AT, DE, CZ, EU**</mark>

### Overview

<mark style="color:yellow;">**Footshop**</mark> has one mode: <mark style="color:purple;">**Request**</mark>.&#x20;

<mark style="color:yellow;">**Notes**</mark>

* Footshop sometimes enforces captcha on checkout. To handle these captchas, please ensure you have a captcha solver setup and enabled -> [Captcha Solvers](/getting-started/captcha-solvers-setup.md)
* Footshop has a payment hold that lasts for a few minutes. Therefore, Caspian when using Credit Card or PayPal payment methods sends a payment link that can be used to purchase the item as needed. (Payment link can be accessed on the Analytics page or via the checkout web hook if configured)

### Task Setup <a href="#overview" id="overview"></a>

#### <mark style="color:yellow;">Monitor Input</mark>

Input target product link.

{% hint style="info" %}
Example: <https://www.footshop.cz/cs/panske-tenisky-a-boty/284299-adidas-gazelle-indoor-core-burgundy-arctic-fuchsia-collegiate-green.html>
{% endhint %}

#### <mark style="color:yellow;">Size</mark>

Entering size is optional and can be left empty in case you plan to run random sizing. Else, you must select specific size(s) you wish to buy.&#x20;

{% hint style="warning" %}
Footshop currently uses only EUR sizing to find matches.
{% endhint %}

#### <mark style="color:yellow;">Mode</mark>

Module currently only supports 1 pre-selected mode i.e Request mode.

#### <mark style="color:yellow;">Captcha Enforced</mark>

If running a product that has captcha enabled on checkout, the "Captcha Enforced" toggle should be turned on. Doing so helps improve the checkout speed in case captcha is present.

{% hint style="warning" %}
Note: If you are not sure if a captcha is present or not for the target product, you can leave the "Captcha Enforced" toggle turned off and it will automatically figure out if captcha is needed and proceed accordingly.
{% endhint %}

#### <mark style="color:yellow;">Proxy Group</mark>

Select amongst the available proxy groups to use. Proxy is currently mandatory to run tasks on Footshop.

#### <mark style="color:yellow;">Region</mark>

Select amongst the available regions the one you wish to run.&#x20;

{% hint style="warning" %}
Make sure the product url inputted for monitoring is for the same entered region.
{% endhint %}

#### <mark style="color:yellow;">Payment Methods</mark> <a href="#payment-methods" id="payment-methods"></a>

* <mark style="color:purple;">Cash On Delivery</mark>: You can select this method if you want to pay for the goods on arrival. Remember,&#x20;

{% hint style="warning" %}
Cash On Delivery is not available on every order and if chosen incorrectly will prevent you from purchasing the item.
{% endhint %}

* <mark style="color:purple;">Credit Card</mark>: You can select this method if you want to pay via Caspian selected profile Credit Card.
* <mark style="color:purple;">PayPal</mark>: You can select this method if you want to pay via a PayPal checkout link.

#### <mark style="color:yellow;">Coupon & Force Coupon</mark>

You can enter coupon(s) separated via `,` or `;` that you wish to apply during checkout. Enable Force Coupon toggle if you want to stop tasks incase any of the inputted coupon codes does not work. Without Force Coupon enabled, if all coupon codes are invalid, the bot will still proceed to checkout.

#### <mark style="color:yellow;">Profile</mark>

Select the profile you want to use to purchase the product.

#### <mark style="color:yellow;">Task Quantity</mark>

Select number of tasks to create.

#### <mark style="color:yellow;">Delays</mark>

Default delays are 4500/4500. Adjust as needed.


---

# 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:

```
GET https://docs.caspianaio.com/site-guides/footshop.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.
