> For the complete documentation index, see [llms.txt](https://guides.gizmo.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.gizmo.solutions/flow/sites/supreme.md).

# Supreme

{% hint style="warning" %}
Auto Cart and Auto Checkout settings will must be enabled to cart products and checkout when using `Browser Tasks`
{% endhint %}

### Auto Cart

When enabled, Flow will automatically cart your desired product and redirect you to checkout.

![](/files/c3rvcV3r9n2n1W2zivhV)

### Size

When combined with auto cart, Flow will automatically add your desired size to cart. If that size is not in stock, you will have to manually cart it or use random size.

### Quantity

When combined with auto cart, Flow will automatically add your desired quantity to cart. This will only work on products where you can add more than 1 to cart (ie. oreos/ponchos). If the product does not have other quantities it will add just 1 to cart. It will also not add your desired quantity to cart if it is not in stock.

### Auto Checkout

When enabled, Flow will automatically process your payment on the Supreme checkout. Flow will fill in all of your info and will wait for you to solve the captcha when it appears. We **highly recommend** you use a delay when checking out. More info can be found below.

![](/files/XRBufm3GPxuSGmy4Wrg9)

### Checkout Delay

A checkout delay is very important when checking out on Supreme. With 0 / low delays, you will most likely get a `Card Declined` error on Supreme and your checkout will not go through. To combat this we recommend a delay of around **`4000`** to increase your chances of copping on Supreme.

![](/files/l1xv5VUg4295TI1XX0i5)


---

# 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://guides.gizmo.solutions/flow/sites/supreme.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.
