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