# AlignedLayer

## AlignedLayer

- [About Aligned](https://docs.alignedlayer.com/introduction/0_about_aligned.md)
- [Try Aligned](https://docs.alignedlayer.com/introduction/1_try_aligned.md)
- [Use cases](https://docs.alignedlayer.com/introduction/2_use_cases.md)
- [FAQ](https://docs.alignedlayer.com/introduction/3_faq.md)
- [Why ZK and Aligned?](https://docs.alignedlayer.com/introduction/4_why_zk.md)
- [Supported Verifiers](https://docs.alignedlayer.com/architecture/0_supported_verifiers.md)
- [Key Terms](https://docs.alignedlayer.com/architecture/0b_key_terms.md)
- [Proof Verification Layer](https://docs.alignedlayer.com/architecture/1_proof_verification_layer.md)
- [Batcher](https://docs.alignedlayer.com/architecture/1_proof_verification_layer/1_batcher.md)
- [Payment Service Contract](https://docs.alignedlayer.com/architecture/1_proof_verification_layer/2_payment_service_contract.md)
- [Service Manager Contract](https://docs.alignedlayer.com/architecture/1_proof_verification_layer/3_service_manager_contract.md)
- [Operator](https://docs.alignedlayer.com/architecture/1_proof_verification_layer/4_operator.md)
- [Aggregator](https://docs.alignedlayer.com/architecture/1_proof_verification_layer/5_aggregator.md)
- [Explorer](https://docs.alignedlayer.com/architecture/1_proof_verification_layer/6_explorer.md)
- [Proof Aggregation Service](https://docs.alignedlayer.com/architecture/2_aggregation_mode.md)
- [Deep Dive](https://docs.alignedlayer.com/architecture/2_aggregation_mode/1_deep_dive.md)
- [Rollup-as-a-Service Platform](https://docs.alignedlayer.com/architecture/3_raas_platform.md)
- [Submitting proofs](https://docs.alignedlayer.com/guides/0_submitting_proofs.md)
- [Build your first Aligned Application](https://docs.alignedlayer.com/guides/2_build_your_first_aligned_application.md)
- [Modify ZkQuiz Questions](https://docs.alignedlayer.com/guides/2_build_your_first_aligned_application/2.2_modify_zkquiz_questions.md)
- [Validating public input](https://docs.alignedlayer.com/guides/3_validating_public_input.md)
- [Proof Aggregation Service](https://docs.alignedlayer.com/guides/3.1_aggregation_mode.md)
- [SDK Intro](https://docs.alignedlayer.com/guides/1_sdk_how_to.md)
- [Verification Layer SDK](https://docs.alignedlayer.com/guides/1.2_sdk_api_reference.md)
- [Aggregation Mode SDK](https://docs.alignedlayer.com/guides/1.3_sdk_api_reference_aggregation.md)
- [Generating proofs for Aligned](https://docs.alignedlayer.com/guides/4_generating_proofs.md)
- [Generating & submitting proofs of Rust code with ZKRust](https://docs.alignedlayer.com/guides/5_using_zkrust.md)
- [Setup Aligned Infrastructure Locally](https://docs.alignedlayer.com/guides/6_setup_aligned.md)
- [Setup Aligned Agg Mode Infrastructure Locally](https://docs.alignedlayer.com/guides/7_setup_aligned_agg_mode.md)
- [Contract Addresses](https://docs.alignedlayer.com/guides/8_contract_addresses.md)
- [Submitting Batch Without Batcher](https://docs.alignedlayer.com/guides/9_submitting_batch_without_batcher.md)
- [Verification Layer CLI](https://docs.alignedlayer.com/guides/10_aligned_cli.md)
- [Aggregation Mode CLI](https://docs.alignedlayer.com/guides/10.1_aggregation_mode_cli.md)
- [Running an operator](https://docs.alignedlayer.com/operators/0_running_an_operator.md)
- [Operator FAQ](https://docs.alignedlayer.com/operators/1_operator_faq.md)
- [Troubleshooting](https://docs.alignedlayer.com/operators/2_troubleshooting.md)
- [Upgrading Guides](https://docs.alignedlayer.com/operators/upgrading-guides.md)
- [Upgrading to v0.14.0](https://docs.alignedlayer.com/operators/upgrading-guides/v0_14_0.md)
- [Upgrading to v0.10.2](https://docs.alignedlayer.com/operators/upgrading-guides/v0_10_2.md)
- [Upgrading to v0.9.2](https://docs.alignedlayer.com/operators/upgrading-guides/v0_9_2.md)


---

# Agent Instructions: 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.alignedlayer.com/introduction/0_about_aligned.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.
