> 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/footpatrol.md).

# Footpatrol

Supported Regions: <mark style="color:purple;">**GB, IE, FR, NL, ES, DE, IT, SE, DK, FI**</mark>

### **Overview** <a href="#overview" id="overview"></a>

<mark style="color:yellow;">**Footpatrol**</mark> is comprised of three modes: <mark style="color:purple;">**Frontend, Backend,**</mark> and <mark style="color:purple;">**Frontend New**</mark><mark style="color:purple;">.</mark> Below is a guide on how to set up for a release.

### Monitor Input Options <a href="#monitor-input-options" id="monitor-input-options"></a>

#### <mark style="color:yellow;">SKU</mark> <a href="#sku" id="sku"></a>

PID can be found at the end of the link. Therefore the PID from the link attached would be:

{% hint style="info" %} <mark style="color:purple;">**Ex:**</mark> [**https://www.footpatrol.com/product/pink-jordan-air-5-x-dj-khaled/649998\_footpatrolcom/**](https://www.footpatrol.com/product/pink-jordan-air-5-x-dj-khaled/649998_footpatrolcom/)&#x20;

<mark style="color:blue;">**649998**</mark>
{% endhint %}

You can also run multiple PID's separating using a semicolon ";"

{% hint style="info" %}
**Ex: 649998; 649999; 650000; 650001**
{% endhint %}

#### <mark style="color:yellow;">SizePIDs</mark> <a href="#sizepids" id="sizepids"></a>

SizePID's are also supported

{% hint style="info" %} <mark style="color:blue;">**649998\_footpatrolcom.003231891**</mark>
{% endhint %}

You can also run multiple sizePID's separating using a semicolon ";"

{% hint style="info" %} <mark style="color:purple;">**Ex:**</mark> <mark style="color:blue;">**649998\_footpatrolcom.003231891; 649998\_footpatrolcom.003231892; 649998\_footpatrolcom.003231893**</mark>
{% endhint %}

### Payment Methods <a href="#payment-methods" id="payment-methods"></a>

#### <mark style="color:yellow;">Credit Card</mark> <a href="#credit-card" id="credit-card"></a>

If you select Credit Card it will pay using a profile you select from your profile group.

#### <mark style="color:yellow;">**PayPal**</mark> <a href="#paypal" id="paypal"></a>

{% hint style="danger" %}
If you choose <mark style="color:yellow;">**PayPal**</mark> as your payment method, you will receive a checkout webhook to finish the transaction. Please make sure your webhook is set up <mark style="color:purple;">**prior**</mark> to the drop.
{% endhint %}

#### <mark style="color:yellow;">PayPal ACO</mark> <a href="#paypal-aco" id="paypal-aco"></a>

If you select PayPal ACO it will try to checkout using a random PayPal account that is <mark style="color:purple;">**logged in**</mark> on the toolbox. If it fails to pay then it will send you a checkout webhook instead.


---

# 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/footpatrol.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.
