# Skatedeluxe

### Prerequisites

You need an account on their site **with a default address set already** and a Pepper profile.

Note: They have an account tier system, PRO > AM > FLOW. Learn more [here](https://www.skatedeluxe.com/en/premiumclub-howto).

### Usage

There is only `Request Mode` available.

You can allow Pepper to:

* &#x20;`automatically login`.
* `add to cart on scheduled drops`.&#x20;
* `automatically clear cart` before starting a checkout.
* `automatically add stickers` which are free if your order value is over 100€.
* automatically preload. This will speed up your checkout process.
* `monitor on product page`. This will monitor the out-of-stock product for further stock. You can use the [CLI](https://docs.pepperscripts.com/getting-started/cli) with proxies to avoid ratelimits.
* `multiple cart` items. Self explanatory.
* `finalize the checkout`.

For **maximum speed**, disable automatically clear cart and free stickers. Additionally, do a preload before droptime.

Pepper will monitor "coming soon" productpages by default. You can use the [CLI](https://docs.pepperscripts.com/getting-started/cli) with proxies to avoid ratelimits.

### Settings

Select the account and profile you want to use for a checkout.

For delays, you can differentiate ATC, checkout and monitoring delays in milliseconds if you want to.

You can chose between bank transfer and PayPal as payment method.

About **desired sizes** 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**
* 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 **42, 43, 41.4, 36** 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/skatedeluxe.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.
