> For the complete documentation index, see [llms.txt](https://guides.stellaraio.com/stellar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.stellaraio.com/stellar/retailers/pokemon-center-jp.md).

# Pokemon Center JP

<figure><img src="/files/P5ic0D1EUoIU93Nbcig3" alt=""><figcaption></figcaption></figure>

### **Preliminary Checklist**

Before setting up tasks on Pokemon Center JP, make sure you have everything below prepared:

* [ ] **Profiles**

> Create and save your checkout [profiles](/stellar/navigating-stellaraio/what-is-the-profiles-tab/how-do-i-add-a-profile.md) under the **Profiles tab** in Stellar. These contain your billing, shipping and payment info.

* [ ] **Proxies**

> - **ISP proxies** – Recommended for some of your tasks
> - **Residential proxies** – Recommended for majority of your tasks
>   * Save both proxy groups under the **Proxies tab** in Stellar.
>     * If you're looking for proxies, check out [Stella Proxies](https://guides.stellaraio.com/stellar/getting-started-with-stellaraio/stella-proxies) for high quality ISP and Residential proxies

***

### Adding Accounts

1. Navigate to Accounts tab in bot and click on Pokemon Center JP

<figure><img src="/files/BW6fAhVm82c0zZaDG2NK" alt=""><figcaption></figcaption></figure>

2. Click 'Add Account'

<figure><img src="/files/0uKAiIytBbKgscdB5cmS" alt=""><figcaption></figcaption></figure>

3. Enter your account email and password

<figure><img src="/files/ahQNRJYEQSv0trOtBHUv" alt=""><figcaption></figcaption></figure>

4. Click 'Add' and your account info can be used for future purchases

### Task Overview

### **Normal Mode**

<figure><img src="/files/rV5OlRiq9dhvrtF5DMrj" alt=""><figcaption></figcaption></figure>

### Monitor Mode

<figure><img src="/files/MQfQWnoeithgSY7lsPjV" alt=""><figcaption></figcaption></figure>

### Account Gen Mode

<figure><img src="/files/vB3UgOEMiKM0ncwn6KZJ" alt=""><figcaption></figcaption></figure>

* Which **Mode** do I use?
  * **Normal mode** is used for normal account checkouts
  * **Monitor mode** is used to check for product availability
  * **Account Gen mode** is used to generate accounts for Pokemon Center JP
* What does **Profile** mean?
  * Select a **Profile** you want to use and that profile information will be used when checking out items
* What type of **Proxies** should I use?
  * **DCs** and **ISPs** are the best due to speed but residentials also work but might have a large data usage
* What is the **PID** and how do I get it?
  * The **PID** is usually at the end of the product URL (ex. <https://www.pokemoncenter-online.com/?p_cd=4521329331362>) PID for this product is `4521329331362`
* What **Delays** should I use?
  * Experiment anywhere between 3000 and 5000
* What is **Product Quantity**?
  * Enter the number of products you'd like to checkout
* What is **Payment Method**?
  * You can select COD or Credit Card as your payment method
* What is **Account**?
  * This option is to select the account you would like to checkout on. These accounts are entered through the [Accounts tab of Stellar](#adding-pokemon-center-jp-accounts)
* What is **Watch Task?** box?
  * Using watch task will help your proxies encounter less proxy bans and less proxy errors overall. Using a watch task essentially means you want your task to rely on other sources to monitor, in this case your monitor mode task will ping the watch task when a restock has happened
    * If you check this box, your task will wait for a monitor mode task to ping it then it'll proceed to add item to cart and checkout
    * If this box is unchecked, your task will monitor the sku, add to cart and checkout


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guides.stellaraio.com/stellar/retailers/pokemon-center-jp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
