# Junior Builder Guides

This section is designed to help new developers get started with Merlin by providing step-by-step instructions on writing and deploying smart contracts. Here, you'll learn how to:

* [**Write a Contract**](/merlin-docs/developers/junior-builder-guides/write-a-contract.md)**:** Understand the basics of smart contract development and create your first contract.
* [**Deploy a Contract with Hardhat**](/merlin-docs/developers/junior-builder-guides/deploy-a-contract-with-hardhat.md)**:** Use Hardhat, a development environment for EVM, to compile, test, and deploy your smart contracts on the Merlin Chain.


---

# 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.merlinchain.io/merlin-docs/developers/junior-builder-guides.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.
