> For the complete documentation index, see [llms.txt](https://anymind-group.gitbook.io/anylogi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anymind-group.gitbook.io/anylogi/en_us/label/onboarding/registration.md).

# STEP.1  Sign Up on AnyLogi

## <mark style="background-color:yellow;">Preparation before registration (Shopify)</mark>

If you plan to connect Shopify to AnyLogi, please prepare the following

Go to Settings > Location to see which locations are set up in your store. Select one of the locations you wish to connect to AnyLogi and prefix the location name with **\[AnyLogi]**. AnyLogi will update your Shopify fulfillment status based on this location.

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

{% hint style="info" %}
What is Location? Click here for the Shopify [help page](https://help.shopify.com/en/manual/locations).
{% endhint %}

## <mark style="background-color:yellow;">New Registration (AnyLogi)</mark>

After changing the location name in Shopify, please proceed to the new registration.

### ①Access the new registration page in the upper right corner.

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

### ②Enter your name and e-mail address

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

{% hint style="info" %}
Once you have created an account, you will receive an email from the AnyLogi Team (<anylogi_dev_group@anymindgroup.com>).&#x20;

Please check the contents and proceed to register your password.
{% endhint %}

### ③ Register a password and log in with your registered e-mail address and password.

### ④ Register your account information

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

| item                                | Description                       |
| ----------------------------------- | --------------------------------- |
| **your company name**               | **Name of company to register**   |
| **URL**                             | **Company website URL**           |
| **Country/Region**                  | **Company Address**               |
| **postal code**                     | **Company Address**               |
| **prefectures**                     | **Company Address**               |
| **municipalities**                  | **Company Address**               |
| **Town name, address,etc**          | **Company Address**               |
| **Building name, room number, etc** | **Company Address**               |
| **phone number**                    | **Company Contact Phone Number**  |
| **Support Email Address**           | **Company Contact Email Address** |

### ⑤Register your store

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

| item                                | Description                                                                                                |
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| **Store Name**                      | **Store Name**                                                                                             |
| **Store code**                      | **Code assigned to the store. Used as a prefix during automatic generation of Order ID and Receiving ID.** |
| **Country/Region**                  | **Company Address**                                                                                        |
| **postal code**                     | **Company Address**                                                                                        |
| **prefectures**                     | **Company Address**                                                                                        |
| **municipalities**                  | **Company Address**                                                                                        |
| **Town name, address,etc**          | **Company Address**                                                                                        |
| **Building name, room number, etc** | **Company Address**                                                                                        |
| **phone number**                    | **Company Contact Phone Number**                                                                           |

### ⑥Enter your Shopify store name

<figure><img src="/files/9ovfxOGJd8pHJV557WvY" alt=""><figcaption></figcaption></figure>

### **⑦You will be redirected to the following page of Shopify, press install.**

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

### **⑧If you see this screen, you have successfully completed the form. Our representative will contact you within a few days.**

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


---

# 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://anymind-group.gitbook.io/anylogi/en_us/label/onboarding/registration.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.
