# Interplanetary Consensus

## Interplanetary Consensus

- [Introduction](https://docs.ipc.space/overview/readme.md)
- [How IPC works](https://docs.ipc.space/overview/how-it-works.md): Overview of how IPC works.
- [Use cases](https://docs.ipc.space/overview/use-cases.md)
- [How IPC compares](https://docs.ipc.space/overview/how-ipc-compares.md): IPC is a standout framework that strikes a considerable balance, to achieve breakthroughs in scaling.
- [Architecture](https://docs.ipc.space/overview/architecture.md): Architectural components in the IPC framework.
- [Deploy a subnet](https://docs.ipc.space/quickstarts/deploy-a-subnet.md): Tutorial to deploy your first custom IPC subnet
- [Subnets](https://docs.ipc.space/concepts/subnets.md)
- [Parent-child interactions](https://docs.ipc.space/concepts/subnets/parent-child-interactions.md)
- [Circulating supply](https://docs.ipc.space/concepts/circulating-supply.md)
- [Performing transactions in a subnet](https://docs.ipc.space/user-guides/performing-transactions-in-a-subnet.md): The below is a tutorial on how to issue a transaction from a wallet in a subnet.
- [Customizing a subnet](https://docs.ipc.space/developer-guides/pluggable-syscall-tutorial.md): Tutorial to add a new syscall to Filecoin Virtual Machine and create a new built-in actor in IPC to activate the syscall
- [Upgrading a subnet](https://docs.ipc.space/developer-guides/upgrades.md)
- [Example: Patching actor state](https://docs.ipc.space/developer-guides/upgrades/patch-state.md)
- [Example: Upgrading Wasm actor](https://docs.ipc.space/developer-guides/upgrades/upgrade-wasm-actor.md)
- [Deploying an explorer](https://docs.ipc.space/developer-guides/deploy-blockscout.md)
- [Addressing](https://docs.ipc.space/specifications/addressing.md)
- [CometBFT](https://docs.ipc.space/specifications/cometbft.md)
- [IPLD Resolver](https://docs.ipc.space/specifications/ipld-resolver.md)
- [Materializer](https://docs.ipc.space/specifications/materializer.md)
- [Top-down Finality](https://docs.ipc.space/specifications/topdown.md)
- [Bottom Up Checkpoint](https://docs.ipc.space/specifications/bottom-up-interaction.md)
- [Networks](https://docs.ipc.space/reference/networks.md): Test networks are available for deployment of IPC subnets.
- [IPC CLI](https://docs.ipc.space/reference/ipc-cli-usage.md): This page lists all the ipc-cli commands to interact with IPC subnets.
- [Troubleshooting](https://docs.ipc.space/reference/troubleshooting.md)
- [FAQ](https://docs.ipc.space/reference/faq.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.ipc.space/overview/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.
