> For the complete documentation index, see [llms.txt](https://docs.cs-cart.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cs-cart.jp/addon-development.md).

# アドオン開発

- [フック](https://docs.cs-cart.jp/addon-development/hooks.md)
- [PHPフック](https://docs.cs-cart.jp/addon-development/hooks/php-hooks.md)
- [テンプレートフック](https://docs.cs-cart.jp/addon-development/hooks/template-hooks.md)
- [アドオンチュートリアル](https://docs.cs-cart.jp/addon-development/addon-tutorial.md)
- [「Hello World」チュートリアル](https://docs.cs-cart.jp/addon-development/addon-tutorial/hello-world-add-on-tutorial.md)
- [Advanced Add-on チュートリアル](https://docs.cs-cart.jp/addon-development/addon-tutorial/advanced-add-on-tutorial.md)
- [商品リスト、詳細ページのカスタムテンプレートを作成](https://docs.cs-cart.jp/addon-development/addon-tutorial/custom-templates-via-addon.md)
- [支払方法の開発](https://docs.cs-cart.jp/addon-development/addon-tutorial/payment-processor-addon.md)
- [アドオンの管理プロセス](https://docs.cs-cart.jp/addon-development/addon-management.md)
- [Add-on スキーマー](https://docs.cs-cart.jp/addon-development/add-on-scheme.md)
- [アドオンの互換性](https://docs.cs-cart.jp/addon-development/add-on-scheme/addon-compatibility.md)
- [他のアドオンとの競合・依存設定](https://docs.cs-cart.jp/addon-development/add-on-scheme/addon-dependencies.md): 他のアドオンとの競合・依存設定
- [APIの拡張](https://docs.cs-cart.jp/addon-development/extending-api.md)
- [スキーマーの拡張](https://docs.cs-cart.jp/addon-development/extending-scheme.md)
- [アドオンのディレクトリ構造](https://docs.cs-cart.jp/addon-development/addon-directories.md)
- [アドオンの言語変数](https://docs.cs-cart.jp/addon-development/language-variables-in-addon.md)
- [.poファイルによる言語ファイルの作成](https://docs.cs-cart.jp/addon-development/languages-and-translations-by-po-file.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:

```
GET https://docs.cs-cart.jp/addon-development.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
