# About You

Supported Regions: <mark style="color:purple;">**AT, BE, BG, CH, DE, DK, EE, ES, FI, FR, GR, HU, HR, IE, IT, LT, LV, NL, NO, PL, PT, RO, SK, SI, SE**</mark>

## Overview

<mark style="color:yellow;">**About You**</mark> has two modes: <mark style="color:purple;">**Account Mode**</mark> and <mark style="color:purple;">**Auto-Gen Mode**</mark>. Below is a guide on how to set up for a release.

## Profile Notes

For About You, you will now need to add a <mark style="color:yellow;">**House Number**</mark> to the <mark style="color:purple;">**Nr.**</mark> field in the profile section. Alternatively, you can add the <mark style="color:yellow;">**House Number**</mark> at the end of of your street address with a space.

{% hint style="info" %} <mark style="color:purple;">**Ex:**</mark> Main Street 123
{% endhint %}

## Monitor Input Options

#### <mark style="color:yellow;">Link</mark> <a href="#link" id="link"></a>

Paste the link in the Monitor Input section

{% hint style="info" %} <mark style="color:purple;">**Ex:**</mark> [**https://www.aboutyou.de/p/nike-sportswear/sneaker-air-max-90-5043283**](https://www.aboutyou.de/p/nike-sportswear/sneaker-air-max-90-5043283)
{% endhint %}

#### <mark style="color:yellow;">PID</mark> <a href="#pid" id="pid"></a>

PID can be found at the end of the link. Therefore the PID from the link above would be:

{% hint style="info" %} <mark style="color:purple;">**Ex:**</mark> [**5043283**](https://www.aboutyou.de/p/nike-sportswear/sneaker-air-max-90-5043283)
{% endhint %}

You can also run multiple PID's separating using a semicolon ";"

{% hint style="info" %} <mark style="color:purple;">**Ex:**</mark> **5043283; 5043284; 5043285; 5043286**
{% endhint %}

## Modes

<mark style="color:yellow;">Account Mode</mark>

This mode allows you to run tasks using your own accounts on About You.

{% hint style="info" %}
If you choose to use your own accounts you can only make **ONE** task per account.
{% endhint %}

<mark style="color:yellow;">Auto-Gen Mode</mark>

This mode allows you to generate accounts by using the email from the profile or catchall domain you provide.

### Bypass

Only toggle this for your monitor tasks if the PID is loaded on a different region than the one you are running for. You will then be prompted to select the region that the PID is loaded on.

If the PID is already loaded on your region, then there is no need to toggle.

### Payment Methods

#### <mark style="color:yellow;">**Cash on Delivery**</mark>  <a href="#cash-on-delivery" id="cash-on-delivery"></a>

This will always be the best method of payment.

#### <mark style="color:yellow;">**PayPal**</mark> <a href="#paypal" id="paypal"></a>

{% hint style="info" %}
If you choose <mark style="color:yellow;">**PayPal**</mark> as your payment method, you will receive a checkout webhook to finish the transaction. Please make sure your webhook is set up <mark style="color:purple;">**prior**</mark> to the drop.
{% endhint %}

#### <mark style="color:yellow;">PayPal ACO</mark> <a href="#paypal-aco" id="paypal-aco"></a>

If you select PayPal ACO it will try to checkout using a random PayPal account that is <mark style="color:purple;">**logged in**</mark> on the toolbox. If it fails to pay then it will send you a checkout webhook instead.

#### <mark style="color:yellow;">Credit Card</mark> <a href="#credit-card" id="credit-card"></a>

If you select Credit Card it will pay using a profile you select from your profile group.

<br>


---

# 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.caspianaio.com/site-guides/about-you.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.
