> For the complete documentation index, see [llms.txt](https://cryptospells.gitbook.io/cryptospells/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptospells.gitbook.io/cryptospells/policy/history.md).

# 概要と更新履歴

Cryptospells運営チームは、本「運営方針」と「[利用規約](https://cryptospells.jp/terms)」に基づいて「Cryptospells（クリプトスペルズ）」を運営いたします。

## 更新履歴

Ver.0.01（2020/2/17）　パラメータ調整ガイドライン、カード販売ガイドライン、シルバーカード発行権NFT利用規約、コミュニティイベント支援プログラムを公開

Ver.1.00（2020/2/19）　エコシステムを公開

Ver.1.01（2020/2/20）　シルバーカード発行権NFTの利用規約を改訂

Ver.1.02（2020/3/18）　シルバーカード発行権NFTの利用規約を改訂

Ver.1.03（2020/6/8）　パラメータ調整ガイドラインを改訂

Ver.1.04（2020/6/25）コミュニティイベント支援プログラムの更新

Ver.1.05（2020/7/4）エコシステムに無償配布のプロモーションカードについて追記

Ver.1.06（2020/9/5）シルバーカード発行権NFTの利用規約を改訂


---

# 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://cryptospells.gitbook.io/cryptospells/policy/history.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.
