# What is Mastodon?

Mastodon is a social networking service. It makes use of a protocol called [ActivityPub](https://activitypub.rocks/) that allows a network of servers (also known as instances) to communicate with each other. This is called decentralization. Servers can choose which other servers they communicate with through a process called federation. This whole system is called the *Fediverse*.

{% embed url="<https://fedi.tips/what-is-mastodon-what-is-the-fediverse/>" %}

ActivityPub doesn't only have to be used with Mastodon, though. It allows lots of different types of services to communicate in different ways. For example, [Pixelfed](https://pixelfed.org/how-to-join) is another social media app that is build with the ActivityPub protocol that is for photo sharing. Because it uses the same protocol as Mastodon, you can view content from either service in both (but we're getting ahead of ourselves...).


---

# 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://mastodonquickstart.gitbook.io/hello/what-is-mastodon.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.
