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

# Introduction

今回はマストドンの本です。 マストドンやってますか?

マストドンは自由なSNSです。 某青い鳥では、青い鳥社が完全な権力を持っており、ユーザに自由はありません。 例えば、「お前の貼った力士の画像は肌色が多いから卑猥だ。BANする。」と言われたら、 ユーザは本質的に抵抗することができません。

一方、マストドンは分散型のSNSなので、ユーザにはインスタンスを選択する権利があります。 インスタンスの管理者がクソであれば、別のインスタンスに移るという選択肢があります。 自分の主義に合うインスタンスがひとつもないのであれば、自分でインスタンスを立てれば良いのです。 青い鳥のように、米国の法律や価値基準を強制されることもないのです。 マストドンは完全な自由が保証された素晴らしいSNSなのです。

さあ[マストドンを始めましょう](https://friends.nico/)。

いつもどおりこの本は[CC-0](https://creativecommons.org/choose/zero/)で公開され、自由に利用できます。 この本は完全に自由が保証された素晴らしい本なのです。

[ウィッシュリストはこちらです](https://twishli.st/masarakki)。

## 第2版まえがき

夏コミから技術書典の間の僅かな期間にマストドンは大きく変わりました。 一番重大なトピックは**ActivityPubの導入**でしょう。 第2版では現時点での最新のコードベースを反映し、内容を加筆・修正しました。


---

# 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://np-complete.gitbook.io/mastodon/readme.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.
