# Elbenwald

Here are the modes currently available:

* (no value): normal mode
* `MONITOR DISCORD`: monitors your cookgroup pings and forward them to your awaiters
* `MONITOR`: monitor a specific item
* `AWAIT`: runner that waits once a MONITOR detects stock
* `ACCOUNT`: generates an account

{% hint style="warning" %}
You need a CapSolver key set up into settings.json in order to run ACCOUNT mode and gen your accounts
{% endhint %}

### Tasks setup

The table below shows how to setup your tasks.

All blank fields are self-explained.

| COLUMN NAME    | VALUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SITE           | ELBENWALD as a value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| MODE           | Empty or one as a reported above                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| PID            | Product URL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| QUANTITY       | Self explanatory                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| DELAY          | In milliseconds (e.g. 3000 for 3 seconds delay)                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| EMAIL          | Account email or @yourcatchall.com when generating new accounts with ACCOUNT mode (don't forget the @ in front of your catchall)                                                                                                                                                                                                                                                                                                                                                                        |
| PASSWORD       | Account password                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| FIRST NAME     | RANDOM or specific name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| LAST NAME      | RANDOM or specifics surname                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ADDRESS LINE 1 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ADDRESS LINE 2 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| HOUSE NUMBER   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| CITY           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ZIPCODE        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| STATE          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| COUNTRY        | A two letter country code like IT, ES, FR                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| PHONE          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| PAYMENT        | CC, PP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| CARD HOLDER    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| CARD NUMBER    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| EXP MONTH      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| EXP YEAR       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| CVV            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| WEBHOOK        | If empty the one set up in `settings.json` will be used                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| PROXY          | <p>You can give a proxy list and - in that case - it has to be the exact filename, don't forget the extension name like <code>.txt</code> (e.g. <code>dreamland.isps.txt</code>).<br><br>You can also use a specific proxy connection string.<br><br>Prefer lists over single connection strings.</p>                                                                                                                                                                                                   |
| IMAP           | <p>When you generate accounts, Dreamland sends you an account verification link to the given email address. <br>To let Pepper handle this for you, put here your IMAP connection settings in the following format: <code>server:port:username:password</code></p><p></p><p>As example: <code>imap.mail.me.com:993:<pprs@icloud.com>:my-app-password</code></p>                                                                                                                                          |
| START TIME     | <p>Empty if you want to manually start your task. A specific time in the format <code>hh:mm:ss</code> like <code>08:50:00</code> to automatically start this task at the given time.</p><p></p><p>Don't worry if you recognize you put a wrong time in there. You can still manually force start it. </p><p></p><p>If you didn't put a specific time, don't forget to put <code>MANUAL</code> as a value if you want to avoid every task to immediately start as soon as your task file is started.</p> |


---

# 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-cli/elbenwald.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.
