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

# 📜 Cross border shipping

- [Preparation before use](https://anymind-group.gitbook.io/anylogi/en_us/label/onboarding.md)
- [STEP.1  Sign Up on AnyLogi](https://anymind-group.gitbook.io/anylogi/en_us/label/onboarding/registration.md): If you do not have an AnyLogi account, please follow the steps below to register an account. If you already have an account with AnyLogi, please go to Step2.１
- [Step.2  Integrate with Shopify](https://anymind-group.gitbook.io/anylogi/en_us/label/onboarding/install.md): If you have already completed Step 1 or have already integrated with Shopify, please proceed to Step 3.
- [Step.3  Basic Setup](https://anymind-group.gitbook.io/anylogi/en_us/label/onboarding/setting.md): In Step 3, set the default box size, content type, and shipper's address.
- [Step.4  Integrate Courier](https://anymind-group.gitbook.io/anylogi/en_us/label/onboarding/courier-setting.md)
- [Step.5  Register the product master](https://anymind-group.gitbook.io/anylogi/en_us/label/onboarding/sku.md)
- [Supplementary information](https://anymind-group.gitbook.io/anylogi/en_us/label/add.md): If you have any questions in Preparation before use, please refer to this page.
- [Basic setting](https://anymind-group.gitbook.io/anylogi/en_us/label/add/setting.md)
- [Box size](https://anymind-group.gitbook.io/anylogi/en_us/label/add/setting/box.md)
- [By content type](https://anymind-group.gitbook.io/anylogi/en_us/label/add/setting/category.md)
- [Shipper's address](https://anymind-group.gitbook.io/anylogi/en_us/label/add/setting/address.md)
- [Courier](https://anymind-group.gitbook.io/anylogi/en_us/label/add/courier.md)
- [UPS](https://anymind-group.gitbook.io/anylogi/en_us/label/add/courier/ups.md)
- [Japan Post](https://anymind-group.gitbook.io/anylogi/en_us/label/add/courier/japanpost.md)
- [DHL](https://anymind-group.gitbook.io/anylogi/en_us/label/add/courier/dhl.md): Preparing
- [Shipping Label and Commercial Invoice](https://anymind-group.gitbook.io/anylogi/en_us/label/shipping.md): This page explains how to issue a shipping label and a commercial invoice.
- [Issue a Shipping Label and a Commercial Invoice](https://anymind-group.gitbook.io/anylogi/en_us/label/shipping/create.md)
- [Ready For Shippment](https://anymind-group.gitbook.io/anylogi/en_us/label/shipping/ready.md)


---

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