# Ethscriptions AppChain

- [Overview](https://docs.ethscriptions.com/ethscriptions-appchain/overview.md): An Ethereum L2 for Ethscriptions with full EVM compatibility
- [Running a Node](https://docs.ethscriptions.com/ethscriptions-appchain/running-a-node.md): How to run an Ethscriptions AppChain node with Docker Compose
- [Protocol Handlers](https://docs.ethscriptions.com/ethscriptions-appchain/protocol-handlers.md): Extend ethscriptions with pluggable protocol handlers
- [Collections](https://docs.ethscriptions.com/ethscriptions-appchain/collections.md): Curated NFT collections with optional merkle proof enforcement
- [Fixed Denomination Tokens](https://docs.ethscriptions.com/ethscriptions-appchain/fixed-denomination-tokens.md): ERC-20 tokens that move in fixed batches tied to NFT notes


---

# 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.ethscriptions.com/ethscriptions-appchain.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.
