> For the complete documentation index, see [llms.txt](https://help.refractbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.refractbot.com/modules/walmart.md).

# Walmart

Refract's Walmart module runs Walmart's queue-based drops, most notably the Wednesday card drops at around 9:00 PM EST. Everything Walmart lives in two guides.

## The two guides

**Building your setup** (accounts, IMAP, profiles, proxies, task groups, task settings, scaling):

{% content-ref url="/pages/cxfqBzylNU6MtBLZoAhm" %}
[Walmart Setup Guide](/modules/walmart/walmart-setup-guide.md)
{% endcontent-ref %}

**Running the drop** (when to start tasks, saved sessions, queue behavior, and every error explained):

{% content-ref url="/pages/21a5635d94f758f48e78956991371aee8e6d016b" %}
[Walmart Wednesday Drop Guide](/modules/walmart/walmart-wednesday-drop-guide.md)
{% endcontent-ref %}

{% hint style="info" %}
**Seeing an error right now?** Every Walmart error is explained in the drop guide's [Common Errors & Fixes](/modules/walmart/walmart-wednesday-drop-guide.md#common-errors-and-fixes) section. Check there before opening a ticket.
{% endhint %}

## Quick reference: new user setup order

1. Get your Walmart accounts ready. New accounts need SMS verification when made; existing accounts mostly do not.
2. Add accounts to Refract (Accounts tab) and create an Account Group.
3. Set up IMAP in Settings for auto-login codes.
4. Create or import profiles (Profiles tab) and create a Profile Group.
5. Create proxy lists (Proxies tab): task (residential), and optionally queue (ISP). Your task list can double as the monitor list.
6. Create a Walmart task group and configure the monitor settings.
7. Create tasks in the group with your profiles, accounts, and proxy lists.
8. Log all tasks in at least 1 hour before the drop (Saved Session OFF), then stop them and bulk-edit Saved Session ON.
9. Start tasks early. Hours early is fine and encouraged; with no SKU they sit on Waiting for Product using no data.
10. Paste the SKU into the task group when it's known.
11. Let tasks run. Do not stop them while they are in queue.

## The rules that never change

* Multi-SKU does not work for Walmart queue drops. One task group per SKU.
* One account and one unique profile per task, per product.
* Task proxies: US-based sticky residential. The same list can also run your monitor.
* OID and Skip Monitoring stay off for queue drops unless we explicitly say otherwise.
* The Walmart task limit is 2,000 per instance. The average competitive setup runs 800-1,200 tasks, with 1,000-1,500 per instance as the practical ceiling.


---

# 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://help.refractbot.com/modules/walmart.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.
