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

# コア

- [Hooks](https://docs.cs-cart.jp/core/hooks.md): Hooks
- [コントローラー](https://docs.cs-cart.jp/core/controllers.md)
- [Pre\&Post コントローラー](https://docs.cs-cart.jp/core/controllers/pre-and-post-controllers.md)
- [データベース](https://docs.cs-cart.jp/core/database.md)
- [データベースの構造と命名規則](https://docs.cs-cart.jp/core/database/structure-and-naming.md)
- [データベース・プレイスホルダー](https://docs.cs-cart.jp/core/database/placeholders.md)
- [他のデータベースへの接続](https://docs.cs-cart.jp/core/database/connecting-additional-databases.md)
- [ショップフロント](https://docs.cs-cart.jp/core/shop-front.md)
- [ブロック](https://docs.cs-cart.jp/core/shop-front/blocks.md)
- [blockメインスキーマ—](https://docs.cs-cart.jp/core/shop-front/blocks-main-schema.md)
- [Dynamic Objects](https://docs.cs-cart.jp/core/shop-front/dynamic-objects.md)
- [ajaxリクエストの使用方法](https://docs.cs-cart.jp/core/shop-front/using-ajax-requests.md)
- [特別なCSSセレクター](https://docs.cs-cart.jp/core/shop-front/special-classes.md)
- [マイクロフォーマット Microformats](https://docs.cs-cart.jp/core/shop-front/microformats.md)
- [通知システム](https://docs.cs-cart.jp/core/shop-front/notifications.md)
- [ツールチップ](https://docs.cs-cart.jp/core/shop-front/tooltips.md)
- [設定](https://docs.cs-cart.jp/core/settings.md)
- [コア関数](https://docs.cs-cart.jp/core/core-functions.md)
- [イベントの通知](https://docs.cs-cart.jp/core/event-notifications.md)
- [言語変数](https://docs.cs-cart.jp/core/language-variables.md)
- [スキーマー](https://docs.cs-cart.jp/core/scheme.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/core.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.
