# Welcome

Welcome to the Piecesmeal Gitbook documentation! This guide provides everything you need to know about using and developing for the Piecesmeal platform.

## Overview

Piecesmeal is a Web3 application designed to enable users to mint, fractionalize, and trade pieces of digital documents. Users can create content, monetize it, and engage with a vibrant community.

## Getting Started

To get started with Piecesmeal, follow our [Quickstart Guide](/introduction/quickstart-guide.md) which will walk you through the basic setup and usage of the platform.

## Contributing

We welcome contributions to improve our documentation and platform. If you would like to contribute, please check our [contribution guidelines](/support/contributing-guidelines.md).

## Contact

For any questions or support, please reach out to us at <support-piecesmeal@tribalcreative.xyz>.

Thank you for using Piecesmeal!


---

# 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://docs.piecesmeal.xyz/introduction/readme.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.
