# Asics

### Prerequisites

Asics is **guest checkout only** - no account is needed for Pepper on this website.&#x20;

### Usage

There is only **Requests mode** available.\
\
You can allow Pepper to `automatically monitor` an out-of-stock product.

You can allow Pepper to `finalize the checkout`.

Either you

* Wait for Pepper to automatically start on droptime
* Force start yourself

{% hint style="danger" %}
But in any case, keep the [CLI ](/getting-started/cli.md)opened!
{% endhint %}

{% hint style="info" %}
Don't close the product page even if checkout fails multiple times. That's totally normal.
{% endhint %}

### Settings

The guest checkout requires your to define a catchall mail (*recommended*) or regular mail address in the settings.

Our module supports PayPal and Credit Card as payment method.

You can use coupon codes.

{% hint style="info" %}
Keep in mind that checking out with PayPal will use the code, even if you decide to not pay.
{% endhint %}

You can:

* leave Pepper to randomly choose an available size to cart (if you want Pepper that carts for you) by leaving this field empty
* let Pepper choose the *first available size* by putting **FA**
* let Pepper choose the *last available size* by putting **LA**
* for shoes Pepper will use **EU sizing**
* let Pepper choose all sizes between a range that you specify by putting something like **36-44**
* let Pepper choose one size available between some specific sizes that you specified by putting something like **37, 38, 38.5, 39** and so on.


---

# Agent Instructions: 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://docs.pepperscripts.com/supported-sites/asics.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.
