# PAO Docs

## Peerplays 2 Docs

- [Peerplays 2.0](https://pao.peerplays.com/peerplays-2.0.md)
- [Deployment Guides](https://pao.peerplays.com/peerplays-2.0/deployment-guides.md)
- [Deployment in a box](https://pao.peerplays.com/peerplays-2.0/deployment-guides/deployment-in-a-box.md)
- [Blockscout Explorer Deployment](https://pao.peerplays.com/peerplays-2.0/deployment-guides/blockscout-explorer-deployment.md): Blockchain explorer for examining and inspecting EVM chains.
- [Deploying Microservices to run Blockscout Explorer locally](https://pao.peerplays.com/peerplays-2.0/deployment-guides/blockscout-explorer-deployment/deploying-microservices-to-run-blockscout-explorer-locally.md): The deployment uses Docker Compose
- [Glossary](https://pao.peerplays.com/peerplays-2.0/deployment-guides/glossary.md)
- [Howto & FAQ](https://pao.peerplays.com/peerplays-2.0/howto-and-faq.md)
- [Guide to backup and restore Blockchain data](https://pao.peerplays.com/peerplays-2.0/guide-to-backup-and-restore-blockchain-data.md)
- [Key Metrics](https://pao.peerplays.com/peerplays-2.0/key-metrics.md)
- [Solidity Smart contracts](https://pao.peerplays.com/peerplays-2.0/solidity-smart-contracts.md)
- [Solidity smart contract deployment using REMIX IDE](https://pao.peerplays.com/peerplays-2.0/solidity-smart-contracts/solidity-smart-contract-deployment-using-remix-ide.md)
- [Solidity smart contract deployment using hardhat](https://pao.peerplays.com/peerplays-2.0/solidity-smart-contracts/solidity-smart-contract-deployment-using-hardhat.md)
- [Metamask Deployment](https://pao.peerplays.com/peerplays-2.0/solidity-smart-contracts/metamask-deployment.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://pao.peerplays.com/peerplays-2.0.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.
