llms.txt Content
# Aztec Protocol Documentation
> Aztec introduces a privacy-centric zkRollup solution for Ethereum, enhancing confidentiality and scalability within the Ethereum ecosystem.
This file contains links to documentation sections following the llmstxt.org standard.
## Table of Contents
- [AI Tooling](https://docs.aztec.network/developer_versioned_docs/version-v4.2.0-aztecnr-rc.2/ai_tooling): Set up AI coding tools like Claude Code, Cursor, and Codex for Aztec and Noir development.
- [Reference](https://docs.aztec.network/developer_versioned_docs/version-v4.2.0-aztecnr-rc.2/aztec-js/aztec_js_reference): Comprehensive auto-generated reference for the Aztec.js TypeScript library with all classes, interfaces, types, and functions.
- [Connect to Local Network](https://docs.aztec.network/developer_versioned_docs/version-v4.2.0-aztecnr-rc.2/aztec-js/how_to_connect_to_local_network): Connect your application to the Aztec local network and interact with accounts.
- [Creating Accounts](https://docs.aztec.network/developer_versioned_docs/version-v4.2.0-aztecnr-rc.2/aztec-js/how_to_create_account): Step-by-step guide to creating and deploying new user accounts in Aztec.js applications.
- [Deploying Contracts](https://docs.aztec.network/developer_versioned_docs/version-v4.2.0-aztecnr-rc.2/aztec-js/how_to_deploy_contract): Deploy smart contracts to Aztec using generated TypeScript classes.
- [Paying Fees](https://docs.aztec.network/developer_versioned_docs/version-v4.2.0-aztecnr-rc.2/aztec-js/how_to_pay_fees): Pay transaction fees on Aztec, understand mana costs, estimate gas, and retrieve fees from receipts.
- [Reading Contract Data](https://docs.aztec.network/developer_versioned_docs/version-v4.2.0-aztecnr-rc.2/aztec-js/how_to_read_data): How to read data from contracts including simulating functions, reading logs, and retrieving events.
- [Sending Transactions](https://docs.aztec.network/developer_versioned_docs/version-v4.2.0-aztecnr-rc.2/aztec-js/how_to_send_transaction): Send