# Prodirect

{% hint style="info" %}
Uses the shipping and billing address saved in your account
{% endhint %}

### Overview

After enabling the Prodirect script and reaching any product page it will automatically check out for you.

### Checkout

| Option         | Explanation                                                                                                                                                          |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Mode           | **Fast:** Fully request based in order to reach the maximum amount of speed                                                                                          |
| Payment Method | **Manual** or **Paypal**                                                                                                                                             |
| Sizes          | <p>The size you want to checkout<br><br><strong>Format:</strong>  <em>random</em>, <em>smallest</em>, <em>largest</em> or specific UK sizes (separated by comma)</p> |
| Retry Delay    | Delay between each retry attempt in milliseconds                                                                                                                     |

### Account

| Email Address | The email address to your Prodirect account |
| ------------- | ------------------------------------------- |
| Password      | The password to your Prodirect account      |


---

# 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://start.dislord.io/dislord-extension/scripts/prodirect.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.
