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

# Footlocker Raffle

Supported Regions: <mark style="color:purple;">**US, CA**</mark>

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

<mark style="color:yellow;">**Footlocker Raffle**</mark> is comprised of two modes: <mark style="color:purple;">**Raffle Enter**</mark> and <mark style="color:purple;">**Raffle Check**</mark>. Below is a guide on how to set up both.

#### Requirements <a href="#requirements" id="requirements"></a>

* Accounts are <mark style="color:purple;">**required**</mark>**.**

### Modes <a href="#modes" id="modes"></a>

#### <mark style="color:yellow;">**Raffle Enter**</mark>  <a href="#raffle-enter" id="raffle-enter"></a>

Use this mode to enter your accounts into the raffle

#### <mark style="color:yellow;">**Raffle Check**</mark>  <a href="#raffle-check" id="raffle-check"></a>

Use this mode to check your raffle wins.

### Task Setup <a href="#task-setup" id="task-setup"></a>

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

Paste the SKU in this section.

{% hint style="info" %}
SKU can be found at the end of a link.&#x20;

<mark style="color:purple;">**Ex:**</mark> [**https://www.footlocker.com/product/diadora-n9002-mens/430C0200.html**](https://www.footlocker.com/product/diadora-n9002-mens/430C0200.html) Therefore the SKU would be [**430C0200**](https://www.footlocker.com/product/diadora-n9002-mens/430C0200.html)
{% endhint %}

<mark style="color:yellow;">**Size (Optional)**</mark>

Choose a size or leave blank (random size will be chosen).

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

Residential Proxies are recommended.

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

Enter the postal code for the raffle you want to enter for.

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

Select an Account Group.

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

One task per account at any given time.

<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, and the optional `goal` query parameter:

```
GET https://docs.caspianaio.com/site-guides/footlocker-raffle.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
