# Usage Guide

For **newcomers**, this guide will act as a key source of information to the new and novel concepts of the decentralized web. Its intended purpose is to introduce complex concepts in an easily-understandable manner for the beginner.

For **veterans**, we hope that this guide will act as a reminder and allow you to find answers on the history of the space and technical concepts easily.

<details>

<summary>How to use it?</summary>

This guide is designed to be read linearly, so start with our Introduction and work down from there! We recommend reading everything through in one sitting and then revisiting and re-reading if you need to.

</details>

<details>

<summary>Contributing</summary>

If you want to contribute changes, start a new change request and submit it for review. Submission will be reviewed soon thereafter.

</details>


---

# 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://guide.mochipool.com/usage-guide.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.
