> 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/intro/onboarding/registration.md).

# Sign Up on AnyLogi

### ① Go to `Sign Up` page at top right

![](/files/-MgofL229bMlvHTpjvxq)

### ② Enter your first name, last name and email address

![](/files/-MgofOlvsgJGaCBTqDaa)

{% hint style="info" %}
Once you create an account, an email will be sent from AnyLogi Team (<anylogi_dev_group@anymindgroup.com>).

Please follow the instruction on the email accordingly.
{% endhint %}

### ③ Register your password, and log in with your email address and password

### ④ Enter Account Information

![](/files/-Mgog7MfQM_qNtXNsPE-)

| Item                  | Description                           |
| --------------------- | ------------------------------------- |
| **Company Name**      | Name of your company                  |
| **Website URL**       | Link to your company's website        |
| **Country / Region**  | Address of your company               |
| **Postal / Zip Code** | Address of your company               |
| **Province**          | Address of your company               |
| **City Name**         | Address of your company               |
| **Address Line 1**    | Address of your company               |
| **Address Line 2**    | Address of your company               |
| **Phone Number**      | Phone number of your company          |
| **Support Email**     | Company email address of your company |

### ⑤ Enter Store Information

![](/files/-MgogpawD3phnNgL4EmV)

| Item                  | Description                                                                                                    |
| --------------------- | -------------------------------------------------------------------------------------------------------------- |
| **Store Name**        | Name of your store                                                                                             |
| **Store Code**        | Unique code assigned to each and every store. This will be used as a prefix of inbound ID and manual order ID. |
| **Country / Region**  | Address of your store                                                                                          |
| **Postal / Zip Code** | Address of your store                                                                                          |
| **Province**          | Address of your store                                                                                          |
| **City Name**         | Address of your store                                                                                          |
| **Address Line 1**    | Address of your store                                                                                          |
| **Address Line 2**    | Address of your store                                                                                          |
| **Phone Number**      | Phone number of your store                                                                                     |

### ⑥ Enter your Shopify Store Name

![](/files/-MgomoJ5FNj3OOGEruq_)

{% hint style="info" %}
Please refer to [here](/anylogi/en_us/faq-1.md#shopifysutoatoha) for details of Shopify Store Name
{% endhint %}

###

### ⑦ Click `Install` on below screen

<div align="left"><img src="/files/-MgJVcfdcHZIt4HnWUH2" alt=""></div>

### ⑧ Below screen shows installation was successful. Our team will contact you in 2 to 3 business days.

![](/files/-MgtyKgyDJUiz8s7Sxd1)


---

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