> 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/billysjp.md).

# BillysJP

[*Adding Accounts*](#billys-jp-accounts)

[*Task Overview*](#billys-jp-task-overview)

### **Preliminary Checklist**

Before setting up tasks on BillysJP, make sure you have everything below prepared:

### **Profiles**

> Create and save your checkout [profiles](https://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-profiles-tab/how-do-i-add-a-profile) 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

### Billys JP Accounts

To add your Billys JP accounts to Stellar please follow the step by step instructions below

1. In bot, navigate to Sessions tab then click on Accounts

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

2. After you clicked on Stores JP from the list of sites, you can click **Add Account** button and add your accounts emails and passwords

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

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

### Billys JP Task Overview

**Normal Mode**

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

* Which **Mode** do I use?&#x20;
  * Normal mode allows you to use your profiles to purchase products fully automated
* What does **Profile** mean?&#x20;
  * 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?&#x20;
  * Both ISPs and Resis work
* What **Product** **URL** do I put in?&#x20;
  * The URL that should be entered is the URL of the product
    * Ex. <https://www.billys-tokyo.net/shop/g/g6672930001044/>
* How do I add **Sizing**?&#x20;
  * Sizing should be specific to the product and only one size per task. You must know the exact format in which it follows on BillysJP for each product.&#x20;
    * Some products are 22, 23, 24. Others might have 22cm, 23cm, 24cm etc. Same goes for clothing, hats, etc. **These must be entered in the same exact format for it to be picked up** such as sizes S, M, L, etc. If you are going after multiple sizes, you are going to need a task for each size you desire
      * Ex. `22cm`
* What's **Account**?
  * This is required. To add accounts to Stellar, follow the steps [here](#billys-jp-accounts)
* What are **Delays**?
  * The time in millisecond intervals the bot will monitor the product
    * A good delay to use for BillysJP will be around `4500`


---

# 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/billysjp.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.
