# Planetmint Documentation

## Planetmint Documentation

- [Planetmint](https://docs.planetmint.io/readme.md)
- [Introduction](https://docs.planetmint.io/introduction.md)
- [What is Planetmint?](https://docs.planetmint.io/introduction/about-planetmint.md)
- [Properties of Planetmint](https://docs.planetmint.io/introduction/properties.md)
- [Quickstart](https://docs.planetmint.io/introduction/quickstart.md)
- [Using Planetmint](https://docs.planetmint.io/using-planetmint.md): In this section, we will explore the different kinds of transactions available on Planetmint, as well as the role of cryptoconditions and contracts and its integration into Planetmint.
- [Zenroom Smart Contracts & Policies](https://docs.planetmint.io/using-planetmint/zenroom-smart-contracts-and-policies.md)
- [Node Setup](https://docs.planetmint.io/node-setup.md): This section is dedicated to node setup. You can use the all-in-one docker solution or install Tendermint, MongoDB, and Planetmint step by step.
- [Basic AWS Setup](https://docs.planetmint.io/node-setup/aws-setup.md): Before you can deploy anything on AWS, you must do a few things.
- [Run Planetmint with all-in-one Docker](https://docs.planetmint.io/node-setup/run-planetmint-with-all-in-one-docker.md)
- [Networks & Federations](https://docs.planetmint.io/network-setup.md)
- [How to Set Up a Planetmint Network](https://docs.planetmint.io/network-setup/network-setup.md)
- [Planetmint Networks](https://docs.planetmint.io/network-setup/networks.md)
- [Kubernetes Deployment Template](https://docs.planetmint.io/network-setup/k8s-deployment-template.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.planetmint.io/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.
