# 電子書籍の配布形式について

この電子書籍には、複数の配布形式が存在します。 このページでは各配布形式の差と注意点について説明します。

## PDF

[GitHubのリリースページ](https://github.com/KengoTODA/what-is-maven/releases)から入手できます。[IPAフォントライセンスv1.0](https://ipafont.ipa.go.jp/ipa_font_license_v1-html#jp)に従い、[IPAexフォント](https://ipafont.ipa.go.jp/node17#jp)をエンベッドし利用しています。

## ePUB, mobi

どちらも[GitHubのリリースページ](https://github.com/KengoTODA/what-is-maven/releases)から入手できます。

## Kindle

[Amazon.co.jp](https://www.amazon.co.jp/dp/B01LXCT0TV)から入手できます。

注意点として、通常Amazonからは改訂版の更新情報を通達しません。つまり配布物が更新されてもお手元の端末の書籍が自動的に更新されることはありません。[こちらのページ](https://kdp.amazon.co.jp/ja_JP/help/topic/G200966010)を参考に、改訂版を入手してください。

## HTML

[GitBook](http://maven3.kengo-toda.jp/)によってホストされているものです。この形式のみGitbook v2でビルドされているため、デザインに細かな違いが存在します。


---

# Agent Instructions: 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://maven3.kengo-toda.jp/preface/distributions.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.
