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

# 📌 はじめに

- [ご利用開始前の準備](https://anymind-group.gitbook.io/anylogi/intro/onboarding.md)
- [AnyLogiで新規登録](https://anymind-group.gitbook.io/anylogi/intro/onboarding/registration.md): 該当ページ：https://app.anylogi.com
- [Shopifyと連携](https://anymind-group.gitbook.io/anylogi/intro/onboarding/install.md)
- [Rakutenと連携](https://anymind-group.gitbook.io/anylogi/intro/onboarding/rakutento.md)
- [商品マスタを登録する](https://anymind-group.gitbook.io/anylogi/intro/sku.md): 該当ページ：https://app.anylogi.com/skus/list
- [\[Shopify\] 単一商品の登録](https://anymind-group.gitbook.io/anylogi/intro/sku/single.md): 該当ページ：http//app.anylogi.com/skus/add
- [\[Rakuten\] 単一商品の登録](https://anymind-group.gitbook.io/anylogi/intro/sku/rakuten-no.md): 単一商品の登録
- [\[Shopify\] セット商品の登録](https://anymind-group.gitbook.io/anylogi/intro/sku/set.md): 該当ページ：http//app.anylogi.com/skus/add
- [\[Rakuten\] セット商品の登録](https://anymind-group.gitbook.io/anylogi/intro/sku/rakuten-settono.md): セット商品の登録
- [\[Shopify×Rakuten\]共通在庫の商品登録](https://anymind-group.gitbook.io/anylogi/intro/sku/shopifyrakutenno.md)
- [一括登録](https://anymind-group.gitbook.io/anylogi/intro/sku/bulk.md): 該当ページ：https://app.anylogi.com/skus/list
- [一括更新](https://anymind-group.gitbook.io/anylogi/intro/sku/bulk-update.md): 該当ページ：https://app.anylogi.com/skus/list
- [入庫する](https://anymind-group.gitbook.io/anylogi/intro/inbound.md): 該当ページ：https://app.anylogi.com/inbounds
- [入庫を登録する](https://anymind-group.gitbook.io/anylogi/intro/inbound/create.md): サプライヤー様用ログインページ：https://supplier.anylogi.com/
- [倉庫に発送する](https://anymind-group.gitbook.io/anylogi/intro/inbound/warehouse.md)
- [一括登録](https://anymind-group.gitbook.io/anylogi/intro/inbound/bulk.md)
- [在庫計上の流れ](https://anymind-group.gitbook.io/anylogi/intro/inbound/inspect.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/intro.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.
