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

# 学習

このセクションは、Chiliz Chain の背後にある概念や理論的な知識についてさらに学びたい人を対象としています。

{% content-ref url="/pages/whULLWzQjybWdSL4JoYj" %}
[Chiliz Chain について](/jp/gakushu/chiliz-chain.md)
{% endcontent-ref %}

{% content-ref url="/pages/MlzikRJMAb6OvVYfbVtg" %}
[Tokenomics](/jp/gakushu/chiliz-chain/tokenomics.md)
{% endcontent-ref %}

{% content-ref url="/pages/alh7At4bCsPgbuZel9Pe" %}
[Chiliz Greenhouse](/jp/gakushu/chiliz-chain/chiliz-greenhouse.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZCPDDLkmvzuJ3M0YMKeG" %}
[Bridge について](/jp/gakushu/bridge.md)
{% endcontent-ref %}

{% content-ref url="/pages/wWliXQEJLnMkxrAkxFOL" %}
[Staking について](/jp/gakushu/staking.md)
{% endcontent-ref %}

{% content-ref url="/pages/zljY7K02kg2zSrit423s" %}
[Validator について](/jp/gakushu/validator.md)
{% endcontent-ref %}

{% content-ref url="/pages/UEiY1mCgiR5gD8wFbvck" %}
[Fan Token について](/jp/gakushu/fan-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/UlE7vlSUqj3uwC6rMaNR" %}
[Stablecoin について](/jp/gakushu/stablecoins.md)
{% endcontent-ref %}

{% content-ref url="/pages/sZvcG3yYC9kFKIGgfPqr" %}
[DAO について](/jp/gakushu/dao.md)
{% endcontent-ref %}


---

# 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://docs.chiliz.com/jp/gakushu.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.
