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

# Tutorials

- [Interacting with Smart Contracts using ethers.js](https://docs.mode.network/tutorials/interacting-with-smart-contracts-using-ethers.js.md): How to interact with smart contracts deployed on Mode from a frontend using ethers.js
- [Deploying a Smart Contract](https://docs.mode.network/tutorials/deploying-a-smart-contract.md)
- [Using Hardhat](https://docs.mode.network/tutorials/deploying-a-smart-contract/using-hardhat.md): How to deploy a sample smart contract with Hardhat on Mode
- [Using Thirdweb](https://docs.mode.network/tutorials/deploying-a-smart-contract/using-thirdweb.md): How to deploy a smart contract on Mode with ThirdWeb CLI & Smart contract Dashboard
- [Using Foundry](https://docs.mode.network/tutorials/deploying-a-smart-contract/using-foundry.md): How to deploy with Foundry on Mode
- [Using Remix](https://docs.mode.network/tutorials/deploying-a-smart-contract/using-remix.md): How to deploy with Remix IDE on MODE
- [Verifying your smart contract](https://docs.mode.network/tutorials/verifying-your-smart-contract.md)
- [Using Hardhat](https://docs.mode.network/tutorials/verifying-your-smart-contract/using-hardhat.md): How to verify smart contract on Mode using hardhat
- [Using Foundry](https://docs.mode.network/tutorials/verifying-your-smart-contract/using-foundry.md): How to verify smart contract on Mode using foundry


---

# 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:

```
GET https://docs.mode.network/tutorials.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.
