# HOW TO START

- [ADI Network Mainnet Details](https://docs.adi.foundation/how-to-start/adi-network-mainnet-details.md): Get connected to ADI Network Mainnet
- [Block explorer](https://docs.adi.foundation/how-to-start/block-explorer.md): Explore the functionality of Block Explorer, a comprehensive tool for monitoring activities on the ADI Network.
- [The Bridge](https://docs.adi.foundation/how-to-start/the-bridge.md): How the ADI Canonical Bridge moves assets between Ethereum and ADI Chain — securely, trustlessly, and with zero-knowledge proofs.
- [Gas Abstraction & Account Abstraction](https://docs.adi.foundation/how-to-start/gas-abstraction-and-account-abstraction.md): Supported account abstraction paths, paymaster options, and deployed entry points.
- [Safe on ADI Chain](https://docs.adi.foundation/how-to-start/safe-on-adi-chain.md): Official Safe interfaces and transaction services for ADI Chain.
- [Run Your Own Node](https://docs.adi.foundation/how-to-start/run-your-own-node.md): How to run a read-only ADI external node and monitor sync.
- [Network Contracts](https://docs.adi.foundation/how-to-start/network-contracts.md): Mainnet L1 core, bridge, and infrastructure contract addresses.
- [ADI Network Testnet Details](https://docs.adi.foundation/how-to-start/adi-network-testnet-details.md): Get connected to ADI Network Testnet
- [ADI Network Testnet Quickstart](https://docs.adi.foundation/how-to-start/adi-network-testnet-quickstart.md): Getting starting developing with ADI Network Testnet


---

# 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.adi.foundation/how-to-start.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.
