> For the complete documentation index, see [llms.txt](https://docs-presto.gateway.fm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-presto.gateway.fm/overview.md).

# Overview

- [What is Presto?](https://docs-presto.gateway.fm/overview/what-is-presto.md)
- [How-To Guides](https://docs-presto.gateway.fm/overview/main-functionality.md)
- [How to Create a Rollup](https://docs-presto.gateway.fm/overview/main-functionality/how-to-create-a-rollup.md)
- [How to Deploy a gasless rollup](https://docs-presto.gateway.fm/overview/main-functionality/how-to-create-and-use-a-gasless-rollup.md)
- [How To Delete A Rollup](https://docs-presto.gateway.fm/overview/main-functionality/how-to-delete-a-rollup.md)
- [How To Deploy Mainnet](https://docs-presto.gateway.fm/overview/main-functionality/how-to-deploy-mainnet.md)
- [How To Add a Prover](https://docs-presto.gateway.fm/overview/main-functionality/how-to-add-a-prover.md)
- [Can I Change The Name of My Rollup?](https://docs-presto.gateway.fm/overview/main-functionality/can-i-change-the-name-of-my-rollup.md)
- [How To Use Metamask with Presto](https://docs-presto.gateway.fm/overview/main-functionality/how-to-use-metamask-with-presto.md)
- [How to use a Faucet](https://docs-presto.gateway.fm/overview/main-functionality/how-to-use-a-faucet.md)
- [How to Access the Block Explorer](https://docs-presto.gateway.fm/overview/main-functionality/how-to-use-a-block-explorer.md)
- [How to Use a Bridge](https://docs-presto.gateway.fm/overview/main-functionality/how-to-use-a-bridge.md)
- [Inactivity Period (for Trial)](https://docs-presto.gateway.fm/overview/main-functionality/inactivity-period-for-trial.md)
- [Features for Developers](https://docs-presto.gateway.fm/overview/features-for-developers.md)
- [What Is RPC](https://docs-presto.gateway.fm/overview/features-for-developers/what-is-rpc.md)
- [How To Deploy A Smart Contract](https://docs-presto.gateway.fm/overview/features-for-developers/how-to-deploy-a-smart-contract.md)
- [How to use HardHat with Presto](https://docs-presto.gateway.fm/overview/features-for-developers/how-to-use-hardhat-with-presto.md)
- [How To Use Presto with web3.js](https://docs-presto.gateway.fm/overview/features-for-developers/how-to-use-presto-with-web3.js.md)
- [How To Use Presto with ethers.js](https://docs-presto.gateway.fm/overview/features-for-developers/how-to-use-presto-with-ethers.js.md)
- [How to use Presto with ethers.py](https://docs-presto.gateway.fm/overview/features-for-developers/how-to-use-presto-with-ethers.py.md)
- [How To Use Presto with viem.sh](https://docs-presto.gateway.fm/overview/features-for-developers/how-to-use-presto-with-viem.sh.md)
- [How to use Presto with web3.py](https://docs-presto.gateway.fm/overview/features-for-developers/how-to-use-presto-with-web3.py.md)
- [Presto UI/Dashboards](https://docs-presto.gateway.fm/overview/presto-ui-dashboards.md)
- [Presto L2 Dashboard](https://docs-presto.gateway.fm/overview/presto-ui-dashboards/presto-l2-dashboard.md)
- [Presto List Of Projects](https://docs-presto.gateway.fm/overview/presto-ui-dashboards/presto-list-of-projects.md)
- [Where To Get Support](https://docs-presto.gateway.fm/overview/where-to-get-support.md)
- [FAQ Presto](https://docs-presto.gateway.fm/overview/faq-presto.md): Here you can find answers to commons questions about Presto.
- [FAQ CDK Erigon](https://docs-presto.gateway.fm/overview/faq-cdk-erigon.md): Here you can find answers to commons questions about CDK Erigon
- [CDK Erigon RPC Methods](https://docs-presto.gateway.fm/overview/cdk-erigon-rpc-methods.md)
- [FAQ Arbitrum](https://docs-presto.gateway.fm/overview/faq-arbitrum.md)


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs-presto.gateway.fm/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
