# Ethernal

## Ethernal

- [Ethernal Documentation](https://doc.tryethernal.com/master.md): Learn here what you can do with Ethernal, and how to get the most out of it.
- [FAQ](https://doc.tryethernal.com/faq.md): Find answers to the most common questions about Ethernal.
- [Quickstart](https://doc.tryethernal.com/getting-started/quickstart.md): Get up and running with Ethernal in a few minutes
- [CLI](https://doc.tryethernal.com/getting-started/cli.md): Learn how to use the Ethernal CLI
- [Hardhat Project Setup](https://doc.tryethernal.com/getting-started/hardhat-project-setup.md): Install and use the Hardhat plugin
- [Truffle Project Setup](https://doc.tryethernal.com/getting-started/truffle-project-setup.md)
- [Addresses](https://doc.tryethernal.com/dashboard-pages/addresses.md)
- [Accounts](https://doc.tryethernal.com/dashboard-pages/accounts.md)
- [Blocks](https://doc.tryethernal.com/dashboard-pages/blocks.md)
- [Transactions](https://doc.tryethernal.com/dashboard-pages/transactions.md)
- [Contracts](https://doc.tryethernal.com/dashboard-pages/contracts.md)
- [Importing mainnet contracts](https://doc.tryethernal.com/dashboard-pages/contracts/import-mainnet-contracts.md): Import contracts that have been verified on Etherscan to easily use them on your mainnet fork
- [Interacting with the contract](https://doc.tryethernal.com/dashboard-pages/contracts/interacting-with-the-contract.md)
- [Reading variables](https://doc.tryethernal.com/dashboard-pages/contracts/reading-variables.md): Decode your contract's variables
- [Tokens](https://doc.tryethernal.com/dashboard-pages/tokens.md)
- [Settings](https://doc.tryethernal.com/dashboard-pages/settings.md)
- [Alchemy](https://doc.tryethernal.com/integrations/alchemy-api.md): Synchronize transactions going through your Alchemy app with Ethernal
- [API](https://doc.tryethernal.com/integrations/api.md): Pull data programmatically from Ethernal


---

# 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://doc.tryethernal.com/master.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.
