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

# Welcome

![](/files/n30Jwq12TneRrk4JcriA)

Welcome to the Refract help center. Everything about setting up, running, and troubleshooting Refract lives here.

## New to Refract? Follow this path

{% stepper %}
{% step %}

#### Install Refract

Download from the dashboard and log in with your account.

{% content-ref url="/pages/BhVpi2tiZmGxB1Q304nb" %}
[Install Refract](/installation/install.md)
{% endcontent-ref %}
{% endstep %}

{% step %}

#### Do the general setup

Accounts, profiles, proxies, and your first task group. These work the same on every site.

{% content-ref url="/pages/rx6hhYbORqLcsI1HOYZW" %}
[Task Creation](/general-setup/task-creation.md)
{% endcontent-ref %}
{% endstep %}

{% step %}

#### Open your site's module guide

Every site has its own setup guide with the exact settings. This is where the site-specific answers live.

* [Walmart](/modules/walmart.md)
* [Target](/modules/target.md)
* [Amazon](/modules/amazon.md)
* [BestBuy US](/modules/bestbuy-us.md)
* [Apple](/modules/apple.md)
  {% endstep %}

{% step %}

#### Read the drop guide before drop night

Walmart and Target each have a dedicated drop guide covering exactly what to do and every status you will see. Read it before the drop, not during.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Brand new to botting entirely?** Start with the high-level primer first:

[Start Here](/introduction-to-botting/start-here.md)
{% endhint %}

## Something not working?

* Every module guide has a Common Errors section for its site. Check there first; drop-night errors are almost always covered.
* Cross-site statuses are in [Common Errors & Statuses](/general-setup/common-errors-and-statuses.md).
* Still stuck? Open a ticket in our Discord support server and we are happy to help. For strategy questions (what to run, which providers, jigging), your cook group is the right place; see [Start Here](/introduction-to-botting/start-here.md) for what we do and do not support.

## Your license and subscription

Renewals, instances, devices, and account settings are all managed from the online dashboard:

{% content-ref url="/pages/ECtcSKvdZtRkpwCqYmXj" %}
[Home](/online-dashboard/home.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/master.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.
