> 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/introduction-to-botting/accounts.md).

# Accounts

Most supported sites require you to be logged into an account to check out. This page explains why accounts matter at a high level.

{% hint style="info" %}
**This page is background, not a setup guide.** We do not create accounts, recommend account generation methods or tools, or advise on where to get accounts. For that, ask your cook group.
{% endhint %}

## Where accounts are required

| Site     | Why it is needed                                        |
| -------- | ------------------------------------------------------- |
| Amazon   | Required for any Amazon checkout                        |
| Best Buy | Required for queue drops and helps with in-store pickup |
| Walmart  | Required                                                |
| Target   | Required                                                |

## Why account quality matters

Retailers score accounts the same way they score everything else. The community consensus, which shifts over time and is not a guarantee, is roughly:

* Aged accounts tend to perform better than accounts made right before a drop.
* Accounts created carelessly in bulk tend to get flagged faster.
* Reusing the same email, payment method, or IP across many accounts increases the chance they get linked.

How to act on any of that is exactly the kind of thing that changes month to month, which is why we point you to your cook group instead of writing it here.

{% hint style="info" %}
**Start with your cook group.** Account creation methods, email strategies, and what is currently passing on each site are community knowledge. Users compare notes there daily, and effective methods are often shared privately.
{% endhint %}

## Adding accounts to Refract

For adding accounts you already have into the bot, see the setup guide:

{% content-ref url="/pages/JMi3lIEUfTbE8qFM1YA1" %}
[Accounts](/general-setup/accounts.md)
{% endcontent-ref %}


---

# 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/introduction-to-botting/accounts.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.
